commit
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
gitcommands and a local Node.js script to manage repository state. - The
SKILL.mdfile executes standard git commands likegit status,git diff, andgit addto analyze and stage changes. - The
scripts/stage-hunks.jsscript usesexecSyncandspawnSyncto programmatically apply patches viagit apply --cachedand fetch diffs. These operations are restricted to the local repository context and the provided file paths.
Audit Metadata