keyapi-reddit
Warn
Audited by Snyk on Jul 14, 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). High: the required workflow resolves KeyAPI docs by fetching
https://docs.keyapi.ai/llms.txtand then fetching linked endpoint pages at runtime (scripts/search-keyapi-docs.mjs), which are outsider-authored web content that can include free text and be injected into the agent’s context via the script’s stdout JSON.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The helper script (scripts/search-keyapi-docs.mjs) fetches and resolves the remote KeyAPI docs index at https://docs.keyapi.ai/llms.txt (and then fetches linked docs pages under https://docs.keyapi.ai/en/reddit/), and the extracted endpoint/method/path information is used at runtime to determine subsequent agent actions and API calls.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata