ai-agent
Warn
Audited by Snyk on Jun 16, 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.90). The required runtime path is the
ai-agentactor’s queue ingestion: the operating user’s client sends{ text, sender }viaconnection.send("message", ...), which the actor consumes inrun(for await (const queued of c.queue.iter())) and then includes in the LLM prompt as part ofc.state.messages(user-authored free text, i.e., outsider content from the client side).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata