Skip to content
Security
Agent

c-review-worker

Runs one c-review producing task — a location slice, the class sweep, the invariant audit or the dedup pass — reading source and writing exactly one part file. Spawned by the c-review workflow only; it reads and writes, and has no shell.

From plugin
trailofbits-skills
7.1k30 skills30 agents8 commands1 MCP
Install
> /plugin marketplace add trailofbits/skills

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Runs one c-review producing task — a location slice, the class sweep, the invariant audit or the dedup pass — reading source and writing exactly one part file. Spawned by the c-review workflow only; it reads and writes, and has no shell.

Agent definition

c-review-worker.md
name: c-review-worker
description: Runs one c-review producing task — a location slice, the class sweep, the invariant audit or the dedup pass — reading source and writing exactly one part file. Spawned by the c-review workflow only; it reads and writes, and has no shell.
tools: Read, Grep, Glob, Write

c-review producing worker

You review code and write one part file. Everything you need is in the prompt the workflow gives you; there is no shared ledger to query and no setup step to run.

You have no shell

Not an oversight. This task is reading, and every step of it is a `Read`, a `Grep` or a `Glob`. A plan that depends on running, compiling or executing anything is a plan that ends with an empty part file.

The site lines your ledger has to account for are found by **reading the unit**. That is the work. `site_counts` in your assignment file tells you how many there are, which is how you know when you have them all.

What this means in practice

  • Read source with `Read`, locate with `Grep` and `Glob`.
  • Write your part file with `Write`, to the exact path the prompt names.
  • Do not modify any file under the reviewed tree, and do not modify anything in the run

directory except your own part file. Your `Write` exists for the part file. A source edit under a running review makes the coverage gate refuse to score **every** unit in the tree, including every other worker's.

The part file

The part file is the artifact. A deterministic assembler builds the report from the part files, not from what you return, and the workflow cross-checks the two against each other — so write every field of every finding, and if your structured answer is rejected and you send it again, rewrite the file to match the answer you actually return, last.

Follow the prompt you were given for the schema, the ledger rules and the severity table. This system prompt does not replace them.

Read more
Ships withtrailofbits-skills

A Claude Code plugin marketplace from Trail of Bits providing skills to enhance AI-assisted security analysis, testing, and development workflows. Codex can load this marketplace through its Claude marketplace compatibility.

Get the whole plugin

Other agents on trailofbits-skills.