production-canary
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script automates the
git revertandgit pushprocess to roll back themainbranch when production health checks fail. This behavior is the explicit, documented purpose of the skill to maintain site uptime. - [EXTERNAL_DOWNLOADS]: The script fetches the content of the production website using
curlto perform string-based health assertions (e.g., checking for specific HTML tags and app IDs). - [SAFE]: No sensitive local information such as credentials, SSH keys, or environment files are accessed or exfiltrated. The skill uses standard system utilities and maintains state in a local directory.
Audit Metadata