Coverage for src/alprina_cli/agents/web3_auditor/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.11.3, created at 2025-11-14 11:27 +0100
« prev ^ index » next coverage.py v7.11.3, created at 2025-11-14 11:27 +0100
1"""
2Web3/DeFi Security Auditor Agent Module
4Enterprise-grade smart contract security analysis for the Web3 ecosystem.
5Provides comprehensive vulnerability detection, economic risk assessment, and multi-chain coverage.
7Core Capabilities:
8- OWASP Smart Contract Top 10 detection
9- Economic attack vector analysis
10- Flash loan and MEV risk assessment
11- Multi-chain support (Ethereum, Solana, Polygon, BSC)
12- Real-time DeFi protocol monitoring
13- AI-enhanced exploit pattern recognition
14"""
16from .web3_auditor import Web3AuditorAgentWrapper
18__all__ = ["Web3AuditorAgentWrapper"]