commit
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill analyzes the output of code diffs and commit logs to summarize changes, which creates a surface for indirect prompt injection.
- Ingestion points:
git diff HEADandgit log --oneline -10inSKILL.md. - Boundary markers: Absent; the skill does not use delimiters to isolate the diff output or provide instructions to ignore embedded commands.
- Capability inventory: Shell access for executing multiple
gitcommands inSKILL.md. - Sanitization: Absent; the skill does not filter or sanitize the contents of the code changes before processing.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute a series of bash commands to inspect and modify the repository state, including
git status,git diff,git log,git branch,git add, andgit commit. - [SAFE]: The skill demonstrates security awareness by explicitly directing the agent not to commit files that likely contain secrets, specifically mentioning
.envandcredentials.jsonfiles.
Audit Metadata