commit-atomic
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from git diffs, which constitutes an indirect prompt injection surface.
- Ingestion points: The agent reviews output from
git statusandgit diff(SKILL.md). - Boundary markers: The instructions lack specific delimiters or directions to ignore instructions embedded within the codebase being reviewed.
- Capability inventory: The skill enables the agent to execute
git addandgit commitcommands (SKILL.md). - Sanitization: No data sanitization or filtering is specified for the git command outputs.
- [SAFE]: The skill utilizes standard version control tools for their intended purpose and does not perform network operations or execute external code.
Audit Metadata