narrative-tracker
Warn
Audited by Snyk on Aug 20, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). SKILL.md’s required workflow ingests outsider-authored free text by running an X.AI
x_searchquery (viacurlto https://api.x.ai/v1/responses with tools[{type:"x_search"}]) and then parsing returnedoutput_textcontent as the primary narrative signal.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill performs a runtime curl POST to "https://api.x.ai/v1/responses" (using an injected XAI_API_KEY) and then parses that API response as the primary narrative signal injected into the agent's processing, so this external URL is used at runtime to supply content that directly controls the agent's output.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata