deployment-engineer
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a shell script (
scripts/deploy.sh) and documentation for executing system-level commands for container and repository management. - Executes
docker build,docker run,docker stop, anddocker rmfor container lifecycle management. - Executes
git pushandgit committo manage remote repository state. - Uses
source .envto load environment variables into the shell context. - [EXTERNAL_DOWNLOADS]: Includes patterns for verifying service availability via network requests.
- Uses
curlto perform health checks against deployment URLs (e.g.,curl -f ${DEPLOY_URL}/health).
Audit Metadata