quality-gate
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from git diffs and pull request content, which serves as a potential indirect prompt injection surface. This is a common property of automated review tools.
- Ingestion points: The skill reads output from
git diffandgh pr diffincontext/self.md,context/per-slice.md, andcontext/pr.md. - Boundary markers: Instructions use markdown headers for structure but lack explicit boundary delimiters or warnings to ignore embedded instructions in the ingested data.
- Capability inventory: The skill can execute shell commands (
git,gh) and dispatch other agents (code-reviewer,security-reviewer, etc.). - Sanitization: There is no evidence of sanitization, filtering, or escaping of the external content before it is processed by the AI agents.
- [COMMAND_EXECUTION]: The skill uses dynamic context injection to pre-compute repository information at load time.
- Evidence: The skill executes
git branch,git status, andgh pr listinSKILL.mdvia the dynamic execution syntax. - Analysis: These commands are used for legitimate discovery of project state and are consistent with the
allowed-toolsconfiguration.
Audit Metadata