Diia.City resident deeptech | TRL 4-5 | Autonomous smart-contract audits + LLM reasoning + NIST PQC hardening
- 73 DeFi exploits in 2025 caused $15k–$50k average loss per protocol.
- Manual audits cost $15k+ and take 48+ hours.
- No quantum-ready, LLM-augmented audit tooling exists in UA/BRICS markets.
AuditorSEC LLM-Bridge is a three-layer orchestration stack:
| Layer | Components |
|---|---|
| Scanner | Audityzer v0.1 (TypeScript/Python, 15+ rules: reentrancy, unchecked calls, access control) |
| Intelligence | LLM reasoning via meta.llmContext, multi-agent remediation suggestions |
| Hardening | ML-KEM (FIPS 203) + ML-DSA (FIPS 204) Post-Quantum Cryptography module |
Client Layer
Telegram Bot | REST API | Web Portal
|
Orchestration Layer
FastAPI | n8n workflows | Background workers (Celery/Temporal)
|
Infrastructure Layer
K3s cluster | NATS JetStream | PostgreSQL | Prometheus/Grafana
- Automated smart contract scanning (Slither/Mythril rules, custom Audityzer engine).
- LLM-generated remediation reports with
meta.llmContextstructured output. - Policy-as-code enforcement with OPA/Rego and continuous monitoring.
- Post-quantum cryptography module: ML-KEM-768, ML-DSA-65 (NIST FIPS 203/204).
- Multi-agent orchestration: Super Agents layer for parallel audit pipelines.
- CRM risk tracking integration: risk taxonomy, pipelines, and automation templates.
- GraphQL Streams API: real-time rewards and event feeds for Web3 protocols.
- Diia City cybersecurity compliance layer: blockchain-anchored audit trails.
- Docker & Docker Compose
- Node.js 20+
- Python 3.11+
git clone https://github.com/AuditorSEC-Initiative/auditorsec-llm-bridge
cd auditorsec-llm-bridge
docker compose up -dcurl -X POST http://localhost:8000/assess-risk \
-H 'Content-Type: application/json' \
-d '{"contract": "pragma solidity ^0.8.0; contract Vuln { function withdraw() public {} }", "chain": "ethereum"}'Returns a risk score and structured findings within ~4 seconds.
| Module | Description |
|---|---|
| Super Agents | ClickUp/Monday/Notion automation agents for parallel audit pipelines |
| NEMS / PQC IoT | NEMS stiction mitigation + ESP32 PQC edge node integration |
| CRM Risk Tracking | Risk taxonomy, pipeline automations, remediation SLAs |
| GraphQL Streams & Rewards | Real-time event feeds and loyalty/rewards management |
| Diia City Cybersecurity | Blockchain-anchored audit trails for civic-tech compliance |
| RehabFund Stack | Impact fund data model + Monday board automations |
| AI Research Tools | LLM-assisted research and evidence synthesis tooling |
| Infra & Gateway | K3s/ArgoCD/Kyverno deployments, NATS gateway config |
- 3 active pilot clients (DeFi Telegram communities).
- LLM-Bridge application submitted March 2026.
- Audityzer bot live: @audityzerbot
- Pricing tiers: Free (5 audits/mo) → Pro €1,490/mo (unlimited + PQC).
- v0.1 scanner with 15 rules and LLM context layer.
- v1.0: 50+ rules, multi-chain support (EVM + Solana).
- Multi-agent orchestration (Super Agents layer).
- PQC module production hardening.
- BRAVE1 Tier2 / USF EDGE / LLM-Bridge grant pilots.
- Public audit dashboard and report portal.
- USF EDGE (Diia.City digital infrastructure).
- BRAVE1 Tier2 (defence-adjacent cybersecurity).
- LLM-Bridge Program (AI integration).
- BRICS pilot LOIs (cross-border fintech security).
- Email: romanchaa997@auditorsec.com
- Telegram bot: @audityzerbot
- Notion workspace: AuditorSEC Hub
- HuggingFace org: AuditorSEC-Initiative
MIT License. See LICENSE.