Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM-Bridge: AuditorSEC AI-Augmented Web3 Security

Diia.City resident deeptech | TRL 4-5 | Autonomous smart-contract audits + LLM reasoning + NIST PQC hardening

License: MIT TRL Diia.City


Problem

  • 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.

Solution

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

Architecture

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

Features

  • Automated smart contract scanning (Slither/Mythril rules, custom Audityzer engine).
  • LLM-generated remediation reports with meta.llmContext structured 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.

Quick Start

Prerequisites

  • Docker & Docker Compose
  • Node.js 20+
  • Python 3.11+

Run locally

git clone https://github.com/AuditorSEC-Initiative/auditorsec-llm-bridge
cd auditorsec-llm-bridge
docker compose up -d

Assess a contract

curl -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.


Modules (from completed task threads)

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

Traction

  • 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).

Roadmap

  • 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.

Grants & Partnerships

  • USF EDGE (Diia.City digital infrastructure).
  • BRAVE1 Tier2 (defence-adjacent cybersecurity).
  • LLM-Bridge Program (AI integration).
  • BRICS pilot LOIs (cross-border fintech security).

Contact


License

MIT License. See LICENSE.

About

AI-augmented Web3 smart contract security: Audityzer scanner + LLM reasoning + Post-Quantum Cryptography (ML-KEM/ML-DSA). Diia.City resident deeptech.

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors