find-docs
Warn
Audited by Snyk on Jul 2, 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.85). The required runtime workflow calls
ctx7 libraryand thenctx7 docs, which (by design) fetches and ingests Context7 documentation/code examples from an external documentation/index service based on the user’s query, i.e., outsider-authored free text/code snippets become LLM context via those CLI results.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill requires running "npm install -g ctx7@latest" or "npx ctx7@latest", which fetches and executes remote package code from the npm registry (e.g., https://registry.npmjs.org/) at runtime and is required for operation, so it executes remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata