hooks-authoring
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute local shell scripts within the repository for validation and testing purposes, specifically
scripts/validate-hooks-doc-parity.shandscripts/test-hooks-output.sh. - [COMMAND_EXECUTION]: It directs the agent to perform build operations using a local Makefile via the command
cd cli && make sync-hooks. - [COMMAND_EXECUTION]: It recommends using
shellcheckto lint generated or modified shell scripts. - [SAFE]: The documentation includes security best practices for shell scripting, such as using
set -euo pipefail, avoidingeval, quoting variables, and explicitly warning against storing secrets in test fixtures.
Audit Metadata