neon-postgres
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands such as
curlfor retrieving documentation and relies on theneonctlCLI for project and database management. Evidence found inreferences/neon-cli.mdandSKILL.md. - [DATA_EXFILTRATION]: The skill instructs the agent to read and update project
.envfiles to configure database connection strings. This level of access is restricted to the intended primary purpose of database setup. Evidence found inreferences/getting-started.md. - [EXTERNAL_DOWNLOADS]: The skill fetches documentation indices and markdown content from
neon.com. These downloads originate from a well-known technology service and are essential for providing the agent with current reference material. Evidence found inreferences/referencing-docs.md. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection vulnerabilities because it fetches and processes external content from
neon.comwithout instructing the agent to use boundary markers or safety warnings. - Ingestion points: Documentation fetched via
curlfromhttps://neon.com/docs/<path>as described inSKILL.mdandreferences/referencing-docs.md. - Boundary markers: Absent; fetched content is processed directly without delimiters.
- Capability inventory: Shell command execution via
neonctl, file system modifications (e.g.,.env), and SQL execution via the Neon MCP server. - Sanitization: No instructions are provided to the agent to sanitize or escape instructions that may be embedded in the retrieved documentation.
Audit Metadata