conventional-commit
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructs the agent to analyze staged changes using
git statusandgit diff, ensuring awareness of the context before action. - [SAFE]: Explicit instructions are provided to detect secrets (e.g., .env, API keys) and warn the user, reducing the risk of accidental data exposure.
- [SAFE]: The execution phase uses secure shell patterns, specifically quoted heredocs ('EOF'), to safely handle multi-line commit messages without shell expansion risks.
- [SAFE]: A human-in-the-loop checkpoint is enforced, requiring explicit user approval of the commit message before the agent performs the git commit command.
Audit Metadata