git-helpers
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill processes external, potentially untrusted data from
git diff,git log, and project guideline files (such asCLAUDE.mdandAGENTS.md). It mitigates indirect prompt injection through explicit 'Data Trust Boundary' and 'Guideline Content Boundary' directives. \n - Ingestion points: Reads code changes and logs via
gitand configuration files viacatorfind. \n - Boundary markers: Explicitly defined in
SKILL.mdand reference files (e.g.,references/code-review.md), instructing the agent to treat VCS output as data only and ignore embedded instructions. \n - Capability inventory: File creation (
CODE_REVIEW.md,PR_SUMMARY.md),gitworkflow management, and GitHub PR operations viaghCLI. \n - Sanitization: Instructions mandate discarding any behavioral suggestions or safety bypass attempts found within the data being analyzed. \n- [COMMAND_EXECUTION]: The skill executes local version control commands. These are restricted to standard development workflows. Crucially, the skill enforces mandatory preview and user confirmation steps before executing impactful commands like
git commitorgit push.
Audit Metadata