web-reader
Fail
Audited by Snyk on Jul 14, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). The skill deliberately forwards full target URLs (including query strings) to an external service (r.jina.ai), which can exfiltrate sensitive tokens/credentials, and documents a bash fallback that bypasses the tool's URL safety guard.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.95). SKILL.md instructs the runtime to call the
read_urltool with an arbitrary user-supplied URL, which the tool sends to the external Jina Reader service and returns the fetched page’s Markdown ascontent, so outsider-authored free text from public web pages is ingested 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's read_url tool forwards the full target URL at runtime to the external Jina Reader service (r.jina.ai), so content fetched from r.jina.ai can directly control the agent's context/prompting.
Issues (3)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata