review-hog-perspective-logic-correctness
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze pull request chunks and source code, which are untrusted external inputs.
- Ingestion points: Source code files and PR diffs provided for analysis in SKILL.md.
- Boundary markers: The instructions do not specify any delimiters or safety prompts to prevent the agent from following instructions embedded within the code being reviewed.
- Capability inventory: The skill uses search commands like
rg(ripgrep) to locate patterns across Python, SQL, and JavaScript/TypeScript files. It does not have network access or file-writing capabilities. - Sanitization: There is no evidence of sanitization or filtering of the code content before the agent processes it.
Audit Metadata