paper2code-arxiv-implementation
Warn
Audited by Snyk on Apr 7, 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.80). The skill explicitly ingests arbitrary public arXiv papers (see "Core Commands" e.g.
/paper2code https://arxiv.org/abs/1706.03762in SKILL.md) and uses their content to drive code-generation decisions and hyperparameter choices, so untrusted third‑party content is read and can materially influence the agent's outputs.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill clearly takes an arXiv URL at runtime (e.g., https://arxiv.org/abs/1706.03762) and fetches the paper content which is injected into the agent's context to drive code-generation, so the external arXiv URL directly controls the agent's prompts and is a required runtime dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata