V5 — Blind Spot Intelligence

V4 maps where value moves. V5 maps where research attention is weakest.

Arkheionx v5 adds Blind Spot Intelligence: a local/static way to prioritize high-impact surfaces with weak review evidence. V4 helps answer "how does this protocol work?". V5 helps answer "what are we probably missing?". It does not predict vulnerabilities, assign severity, or run anything against a live chain.

Workflow

Allocate attention before you start testing.

arkheionx review-map .
arkheionx blind-spots .
arkheionx criticality-map .
arkheionx counterfactuals .
arkheionx research-pack . --out .arkheionx/research-pack
+

arkheionx blind-spots

Rank likely blind-spot candidates: high-impact surfaces with weak review evidence, scored transparently (impact + review-gap + complexity + assumption).

+

arkheionx criticality-map

Map criticality potential — heuristic blast radius if a bug existed — across surfaces. Not severity.

+

arkheionx counterfactuals

Negate guarding assumptions into testable "what if this is false?" research prompts with local test directions and stop conditions.

+

arkheionx research-pack

Bundle everything into one local, vendor-agnostic research pack for a human reviewer or an AI agent.

What it surfaces

A blind spot candidate, not a bug.

BSP-001  ClaimGate.claimWithProof
  Criticality potential  very-high   (blast radius, not severity)
  Review density         none        (no direct test observed)
  Blind spot score       166         (impact 85 + review-gap 30 + complexity 36 + assumption 15)
  Suggested counterfactual  a proof for one claim authorizes a different claim shape
  Do not claim           not a finding without independent local proof
!

Not vulnerabilities

Blind spot candidates are places to look. Criticality potential is heuristic blast radius, never a severity. Counterfactuals are research prompts, not findings.

!

Local and static

No RPC, no live-chain action, no exploit automation, no auto-submit. Artifacts are written locally under .arkheionx/.

!

Human review required

Blind Spot Intelligence allocates attention. A human, with independent local proof, makes every security call. ArkheionX does not confirm vulnerabilities.

Boundary

V5 prioritizes review attention; it does not decide.

It does not predict bugs, assign severity, or replace an audit. Read the full guide in the repository's docs/BLIND_SPOT_INTELLIGENCE.md and docs/V5_WORKFLOW.md.

See blind spots