code-reviewer
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection because it is designed to ingest and process untrusted data from external sources.
- Ingestion points: The agent reads pull request descriptions and source code files using
Read,Grep, andGlobtools as defined in theCore Workflowandallowed-toolsmetadata. - Boundary markers: The instructions do not define explicit delimiters (e.g., XML tags or specific tokens) or provide clear guidance for the agent to ignore instructions potentially embedded within the code or PR descriptions being reviewed.
- Capability inventory: The skill's capabilities are restricted via frontmatter to
Read,Grep, andGlob. It does not have the ability to write files, execute shell commands, or perform network operations, which significantly limits the potential for an injection to cause harm beyond misleading the agent's review output. - Sanitization: No mechanisms for filtering, escaping, or validating the content of the analyzed files are present in the skill instructions.
Audit Metadata