Architecture
System design and components
System Overview
┌─────────────────────────────────────────────────────────────┐
│ AgentxploiTor — Farcaster Miniapp │
│ ┌───────────────────────────────────────────────────────┐ │
│ │ Security Intelligence Core │ │
│ │ • Vulnerability scanner (Slither + Mythril) │ │
│ │ • Exploit generator (HexStrike 12 agents) │ │
│ │ • Risk assessor (CVE matching + scoring) │ │
│ └──────────────────┬────────────────────────────────────┘ │
│ │ │
│ ┌──────────────────┴────────────────────────────────────┐ │
│ │ On-Chain Data Layer (QuickNode) │ │
│ │ • Bytecode fetch via eth_getCode │ │
│ │ • State analysis via eth_getStorageAt │ │
│ │ • Transaction tracing via debug_traceTransaction │ │
│ │ • Multi-chain: Base, ETH, BSC, Polygon, Solana │ │
│ └──────────────────┬────────────────────────────────────┘ │
│ │ │
│ ┌──────────────────┴────────────────────────────────────┐ │
│ │ Browser Perception Skill │ │
│ │ • Navigate to targets (miniapp auditing) │ │
│ │ • Capture screenshots (visual proof) │ │
│ │ • Extract DOM/accessibility tree │ │
│ │ • Visual state comparison │ │
│ └──────────────────┬────────────────────────────────────┘ │
│ │ │
│ ┌──────────────────┴────────────────────────────────────┐ │
│ │ Autonomous Workflow Engine │ │
│ │ 1. Scan → 2. Discover → 3. Exploit │ │
│ │ 4. Verify → 5. Evaluate → 6. Report │ │
│ └───────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘
Core Components
Security Intelligence Core
HexStrike 12-agent pipeline: Slither, Mythril, CVE matching, attack chain discovery
On-Chain Data Layer
QuickNode RPC: bytecode fetching, state analysis, proxy detection, transaction tracing
Browser Perception
Navigation, screenshots, DOM extraction, visual exploit verification
Multi-Chain Support
Base, Ethereum, BSC, Polygon (EVM) + Solana programs
Farcaster Integration
Native miniapp with Quick Auth, wallet connect, Base payments
Self-Evolving Intelligence
SimpleMem stores findings. Code-Voyager writes new skills autonomously.
Supported Chains
| Chain | Status | Capabilities |
|---|---|---|
| Base | ✓ Live | Full audit + payments |
| Ethereum | ✓ Live | Full audit |
| BSC | ✓ Live | Full audit |
| Polygon | ✓ Live | Full audit |
| Solana | ⚠ Beta | Program analysis (static + on-chain) |
← Back to websiteAgentxploitor Documentation