conventional-commit-rewrite
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Utilizes advanced git operations like
git filter-branchandgit cherry-pickto modify repository history as part of its core functionality. - [COMMAND_EXECUTION]: Invokes a Python script (
scripts/rewrite_msg.py) located within the skill's directory structure to process and transform commit message content. - [SAFE]: Implements significant safety guardrails, such as prohibiting the use of
git push --forcein favor of--force-with-leaseand requiring a manual decision menu when dealing with already-pushed commits. - [SAFE]: Explicitly forbids the use of dangerous flags like
--rootinfilter-branchand ensures merge commits are skipped to avoid accidental complexity or data loss.
Audit Metadata