neon-functions
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a legitimate technical resource for the Neon Functions platform. It provides comprehensive guidance on building, deploying, and securing serverless backends.
- [EXTERNAL_DOWNLOADS]: The documentation references and recommends standard, well-known libraries and frameworks including Hono, Drizzle ORM, Vercel AI SDK, Mastra, and Sentry. All external links point to official documentation (neon.com, ai-sdk.dev, mastra.ai, better-auth.com) or trusted community repositories (github.com/honojs, github.com/websockets/ws).
- [COMMAND_EXECUTION]: The instructions describe the use of the official
neonctlCLI for deployment and local development. The shell examples are standard for infrastructure-as-code and developer workflows. - [INDIRECT_PROMPT_INJECTION]: The skill provides patterns for building AI agents that process untrusted user input (messages). To mitigate this inherent surface area, the documentation includes a dedicated security section ('Functions as an agent backend') that mandates JWT authentication, CORS configuration, and server-side verification of user identity before processing data.
Audit Metadata