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-msg and post-commit) from the author's GitHub repository (johnefemer/skillfish).
  • [COMMAND_EXECUTION]: Instructs the environment to grant execution permissions to the downloaded scripts using chmod +x and configures Git hook paths via git config core.hooksPath.
  • [COMMAND_EXECUTION]: The provided post-commit hook automatically performs a git commit --amend operation 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
Risk Level
SAFE
Analyzed
Jul 18, 2026, 04:18 PM
Security Audit — agent-trust-hub — git-commit-hygiene