pr-splitter
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard git commands such as
git branch,git diff,git checkout,git restore, andgit range-diffto manage local branches and file states. This behavior is entirely consistent with its stated purpose of pull request management. - [DATA_EXPOSURE]: The workflow suggests writing split notes to a local directory
.notes/pr-split.md. It includes a safety recommendation to ensure the.notes/directory is ignored or untracked to prevent unintentional commits of temporary scratchpad notes. - [SAFE]: No network operations, credential harvesting, obfuscation, or remote code execution patterns were detected. The skill operates exclusively on the local filesystem and git repository.
Audit Metadata