web-to-native
Warn
Audited by Snyk on Jul 6, 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). SKILL.md’s required runtime workflow includes “capture the web original” via
agent-browser open <web-url>/<route>?<params>andsnapshot --json/read, which ingests outsider-authored free text from a deployed URL or arbitrary route into the agent’s LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly requires installing and running the external CLI tools "agent-browser" and "@swmansion/argent" at runtime (e.g.
npm i -g agent-browserandnpm i -g @swmansion/argent), which fetch and execute remote code from the npm registry (e.g. https://www.npmjs.com/package/agent-browser and https://www.npmjs.com/package/@swmansion/argent) and are required for the verification step.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata