automating-ioc-enrichment
Fail
Audited by Snyk on Mar 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The prompt's example code and prerequisites require passing API keys (vt_key, abuse_key, shodan_key) into requests headers and lists "API keys" as required, which encourages embedding secret values verbatim in generated code/commands instead of using environment variables or secure credential stores.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill's workflow and code (SKILL.md, references/api-reference.md, and scripts/agent.py) explicitly fetch and ingest data from public third-party threat-intel APIs (VirusTotal, AbuseIPDB, Shodan, MISP, etc.), which contain user-submitted/untrusted content that the agent parses and uses to compute confidence scores and drive routing/alert decisions, so external content can materially influence agent actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata