git-commit
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use
git statusandgit diffto analyze the repository state. These are standard, non-destructive read operations necessary for the skill's primary function of drafting commit messages. - [PROMPT_INJECTION]: The skill processes untrusted data from the local repository. Ingestion points:
git diffandgit status(SKILL.md). Boundary markers: Absent. Capability inventory:git statusandgit diff(SKILL.md). Sanitization: Absent. While these represent a surface for indirect prompt injection, the skill is considered safe as the agent's capabilities are restricted to git-based analysis and the intent is well-defined.
Audit Metadata