Neon CLI
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Provides instructions to install
neonctlglobally using npm. This is the official CLI tool for Neon, a well-known serverless database service. - [COMMAND_EXECUTION]: Utilizes
neonctlfor operations such as listing projects, creating branches, and retrieving connection strings. These commands are typical for infrastructure management and align with the skill's documented purpose. - [CREDENTIALS_UNSAFE]: References the use of
NEON_API_KEYfor authentication. The skill correctly suggests using an environment variable rather than hardcoding secrets, which is a standard security practice.
Audit Metadata