convex-agents
Warn
Audited by Snyk on Jun 21, 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 workflow ingests outsider-authored free text via the
sendMessageaction’sargs.message(user-provided chat input) into the agent’s LLM context asmessages: [{ role: "user", content: args.message }], which is not authored by the operating user’s system prompts/files but by an external party at runtime.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata