arkheionx agent-brief
A focused, safe brief for an AI/security agent: value paths, coverage weakness ranking, authorization surfaces, periphery/core flows, behavior-mismatch surfaces, and open hypotheses.
Research memory (v4.1)
ArkheionX gives the map. The agent grinds the tests. The research memory keeps the evidence. The human makes the final call. v4.1 turns a review map into an AI-agent-ready brief and preserves what was tested and rejected. It does not confirm vulnerabilities, assign severity, or run anything against a live chain.
Workflow
arkheionx review-map .
arkheionx agent-brief .
arkheionx hypothesis-log .
arkheionx case-study . A focused, safe brief for an AI/security agent: value paths, coverage weakness ranking, authorization surfaces, periphery/core flows, behavior-mismatch surfaces, and open hypotheses.
A structured hypothesis tracker. Every hypothesis starts open; a human records the test command, result, and a rejected / confirmed / needs-human-review status.
A sanitized research-session report: what was tested, what was rejected, what held, what was noisy, and what remains unresolved.
Rejected findings are evidence
HYP-004 [rejected] withdrawal/redeem accounting drift -> Vault.withdraw
Test command forge test --match-test test_withdraw_conserves_accounting
Result pass
Rejection share<->asset accounting held for first, last, and dust exits
Human decision not a finding; recorded so later reviewers do not retest Every generated hypothesis starts open and is a review prompt. ArkheionX never sets confirmed; only a human does, and only with independent local proof.
No RPC, no live-chain action, no exploit automation, no auto-submit. Artifacts are written locally under .arkheionx/research/.
The case study is not an audit report and makes no safety claim. The security judgment stays yours.
Boundary
It does not confirm vulnerabilities, assign final severity, or prove impact. Read the full
guide in the repository's docs/V4_1_RESEARCH_WORKFLOW.md and
docs/RESEARCH_MEMORY_MODEL.md.