git-advanced-workflows

Warn

Audited by Runlayer on Mar 8, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
80%
Files
1
Flagged
1
Chunks
2
Flagged Files (1)
git-advanced-workflows/SKILL.mdMEDIUM
80.3%

Tool passed security scan

Malicious tool definition detected

**Branch Before Risky Operations**: Create backup branch before complex rebases ```bash # Safe force push git push --force-with-lease origin feature/branch # Create backup before risky operation git branch backup-branch git rebase -i main # If something goes wrong git reset --hard backup-branch ``` ## Common Pitfalls - **Rebasing Public Branches**: Causes history conflicts for collaborators - **Force Pushing Without Lease**: Can overwrite teammate's work - **Losing Work in Rebase**: Resolve conf

Audit Metadata
Max File Score
80%
Classification
KNOWN_SERVER_KNOWN_TOOL_LIST
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Mar 8, 2026, 03:22 PM
Security Audit — runlayer — git-advanced-workflows