pma-code-review
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executegitandgh(GitHub CLI) commands. Inagents/code-reviewer.md, it is instructed to rungit diff,git log,gh pr view,gh pr diff, andgh pr review. These operations are standard for the tool's intended use case of analyzing code changes and providing feedback on pull requests. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection (Category 8) because it is designed to ingest and analyze untrusted data (code changes) which could contain malicious instructions aimed at the agent.
- Ingestion points: Untrusted data enters the agent context through
git diff,git log, andgh pr diffoutputs, as well as file reading operations performed by theRead,Grep, andGlobtools as specified inagents/code-reviewer.md. - Boundary markers: The instructions do not define strict boundary markers (e.g., XML tags) or specific 'ignore instructions' warnings for the content being analyzed, relying on the 'senior reviewer' persona and the context of the diff.
- Capability inventory: Across
agents/code-reviewer.md, the skill possesses the capability to execute arbitrary shell commands via theBashtool and write content to external services viagh pr review. - Sanitization: There is no explicit instruction to sanitize or escape the content ingested from the repository before it is interpolated into findings or potentially used as arguments in subsequent tool calls.
Audit Metadata