neon-functions
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill provides instructions for developing Node.js functions on the Neon platform using official tools and well-known libraries. No malicious code or hidden intent was identified.
- [EXTERNAL_DOWNLOADS]: The skill utilizes several industry-standard Node.js packages such as
hono,pg,ws,ai, andzod. It also references specialized libraries for the Neon ecosystem, such as@neon/configand@neon/env. These dependencies are consistent with the skill's goal of building serverless HTTP handlers and AI agents. - [COMMAND_EXECUTION]: Instructions include the use of the Neon CLI for development and deployment workflows, specifically
neon devandneon deploy. These commands are standard for managing resources within the Neon environment. - [PROMPT_INJECTION]: The skill demonstrates processing user-provided text through AI models. While this presents an indirect prompt injection surface, the documentation includes security measures such as schema validation with Zod and authentication via JWTs to mitigate associated risks.
Audit Metadata