git-commit
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): No patterns for bypassing safety filters or overriding system instructions were found.
- [Data Exposure & Exfiltration] (SAFE): No hardcoded credentials or sensitive file paths detected. The skill contains a manual verification step to ensure secrets and tokens are not committed.
- [Unverifiable Dependencies & Remote Code Execution] (SAFE): No external dependencies are installed and no remote scripts are executed.
- [Command Execution] (SAFE): The skill uses standard Git commands via Bash. It includes a safety protocol that forbids force pushes, skipping hooks, or modifying global Git configurations.
- [Indirect Prompt Injection] (SAFE): While the skill processes external repository data (git diff), the risk is mitigated by the safety protocol and the standard nature of the task. 1. Ingestion: Reads local file changes via git diff in SKILL.md. 2. Boundaries: Delimited by heredoc tags for commit messages. 3. Capability: Git file management commands. 4. Sanitization: Relies on shell quoting and user verification.
Audit Metadata