intent-based-review
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions in
SKILL.md(Step 3) direct the agent to execute various shell commands such aspytest,npm test,cargo test,mypy, andeslint. This capability is used to automate the verification of code against acceptance criteria. - [REMOTE_CODE_EXECUTION]: By design, the skill executes the project's own test suite. If the code being reviewed is malicious (e.g., a PR from an external attacker), running commands like
npm testorpytestcan result in the execution of arbitrary, harmful code embedded in the project's tests or build scripts. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests and processes untrusted data from external files.
- Ingestion points: In Step 1 of
SKILL.md, the agent is instructed to readREQUEST.md,PLAN.md, PR descriptions, and linked issues. - Boundary markers: The instructions do not define delimiters or provide specific warnings to the agent to ignore potentially malicious instructions embedded within these external documents.
- Capability inventory: The agent has the capability to execute shell commands (
SKILL.mdStep 3) and perform file system operations (SKILL.mdStep 5 and 7). - Sanitization: No sanitization, escaping, or validation steps are performed on the content of the ingested files before they are processed by the agent.
Audit Metadata