conventional-commit
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local
gitcommands (git status,git diff,git log,git commit,git rebase) to analyze staged changes and perform version control operations.- [SAFE]: Explicitly instructs the agent to check for and warn the user about committing sensitive files or secrets (e.g.,.env, API keys) before proceeding with a commit.- [SAFE]: Implements a human-in-the-loop security model by requiring the agent to present the proposed commit message and obtain explicit user approval before execution.- [SAFE]: Includes guardrails forfixupoperations to ensure they only target commits within the current branch's range, preventing accidental history modification of shared branches.
Audit Metadata