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.sh and scripts/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 shellcheck to lint generated or modified shell scripts.
  • [SAFE]: The documentation includes security best practices for shell scripting, such as using set -euo pipefail, avoiding eval, quoting variables, and explicitly warning against storing secrets in test fixtures.
Audit Metadata
Risk Level
SAFE
Analyzed
May 18, 2026, 01:22 AM
Security Audit — agent-trust-hub — hooks-authoring