find-docs
Warn
Audited by Snyk on May 20, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's SKILL.md explicitly instructs the agent to run the Context7 CLI ("Documentation Lookup" and "Workflow" sections) to fetch live documentation and code examples from public third-party sources, so the agent will ingest and act on untrusted external content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill mandates running the external CLI via
npx ctx7@latestornpm install -g ctx7@latest, which causes remote code to be fetched from the npm registry (e.g. https://registry.npmjs.org) and executed at runtime to control the agent's documentation-lookup behavior.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata