wiki-enrich
Warn
Audited by Snyk on Jun 20, 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.95). At runtime, the skill uses
WebFetchto fetch outsider-authored public web content fromhttps://alphaxiv.org/overview/<arxiv_id>.mdandhttps://alphaxiv.org/abs/<arxiv_id>.md(and may also fetch arXiv API abstracts), then injects that fetched free text into the agent’s LLM context to generate the TODO section prose.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). This skill fetches external source text at runtime which is fed verbatim as $SOURCE_TEXT to the LLM to generate the wiki sections — e.g. https://alphaxiv.org/overview/<arxiv_id>.md, https://alphaxiv.org/abs/<arxiv_id>.md and http://export.arxiv.org/api/query?id_list=<arxiv_id> (and it may invoke the deepxiv fetcher via python3 "$DEEPXIV_FETCHER" paper-brief <arxiv_id>), so these runtime fetches 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