conventional-commits
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Git commands (
git diff,git log,git commit,git add) to analyze repository changes and manage commit history. These operations are performed locally and are strictly aligned with the skill's stated purpose. - [SAFE]: No indicators of prompt injection, credential harvesting, or data exfiltration were detected. The skill does not make any external network requests or download remote content.
- [SAFE]: No obfuscation techniques or hidden commands were found in the instructions or example workflows.
- [SAFE]: The skill encourages security best practices, such as requiring user confirmation before executing a commit and providing warnings about the implications of rewriting history with
git commit --amend.
Audit Metadata