git-commit-hygiene
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches git hook scripts (
commit-msgandpost-commit) from the author's GitHub repository (johnefemer/skillfish). - [COMMAND_EXECUTION]: Instructs the environment to grant execution permissions to the downloaded scripts using
chmod +xand configures Git hook paths viagit config core.hooksPath. - [COMMAND_EXECUTION]: The provided
post-commithook automatically performs agit commit --amendoperation to programmatically update the commit author if an AI tool name is detected in the author field. - [SAFE]: The skill uses standard shell utilities (
sed,git) to perform its stated purpose of commit hygiene. No data exfiltration, obfuscation, or malicious intent was detected.
Audit Metadata