git-commit
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands including
git diff --cachedandgit committo retrieve staged changes and commit them to the repository. These operations are essential for the skill's stated purpose but involve direct interaction with the host system's shell.- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection by processing untrusted data from the local repository diffs. • Ingestion points: External data enters the context via thegit diff --cachedcommand output (SKILL.md). • Boundary markers: There are no markers or delimiters defined to isolate the diff content from the skill's instructions. • Capability inventory: The skill has the capability to executegit commitand generate natural language output based on the diff (SKILL.md). • Sanitization: No validation or sanitization is performed on the diff content, meaning malicious instructions embedded in code comments or files could influence the agent's logic or the resulting commit message.
Audit Metadata