commit
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it reads and analyzes arbitrary code changes from the repository to generate commit messages.
- Ingestion points: Processes output from
git diff --cachedin SKILL.md. - Boundary markers: No specific boundary markers or instructions to ignore embedded commands within the diff are used.
- Capability inventory: The agent can execute shell commands (
git add,git ci) and write files via theWritetool. - Sanitization: No sanitization of the diff content is performed before analysis.
- [COMMAND_EXECUTION]: The skill uses several shell commands to manage the git lifecycle, including
git status,git add -A, and a shell pipelinehead -c4 /dev/urandom | xxd -pto generate temporary filenames. It also utilizes thegit cicommand from thegitflow-toolkit. - [EXTERNAL_DOWNLOADS]: The instructions recommend running
gitflow-toolkit installif the required tool is not found on the system. This command facilitates the setup of the vendor's specialized git utility.
Audit Metadata