deploy-checklist
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill requests permission to execute standard Node.js development scripts (npm run lint, test, build) and GitHub CLI commands (gh run list, gh pr checks). These are used to verify code quality and CI status before deployment.
- [EXTERNAL_DOWNLOADS]: The skill uses the curl command to perform health checks on service endpoints. This is a standard procedure for verifying service availability after a deployment.
- [COMMAND_EXECUTION]: Includes instructions to read configuration and environment files to verify settings in the target environment, which is a core part of the pre-deployment verification process.
Audit Metadata