rombot-community
Warn
Audited by Snyk on Jul 22, 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.75). The required workflow sends the operator’s question over HTTPS to RomBot and then ingests RomBot’s JSON field
answer(outsider-authored community response text fetched at runtime) fromscripts/rombot-ask.pyresponse parsing (payload = json.loads(...); answer = payload.get("answer")) and prints it to stdout, withSKILL.mdrequiring it be passed through “verbatim” into the agent/human context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The CLI reads ROMBOT_ASK_URL at runtime and POSTs the question to the configured endpoint (example URL "https://api.rombot.uk/api/community-ask"), then prints RomBot's returned "answer" verbatim (i.e., the remote response directly controls the agent's output), so the remote URL controls prompts at runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata