configuring-git
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious behavior, obfuscation, or sensitive data exposure was detected in the configuration files.
- [COMMAND_EXECUTION]: The skill describes the use of a custom
git-cleanup.shscript for branch pruning and a sequence editor script for reversing commit order in interactive rebases. These are standard developer utility functions and are transparently documented. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it processes untrusted Git metadata (Category 8).
- Ingestion points: Branch names collected by the
git-cleanupcommand and commit messages processed during interactive rebases. - Boundary markers: No delimiters or warnings against embedded instructions are documented.
- Capability inventory: The skill utilizes forced branch deletion (
git branch -D) and arbitrary script execution through Git'ssequence.editorconfiguration. - Sanitization: The documentation does not specify any sanitization or validation of the ingested Git metadata.
Audit Metadata