neon
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlto interact with the Neon API andjqto parse the resulting JSON data. It also creates temporary files in/tmp/neon_request.jsonto store request bodies for POST operations. - [EXTERNAL_DOWNLOADS]: Fetches data from the official Neon API at
https://console.neon.tech/api/v2/. These network operations are necessary for the skill's primary function of managing cloud database resources. - [SAFE]: Authentication is handled via the
NEON_TOKENenvironment variable, which is standard for programmatic API access. The skill correctly instructs users to manage this secret through the platform's secure connector settings.
Audit Metadata