commit
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard git commands such as
git status,git pull,git stash, andgit committo manage local repository state. These operations are scoped to the project environment. - [EXTERNAL_DOWNLOADS]: The skill recommends using
npx husky init, which is a standard method for initializing git hooks using the well-known 'husky' Node.js package. It also integrates 'gitleaks', a reputable security tool for preventing secret leaks. - [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or obfuscation were detected. The skill's instructions focus on maintaining project history and security standards.
Audit Metadata