arxiv-search
Fail
Audited by Snyk on Mar 15, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs the agent to ask the user for their Valyu API key and then run a command that embeds the key verbatim (e.g.,
scripts/search setup <api-key>/scripts/search setup val_abc123...), which requires the LLM to handle and output secret values directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly fetches full-text arXiv preprints via Valyu (see "Full-Text Access" and the scripts/search output showing results[].content and results[].url in SKILL.md), meaning the agent ingests public, third-party content from arxiv.org which it is expected to read and which could materially influence actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata