git-workspace-review
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
make format,make lint, andpytestfor code quality and workflow validation, which relies on the contents of the localMakefileand test suite. It also utilizes platform-specificPreToolUseandStophooks to log git activity to a local audit file at${CLAUDE_CODE_TMPDIR:-/tmp}/skill-audit.log. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by ingesting and processing data from git operations which can contain untrusted, attacker-controlled content from file modifications or commit messages.
- Ingestion points:
git status,git diff,git log, andgit show(referenced in SKILL.md and modules/git-commands.md). - Boundary markers: No explicit delimiters or instruction-bypass warnings are used when processing this data.
- Capability inventory: Executes shell commands via the
Bashtool and lifecycle hooks. - Sanitization: No validation or escaping is applied to the git command outputs before analysis.
Audit Metadata