Core workflow

One command builds a local review pack.

arkheionx review reads a repository and a scope note and writes a single local review pack — Markdown for humans and JSON for tools — before anyone writes a finding.

Run it

Local and deterministic.

arkheionx review . --scope-file scope.md --out .arkheionx/review
+

Scope map

What is in and out of scope, read from your scope note.

+

Value-flow map

Where assets enter, move, and exit the system.

+

Interaction map

How contracts and roles touch each other.

+

Review lanes

A prioritized order for a human to inspect.

+

Evidence tasks

Local test ideas, each with a kill condition.

+

Evidence rubric

How to grade whether a test proves its task.

+

Report filter

A gate for weak or out-of-scope candidates.

+

review.json / manifest.json

The same review pack as machine-readable artifacts.

What it means

A review pack is structure, not a verdict.

The review pack shows where to look and what evidence is still missing. It does not confirm vulnerabilities, assign final severity, or replace an audit. No RPC, no live-chain scanning, no auto-submit. Human review is required. See docs/CORE_WORKFLOW.md.

See the CLI reference