c-review
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to resolve execution paths and manage analysis artifacts. It searches the user's home directory (~/.claude) to locate its internal workflow scripts if environment variables are not set, and it creates timestamped directories for storing audit results. It also executes a findings assembler script using theuvtool. - [DYNAMIC_EXECUTION]: The skill performs dynamic loading and execution of scripts based on computed paths. It resolves a
plugin_rootat runtime and uses this to invoke thec-review.jsworkflow and theassemble_findings.pyutility. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted external C/C++ source code, creating a surface for indirect prompt injection attacks where malicious code patterns could attempt to influence the behavior of the analyzing agents.
- Ingestion points: The repository source code identified by the
finding_scope_rootparameter inSKILL.md. - Boundary markers: The instructions require the agent to provide a prominent disclaimer stating that no false-positive review was performed and that findings are unadjudicated reviewer opinions (SKILL.md).
- Capability inventory: The skill has access to the
Bashtool for shell commands, theWorkflowtool for executing internal scripts, and theReadtool for file access (SKILL.md). - Sanitization: There are no documented sanitization or filtering procedures for the source code inputs before they are processed by the review agents (SKILL.md).
Audit Metadata