review-hog-perspective-logic-correctness
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted external data in the form of pull request code chunks, which creates a surface for indirect prompt injection attacks.
- Ingestion points: The skill processes 'PR chunks' to identify business logic, data transformations, and queries.
- Boundary markers: The instructions do not define explicit delimiters or 'ignore' instructions to prevent the agent from following commands embedded within the code it reviews.
- Capability inventory: The skill uses the
rg(ripgrep) tool to search codebases, which is a read-only capability. - Sanitization: There is no evidence of sanitization or filtering of the code content before it is processed by the agent.
Audit Metadata