sentry-code-review
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection because it is designed to parse and execute instructions found in the "Prompt for AI Agent" section of external GitHub PR comments.
- Ingestion points: Comments are retrieved from GitHub PRs via the
gh apicommand or theWebFetchtool. - Boundary markers: There are no explicit markers or system instructions to ignore potentially adversarial commands embedded within the fetched comment content.
- Capability inventory: The skill is granted
Bash,Edit, andWritecapabilities, which could be misused if the agent obeys malicious instructions in a comment. - Sanitization: The skill does not perform sanitization or validation of the markdown/HTML content extracted from the comment body before the agent processes it.
- [COMMAND_EXECUTION]: The skill utilizes the GitHub CLI (
gh api) through the Bash tool to fetch pull request comments and metadata. This is a standard and expected use of system tools for this workflow. - [EXTERNAL_DOWNLOADS]: Content is fetched from GitHub PR URLs using
WebFetchand API calls. These operations are directed at GitHub's infrastructure to retrieve the data necessary for the code review task.
Audit Metadata