critique
Warn
Audited by Snyk on Apr 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The SKILL.md Step 2 "Assessment A" and the "Browser visualization" procedure explicitly instruct the agent to open and visually inspect live pages/URLs (create new tabs, navigate to the page, inject scripts, and read console output), meaning the agent will fetch and interpret arbitrary third‑party web content that can influence its decisions and actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill explicitly instructs running "npx impeccable" (which downloads and executes the "impeccable" package from the npm registry — e.g. https://registry.npmjs.org/impeccable) as a required runtime step to run the detector, so remote code is fetched and executed during skill runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata