pr-test-checker
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes Node.js scripts (
gather-local-context.mjsandgather-pr-context.mjs) that execute localgitandgh(GitHub CLI) commands to collect repository and pull request data. These commands use validated inputs, such as integer PR numbers, to minimize the risk of command injection.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it ingests and processes untrusted data from external pull requests that could contain adversarial instructions designed to influence the agent's behavior. - Ingestion points: The agent receives PR metadata (title, body, author) and full unified code diffs retrieved via GitHub CLI or local git commands.
- Boundary markers: The skill's instructions do not define specific delimiters or instructions to ignore or treat as data any potential commands embedded within the PR content.
- Capability inventory: The agent is granted repository access with the ability to use
Read,Glob, andGreptools to explore the codebase based on the PR content. - Sanitization: There is no evidence of sanitization or filtering applied to the ingested PR metadata or diff content before it is processed by the agent.
Audit Metadata