restack
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
gitcommands and a local Python helper script (scripts/restack.py) to manage repository state. These operations are essential to the skill's purpose and are performed using safe subprocess calls. - [SAFE]: The bundled Python script is self-contained, using only the Python standard library. It does not perform any network operations (beyond standard Git remotes) or access sensitive files.
- [SAFE]: The skill follows security best practices for Git, such as using
--force-with-leasefor push operations and creating backup references before performing rebases.
Audit Metadata