qodo-review-resolver
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious instructions, obfuscation, or safety bypass attempts were found in the skill metadata or body.\n- [COMMAND_EXECUTION]: The skill interacts with the local environment exclusively through the
qodoCLI, using structured commands likeqodo read pr-review-sessionandqodo pr-review-session mark-implementedto perform its intended functions.\n- [EXTERNAL_DOWNLOADS]: The skill mentions the officialget.qodo.aidomain for manual CLI installation but includes a clear guardrail instructing the agent to never pipe an installer directly into a shell or invent checksums.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes external data in the form of pull request review findings, which is a potential injection surface.\n - Ingestion points: Data enters the agent context via
qodo read pr-review-session findingsinSKILL.md.\n - Boundary markers: The skill enforces human-in-the-loop review; findings are not pre-selected, and the agent must explicitly ask the user which findings to resolve unless an explicit
autofixargument is provided by the user.\n - Capability inventory: The skill can modify local source code to fix findings and use the
qodoCLI to record resolutions in the vendor's database.\n - Sanitization: Instructions require the agent to independently evaluate findings against the actual code and PR intent before presenting recommendations, acting as a technical filter rather than a blind executor.
Audit Metadata