Complete review (v6, headline)

The whole review, in one local package.

arkheionx complete-review assembles the V4 review map, the V5 blind-spot layer, and the V6 evidence graph, interaction matrix, and unresolved map into one folder a human reviewer or an AI agent can work from. It writes by default and makes no vulnerability claims.

Run it

One command, the full package.

arkheionx complete-review . --out .arkheionx/complete-review
arkheionx complete-review . --json
arkheionx complete-review . --no-write
+

05-evidence-graph.md

Every important surface classified into an evidence state.

+

06-interaction-matrix.md

Combinations of surfaces that may hide bugs when tested together.

+

07-unresolved-surfaces.md

Everything important that local evidence does not close.

+

08-agent-input.md

A scoped, model-agnostic task for a review agent — write local tests, do not claim findings.

+

09-human-review-checklist.md

The checklist a human completes before ending the review.

+

manifest.json

A machine-readable index of the whole package.

Boundary

A review package, not a report of findings.

The package is local, static, and vendor-agnostic. It makes no vulnerability claims and assigns no severity. Give 08-agent-input.md to a review agent; a human completes 09-human-review-checklist.md. ArkheionX does not confirm vulnerabilities. Human review is required. See docs/COMPLETE_REVIEW.md.

Back to the V6 overview