code-review
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill is subject to indirect prompt injection from untrusted data. Ingestion points: Fetches PR titles, bodies, and comments via
gh pr viewandgh apicommands as documented in SKILL.md. Boundary markers: Explicitly absent from data fetching commands, though the skill provides a high-level safety warning in the 'External Content Safety' section of SKILL.md. Capability inventory: Executes shell commands (git,gh,node), performs file system writes (mkdir,writeFilein scripts/capture-screenshots.js), and interacts with GitHub APIs. Sanitization: No programmatic sanitization is implemented for the ingested text; safety relies on the agent's adherence to instructions to ignore embedded commands.\n- [COMMAND_EXECUTION]: Employs standard developer tools includinggit, the GitHub CLI (gh), andnodeto perform code analysis and manage pull request feedback.\n- [EXTERNAL_DOWNLOADS]: Downloads and installs theplaywrightpackage from the public npm registry to enable automated browser-based visual validation of preview URLs.\n- [DATA_EXFILTRATION]: Reads local source code and fetches remote PR data to generate review summaries, which are subsequently shared with official GitHub endpoints as intended by the skill's primary function.
Audit Metadata