non-interactive-git-rebase

Warn

Audited by Runlayer on Mar 5, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
79%
Files
1
Flagged
1
Chunks
2
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
Max File Score
79%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Mar 5, 2026, 08:03 AM
Security Audit — runlayer — non-interactive-git-rebase