neon
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of CLI tools for environment setup and infrastructure management.
- Executes
npx neon@latest init --agentfor project bootstrapping and tool installation. - Uses
neon link,neon checkout, andneon deployfor branch-first development workflows and infrastructure-as-code management. - Utilizes the
skillsCLI to dynamically add other functional skills from the vendor's repository. - [EXTERNAL_DOWNLOADS]: The skill facilitates the download of configuration and documentation from trusted vendor sources.
- Downloads agent skills from the official
neondatabase/agent-skillsGitHub repository. - Fetches live documentation in markdown format from
https://neon.com/docs/to ensure current technical accuracy. - Installs the Neon MCP server from
https://mcp.neon.tech/mcpusingnpx add-mcp. - [INDIRECT_PROMPT_INJECTION]: The skill architecture includes fetching external documentation (
llms.txtand.mdfiles) to supplement its knowledge base. While ingesting external data is a known vector for indirect prompt injection, the skill targets official vendor-controlled domains (neon.com), which significantly mitigates this risk in a production environment. - [CREDENTIALS_UNSAFE]: The skill instructions discuss the management of sensitive environment variables such as
NEON_API_KEYandDATABASE_URL. It promotes standard security best practices by directing these values into git-ignored.envor.env.localfiles rather than hardcoding them or passing them as cleartext arguments.
Audit Metadata