non-interactive-git-rebase
Warn
Audited by Runlayer on Mar 5, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
non-interactive-git-rebase/SKILL.mdMEDIUM
78.8%
Malicious tool definition detected
```bash # Step 1: Prepare todo with 'edit' on the target commit sed 's/^pick TARGET_HASH/edit TARGET_HASH/' /tmp/default-todo > /tmp/prepared-todo GIT_SEQUENCE_EDITOR="cp /tmp/prepared-todo" git rebase -i <base> # Step 2: Rebase stops at the target commit. Split it: git reset HEAD~1 # Step 3: Selectively stage and commit pieces.
Audit Metadata