skills/shhac/skills/restack/Gen Agent Trust Hub

restack

Pass

Audited by Gen Agent Trust Hub on Mar 18, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes git commands 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-lease for push operations and creating backup references before performing rebases.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 18, 2026, 06:37 PM