tracking-threat-actor-infrastructure
Fail
Audited by Snyk on Mar 15, 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 explicitly requires embedding API keys and credentials into client constructors and HTTP headers/auth (e.g., Shodan("YOUR_SHODAN_API_KEY"), headers={"APIKEY": api_key}, auth=(user, api_key)), which would force an agent to include secret values verbatim in generated code or requests.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill's SKILL.md and runtime scripts (scripts/agent.py and scripts/process.py) explicitly fetch and ingest data from public third‑party sources (Shodan, SecurityTrails/PassiveTotal, crt.sh, VirusTotal, rdap.org, etc.), and that untrusted web-sourced content is parsed and used to pivot and drive further automated actions and decisions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata