neon-postgres
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute several shell commands to automate the setup of the Neon environment.
- Runs
npx -y neon@latest initto initialize projects and install the Neon extension. - Uses
npx -y add-mcpto configure the Neon Model Context Protocol (MCP) server for the agent. - Instructs the installation of the Neon VS Code extension via the command line.
- [EXTERNAL_DOWNLOADS]: The skill fetches configuration and documentation from official and trusted sources.
- Downloads project documentation in Markdown format from the official
neon.comdomain usingcurlor direct URL appending. - Fetches the current documentation index from
https://neon.com/docs/llms.txtto ensure up-to-date information. - Installs infrastructure-as-code and environment utilities from the npm registry using
npm i @neon/configand related packages.
Audit Metadata