agent-mongo
Fail
Audited by Snyk on Jul 13, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill contains explicit examples and fallback instructions that put plaintext passwords on the command line (e.g.,
--password secretand--password <secret>), which would require the LLM to generate or echo secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). MongoDB query/schema results are returned as NDJSON/JSON lines (including document field values and error
hintstrings) and are therefore outsider-authored free text originating from the database contents that the agent will read into the LLM context at runtime.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata