interrogate
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external code diffs and source files as primary inputs for its review process. This establishes an attack surface where maliciously crafted code could attempt to influence the reasoning of the reviewer subagents or the lead synthesizer. Ingestion points: Diff outputs from
git diffand contents of files targeted for review are ingested into the prompt context. Boundary markers: Untrusted content is placed within specific sections defined by the{DIFF_OR_FILES}placeholder in thereferences/reviewer-prompt.mdtemplate. The skill does not explicitly define escaping or sanitization for these sections. Capability inventory: The agent can spawn subagents using theTasktool, read local files, execute git commands, and is instructed to perform repository writes by creating Pull Requests for configuration maintenance. Sanitization: No explicit content sanitization is described for the code being reviewed. - [COMMAND_EXECUTION]: The skill directs the agent to execute shell commands like
git diffto gather review context and suggests the automated creation of Pull Requests to update internal configuration files if model identifiers fail to resolve.
Audit Metadata