commit
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Uses standard local Git commands (git status, git diff, git log, git add, git commit) to manage source code changes. These commands are executed within the local repository context and are limited to version control tasks.\n- [DATA_EXFILTRATION]: Accesses file differences to generate commit descriptions. No network-enabled operations are present, ensuring that code and metadata remain on the local machine.\n- [PROMPT_INJECTION]: The skill processes repository data via git diff, which represents a surface for indirect prompt injection.\n
- Ingestion points: git status and git diff outputs as defined in SKILL.md.\n
- Boundary markers: None present in the instructions.\n
- Capability inventory: git add and git commit as defined in SKILL.md.\n
- Sanitization: None described in the provided workflow.
Audit Metadata