git-hooks-automation
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references configuration and hook definitions from well-known technology organizations on GitHub (e.g., pre-commit, psf, astral-sh). These are official sources for development tooling and follow the trust-scope-rule.
- [COMMAND_EXECUTION]: Includes standard shell commands for setting file permissions (
chmod +x) on Git hook scripts, which is a required step for Git to execute local hook files. - [DATA_EXFILTRATION]: No malicious data access or network exfiltration was detected. The skill actively promotes data security by including configuration for
detect-private-keyand regex patterns to identify secrets (e.g., AWS keys, GitHub tokens) before they are committed. - [REMOTE_CODE_EXECUTION]: Uses standard package managers (npm, pip) and official GitHub Actions (e.g.,
pre-commit/action) to manage and run local verification tools. All execution paths are gated by local developer or CI triggers.
Audit Metadata