plain-english-translation
Warn
Audited by Snyk on Mar 26, 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's Step 1 explicitly says "If a URL is provided, fetch it using WebFetch," so the agent will retrieve and read arbitrary public URLs (untrusted third‑party contract documents) as part of its required workflow, letting maliciously crafted content potentially influence its parsing, decisions, and outputs.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly fetches arbitrary user-supplied URLs via WebFetch (i.e., any URL passed to
/legal plain <file>), and the fetched contract text is injected into the model context to drive translations, so external content can directly control prompts.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata