git-squash
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill performs intended git repository management tasks with embedded safety checks.
- [COMMAND_EXECUTION]: The skill uses git commands to manage branches and merges. It ensures the repository is clean and the branch has diverged from main before attempting operations.
- [COMMAND_EXECUTION]: Remote operations such as 'git pull --ff-only' and 'git push origin --delete' are used to synchronize with the remote repository. These are documented as part of the core cleanup and update functionality.
- [PROMPT_INJECTION]: The skill processes branch names and git log output, which are external data sources. 1. Ingestion points: Branch name argument, 'git status --porcelain' output, and 'git log' output. 2. Boundary markers: Absent. 3. Capability inventory: Execution of git commands via shell. 4. Sanitization: Absent.
Audit Metadata