Scope map
What is in and out of scope, read from your scope note.
Core workflow
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
arkheionx review . --scope-file scope.md --out .arkheionx/review What is in and out of scope, read from your scope note.
Where assets enter, move, and exit the system.
How contracts and roles touch each other.
A prioritized order for a human to inspect.
Local test ideas, each with a kill condition.
How to grade whether a test proves its task.
A gate for weak or out-of-scope candidates.
The same review pack as machine-readable artifacts.
What it means
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.