Review workflow

Use ArkheionX as review infrastructure, not as an automatic auditor.

The workflow starts locally, builds structured context, compares deterministic artifacts, and ends with human security review.

Start small

Verify the tool before reviewing a codebase.

arkheionx version
arkheionx doctor
01

Install locally

Start from the source installer or a manual GitHub checkout. Keep the first run local and inspectable.

02

Verify the environment

Run basic checks before reviewing any codebase. A broken setup should be fixed before outputs are trusted.

03

Inspect the repository

Understand the contract system, repository layout, dependencies, and tests before relying on generated context.

04

Build review context

Use ArkheionX outputs to organize contracts, roles, value paths, assumptions, test gaps, and evidence links.

05

Compare deterministic artifacts

Use source fingerprints and snapshot drift to understand when review artifacts changed.

06

Review manually

Treat all output as context. Human security review owns the final conclusion.

07

Draft outside automation

Write reports, severity decisions, and disclosure material outside automated output.

Boundary

The workflow ends with human judgment.

ArkheionX can organize evidence and context. It does not confirm vulnerabilities, assign final severity, prove protocol safety, or submit reports.

Read safety model