critique
Warn
Audited by Snyk on Jun 16, 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.75). The required workflow includes “Browser visualization” where the agent navigates to a user-supplied/target URL and injects
detect.jsinto that live page, causing the LLM to ingest outsider-authored free text from the fetched page content (public web content) via the browser automation context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The skill explicitly runs the CLI "npx impeccable" during runtime (which fetches and executes code from the npm registry, e.g. https://registry.npmjs.org/impeccable) as a required detector step, so it pulls and runs remote code at 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