collecting-open-source-intelligence
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: 1.00). It includes examples that embed API keys as literal strings (curl -H "apikey: YOUR_KEY", Shodan.Shodan("YOUR_SHODAN_API_KEY")), which implies replacing placeholders with real secret values verbatim and therefore requires the LLM to handle/output secrets directly.
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 scripts/agent.py explicitly fetch and ingest untrusted public content from crt.sh, Shodan (api.shodan.io), SecurityTrails, RDAP (rdap.org), and GitHub code search and then use those results to pivot and drive further analysis/reporting, which could allow indirect prompt injection via third-party content.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata