PRION
[ LOGIN ]
// AI SMART CONTRACT AUDITOR
PRION

SCAN. DETECT. REPORT.

An AI smart contract security auditor with four product modes. 28 vulnerability categories. Multi-model consensus in seconds, not days.

04
Modes
28
Categories
699
Samples
1
Immunefi disclosed
prion@audit ~ /scan
$ prion scan contract.sol --mode aconit
[ACONIT mode engaged]
[scanning 28 vulnerability categories]
> REENTRANCY ................ clean
> OVERFLOW .................. clean
> ACCESS_CONTROL ............ clean
> ORACLE_MANIPULATION ....... finding · HIGH
> FLASH_LOAN_ACCOUNTING ..... clean
[consensus] 0 critical · 1 high · 2 info
[report] ./report_3b4a.json
$
// MODE_01 ACONIT.SCAN
// MODE_01 · ACONIT · COMPREHENSIVE

ACONITSCAN.

Comprehensive audit mode. Full dependency tracking, cross-contract state analysis, invariant checking across all 28 vulnerability categories. The deepest scan in the toolkit — built for pre-deployment and bounty prep.

Coverage
All 28 vulnerability categories
Speed
8–15 min / contract
Use
Pre-deployment · Bounty prep · Production review
Models
Hunter R1:32b + Verifier QwQ:32b
prion scan --mode aconit
$ prion scan contract.sol --mode aconit --depth full
[aconit loaded · cross-contract enabled]
[phase 1/6] static analysis ................ done
[phase 2/6] screening ...................... 3 flagged
[phase 3/6] synthesis ...................... 3 candidates
[phase 4/6] consensus ...................... 2/3 verified
[phase 5/6] invariants ..................... 1 violation
[phase 6/6] PoC replay ..................... confirmed
[REPORT] aconit_report.json · 2 critical · 1 high · 4 info
$
// MODE_02 ABRIN.CI
// MODE_02 · ABRIN · CI/CD

ABRINSCAN.

The CI/CD-friendly mode. Eight detection heads in parallel, consensus in seconds. Drop it into your pipeline — every commit scanned, every pull request validated before merge.

Coverage
Top-12 critical categories + pattern matching
Speed
30–60 sec / contract
Use
CI/CD · Pre-commit · PR validation
Models
Groq Llama 70B + Qwen3-Coder-480B + static prefilter
.github/workflows/prion.yml
# .github/workflows/prion.yml
name: PRION Rapid Scan
on: [pull_request]

jobs:
  audit:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Abrin Scan
        run: prion scan ./contracts --mode abrin --format junit
      - name: Publish findings
        uses: prion/gh-annotate@v1
// MODE_03 NANGA.RUN
// MODE_03 · NANGA · REGRESSION

NANGAMARK.

The regression framework. Runs against the DeFiHackLabs dataset — 699 documented mainnet security incidents — to validate detection rules and measure recall across model versions.

Coverage
DeFiHackLabs regression · 699 samples
Use
Rule validation · Model comparison · Regression testing
Accuracy
78% exact-match · 100% top-12 categories
Dataset
727 contracts · 699 samples
CategoryRecallFP rate
REENTRANCY 100%
3%
FLASH_LOAN_ACCOUNTING 95%
5%
ORACLE_MANIPULATION 87%
8%
ACCESS_CONTROL 92%
4%
INFLATION_ATTACK 89%
6%
SIGNATURE_REPLAY 94%
2%
// MODE_04 ERGOT.LOOP
// MODE_04 · ERGOT · CONTINUOUS

ERGOTENGINE.

Randomized input fuzzing and mutation-based synthesis. Finds rare edge cases — unusual state transitions, unlikely input combinations, subtle accounting drift. Runs continuously in the background while you code.

Coverage
Randomized input fuzzing · Mutation synthesis · Edge cases
Speed
Continuous
Use
Stress testing · Edge-case discovery · Long-running regression
Models
DeepSeek R1:32b + mutation fuzzer
14,827
runs
8,341
hypotheses
23
verified
4
confirmed
// COVERAGE

28 CATEGORIES. ZERO BLIND SPOTS.

Every category backed by real mainnet data from the DeFiHackLabs dataset — 699 documented incidents, continuously regressed.
// Critical
12
high-severity classes
// High
9
accounting / logic
// Medium
7
proxy / upgrade
// Families
EVM · FHE · ZK
contract families
// DUAL_AGENT

HUNTER DETECTS. VERIFIER CONFIRMS.

Two-agent adversarial pipeline. Hypotheses are generated, then challenged. Survivors are real findings with replayable proofs-of-concept.
// MODULE 01

HUNTER

// DeepSeek R1 : 32b

Generates hypotheses. Writes PoCs. Explores unusual patterns across contract state and call graphs.

  • Static + symbolic analysis pre-pass
  • Pattern library across 28 categories
  • Generates candidate exploits as PoC tests
  • Forks mainnet state for realistic replays
// MODULE 02

VERIFIER

// QwQ : 32b

Challenges each hypothesis. Rejects plausible-looking noise. Survivors become real findings.

  • Adversarial re-reading of the PoC
  • Invariant checks against the hypothesis
  • Confidence scoring + consensus vote
  • Outputs reproducible report with severity
[CONTRACT]
SCAN
HUNTER
VERIFIER
CONSENSUS
[REPORT]
// ENGAGEMENT

THREE WAYS TO WORK.

TIER 01

CI/CD MONITORING

$50 – $500 / mo

Rapid mode on every commit. JUnit reports in your PR annotations. Weekly deep-scan sweep of main.

TIER 02

CUSTOM AUDIT

$500 – $5 000

Deep full-depth pass + PoCs + remediation. Direct-to-engineer Slack or Telegram channel during the audit.

TIER 03

BOUNTY SUCCESS FEE

20 – 30% of payout

Run against active Immunefi programs. No fee unless a finding is accepted and paid out by the program.

// TRACK RECORD · Immunefi disclosed finding · 699 samples trained · 13 FHE contracts audited for Fhenix Buildathon.
// SUBMIT

SUBMIT
FOR AUDIT.

Solo-operated AI auditor. No sales funnel, no account managers. Your contract lands in front of the engineer running the models within minutes.

Turnaround
6h critical · 24h express · 48h standard
Families
EVM · FHE · ZK · Move · Custom
Contact
Submit via the form below — your details, your channel.
// Pipeline: slither → RAG (15k past audits) → Qwen3-Coder-480B → verify → PRION Council
// Paste Solidity and hit run — typical audit 60–180 sec. Max 50KB, 1 request / 10 min per IP.
// TWEAKS[X]
PALETTE