local-wikipedia-search
Warn
Audited by Snyk on Jun 18, 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). The required workflow reads article pages via
scripts/wiki-article.py, which fetches HTML from the hosted mirror (https://wiki.ayrscott.com/...orhttp://127.0.0.1:3081/...) and extracts the article body text into the agent’s LLM context—this is outsider-authored Wikipedia content delivered at runtime over HTTP.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The prompt explicitly tells the agent to run a privileged command ("sudo systemctl restart kiwix-wikipedia.service") to change system service state, which requests using sudo to modify the host.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata