git-hooks
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill provides commands to install and configure Git hooks. This involves copying scripts to the
.git/hooks/directory and setting executable permissions usingchmod +x. These operations are standard for Git hook management. - DATA_EXPOSURE (SAFE): While the skill mentions scanning for secrets (Anthropic, OpenAI, AWS, etc.), it does so as a security feature to prevent accidental credential leakage. No evidence of credential harvesting or exfiltration was found.
- REMOTE_CODE_EXECUTION (SAFE): The skill references local scripts within the AgentUsage directory and uses established tools like
uv. No external downloads or piped shell executions from remote URLs were detected.
Audit Metadata