Changelog
A complete history of features, fixes, and improvements to Audithunt.
v3.3.0
April 4, 2026Latest- AddedConfidential smart contract intelligence library (E5.1): encrypted PostgreSQL store fed by Beast Hunter scan completions
- AddedCONTRACT_LIBRARY_KEY: separate Fernet encryption key for the library — isolated from PII key for defense-in-depth
- AddedContractLibraryRepository: upsert, list_by_chain, list_by_severity, stats_by_chain, stats_by_severity — all reads decrypt transparently
- AddedLibrary ingestion service: validates and processes contracts from data/intelligence/safe_contracts/ queue; invalid files quarantined to ingest_errors/
- AddedBeast Daemon: new INGEST phase (phase 3 of 4) — auto-ingests analyzed contracts into the library each cycle
- AddedAlembic migration 0002: contract_library table with unique (address, chain) index
- ChangedVersion bumped from 3.2.0 to 3.3.0
- ChangedTests: 1,364 → 1,383 passing (19 new library tests)
v3.2.0
April 4, 2026- AddedAudit Hunt College — Simple Mode: 34 detectors explained with plain-language analogies and real incident data (no coding required)
- AddedAudit Hunt College — Advanced Mode: technical deep-dive with vulnerable vs. secure Solidity code examples, attack vectors, SWC IDs, and remediation patterns
- AddedSmart Contract Repair Service: AI-powered patch generation for found vulnerabilities — minimal targeted fixes, full diff review, re-audit verification, and Repair Certificate
- AddedRepair pricing model: per-fix pricing by severity (Critical $149 / High $79 / Medium $39 / Low $19)
- AddedCollege and Repair pages added to navbar, footer, and sitemap
- ChangedGitHub repository renamed from ChainSentinel to AuditHunt
- ChangedVersion bumped from 3.1.0 to 3.2.0
v3.1.0
April 1, 2026- AddedFavicon and browser tab icons (ICO, PNG, Apple Touch Icon)
- AddedWeb app manifest for PWA support
- AddedVersion display in site footer
- AddedComprehensive production plan for 24 expansion features
- AddedNotion project hub with full task database
- ChangedVersion bumped from 3.0.0 to 3.1.0
v3.0.0
March 29, 2026- AddedProduction deployment at audithunt.com
- AddedAuth gate middleware for protected routes (dashboard, audit, settings)
- AddedDeep health checks: all 5 subsystems green (DB, Redis, ChromaDB, Celery, Disk)
- AddedCloudflare Full Strict SSL with Origin CA certificate (valid until 2041)
- AddedWAF rules: API protection, upload challenge, internal IP blocking
- AddedCache rules: static assets 1-year browser / 30-day edge
- AddedBeast Hunter daemon mode with 30-minute scan cycles
- AddedCelery worker connected to Redis with 11 registered tasks
- AddedComprehensive security headers (HSTS, CSP, Permissions-Policy)
- FixedReplaced passlib with argon2-cffi (Python 3.13 compatibility)
- FixedDocker port mappings restored for API (8100) and Web (3100)
- FixedChromaDB env var mismatch resolved
- FixedCI deploy workflow: lowercase Docker image tags
- FixedFlaky test assertion in multi-vulnerability detection
- ChangedCloudflare SSL upgraded from Flexible to Full (Strict)
- ChangedNginx configured with TLS 1.2/1.3 and origin CA cert
v2.0.0
March 15, 2026- AddedPhase 12: The Living System — continuous autonomous operation
- AddedPhase 11: Contest Mode and Adversarial Training
- AddedPhase 10: Token Analyzer and Contract Scanner
- AddedPhase 9: Knowledge and Learning Engine (RAG, threat intel, news monitor)
- AddedPhase 8: AI Tier Integration (T0/T1/T2 routing, cost tracking)
v1.0.0
February 1, 2026- AddedPhase 0–7: Complete Sentinel Platform
- Added34 vulnerability detectors (SWC-mapped)
- AddedSolidity, Vyper, Cairo, Yul parsers
- AddedMulti-chain support: Ethereum, BNB Chain, Arbitrum, Optimism, Starknet
- AddedThree-tier AI analysis (Deterministic + Haiku + Opus)
- AddedProfessional report generation (PDF, Markdown, JSON)
- AddedFastAPI backend with PostgreSQL, Redis, ChromaDB
- AddedCelery async task processing
- AddedNext.js 15 frontend with 12 pages
- AddedBeast Hunter autonomous offensive engine
- AddedRed Team engine with 10 attack scenarios
- AddedBlue Team monitoring and anomaly detection
- AddedBounty platform operations
- Added1,027 passing tests