unity-code-review
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes potentially untrusted external content from git diffs and specification files.\n\t- Ingestion points: The skill reads the output of
git diffandgit logcommands, as well as the content of external specification files referenced inSKILL.md.\n\t- Boundary markers: The instructions do not define explicit delimiters or include warnings to ignore instructions embedded within the diff or spec files.\n\t- Capability inventory: The skill usesgitcommands (diff,log,rev-parse) and has the capability to write markdown reports to the filesystem.\n\t- Sanitization: No sanitization or validation of the ingested content is performed before processing.\n- [COMMAND_EXECUTION]: The skill executes shell-based git commands that incorporate user-supplied input for the git reference point.\n\t- Evidence:SKILL.mdinstructs the agent to rungit diff <fixed-point>...HEADandgit log <fixed-point>..HEAD. While it performs a validation step withgit rev-parse, the input flows directly into subsequent command executions.
Audit Metadata