soft-delete-git
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate Git branch maintenance using local command-line tools. No malicious patterns or security risks were identified in the instructions or command sequences.
- [INDIRECT_PROMPT_INJECTION]: The skill processes branch names and GitHub PR metadata which could potentially be manipulated.
- Ingestion points: Data enters the context via
git branch --show-currentandgh pr viewoutput (SKILL.md). - Boundary markers: None explicitly defined for interpolated command arguments.
- Capability inventory: Uses
gitandghfor local repository and remote metadata operations. - Sanitization: Relies on the execution environment to handle command argument interpolation.
Audit Metadata