git-workflow
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to interact with Git repositories by reading metadata such as branch names, commit messages, and diffs, which represents an untrusted ingestion point that could be exploited to influence agent behavior.
- Ingestion points: Commands like
git branch,git log, andgit diff(referenced inSKILL.md,checklists/pre-commit-checklist.md, andrules/recovery-reflog.md) ingest repository data into the agent's context. - Boundary markers: The skill does not provide specific delimiters or instructions to ignore embedded commands within Git metadata during processing.
- Capability inventory: The skill enables the use of the
Bashtool to execute potentially destructive commands likegit reset --hard,git push --force-with-lease, andgit checkoutbased on the ingested data. - Sanitization: There is no evidence of sanitization or validation of Git metadata before it is interpolated into shell commands.
Audit Metadata