commit
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No security issues detected. The skill uses local shell scripts to manage git hooks and perform standard version control tasks. All operations are local and transparent.
- [COMMAND_EXECUTION] (SAFE): The skill executes local git commands (
git status,git diff,git commit) and provided shell scripts (setup.sh,commit-msg). These are standard operations for the skill's stated purpose and do not involve unsanitized user input or privileged commands. - [EXTERNAL_DOWNLOADS] (SAFE): No external downloads or remote script executions (e.g., curl | bash) were found.
- [CREDENTIALS_UNSAFE] (SAFE): No hardcoded secrets, API keys, or access to sensitive credential files (like ~/.ssh or ~/.aws) were detected.
Audit Metadata