story-integrate
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs standard Git operations (such as branch detection, status checking, and non-fast-forward merges) to automate a common development workflow without introducing security risks.
- [SAFE]: It includes robust validation logic, such as requiring a specific branch naming format (
feature/US-XXX-...) and a clean working tree before proceeding with any changes. - [SAFE]: Conflict handling is implemented safely by instructing the agent to immediately abort merges that result in conflicts, preventing unintended file modifications or poor automated resolutions.
- [SAFE]: The skill operates entirely locally and does not perform network operations, credential access, or persistent system modifications.
Audit Metadata