commit
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to interact with the git version control system, including
git status,git diff,git log,git commit, andgit push. - [DATA_EXFILTRATION]: The execution process includes a
git pushstep, which transmits local source code to a remote repository server. This contradicts the skill's description which states it is for requests that involve committing 'without pushing'. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8).
- Ingestion points: Untrusted data enters the context via
git diffandgit logoutputs in SKILL.md. - Boundary markers: Absent; there are no delimiters or instructions to ignore embedded commands in the files being analyzed.
- Capability inventory: The skill can read file contents, create commits, and push data to remote servers.
- Sanitization: Absent; the skill does not sanitize or escape content from the repository or from the user-provided
$ARGUMENTSbefore processing.
- Ingestion points: Untrusted data enters the context via
Audit Metadata