LICENSE
MANIFEST.in
Makefile
README.md
pytest.ini
requirements.txt
setup.py
src/main.py
src/agents/__init__.py
src/ai_smart_contract_auditor.egg-info/PKG-INFO
src/ai_smart_contract_auditor.egg-info/SOURCES.txt
src/ai_smart_contract_auditor.egg-info/dependency_links.txt
src/ai_smart_contract_auditor.egg-info/entry_points.txt
src/ai_smart_contract_auditor.egg-info/not-zip-safe
src/ai_smart_contract_auditor.egg-info/requires.txt
src/ai_smart_contract_auditor.egg-info/top_level.txt
src/features/__init__.py
src/features/code4rena_filter.py
src/features/fix_suggester.py
src/features/poc_generator.py
src/features/report_generator.py
src/features/risk_scorer.py
src/memory/__init__.py
src/memory/vector_db.py
src/parallel/__init__.py
src/parallel/parallel_audit.py
src/parallel/parallel_database.py
src/parallel/parallel_processor.py
src/tools/4naly3er_wrapper.py
src/tools/__init__.py
src/tools/foundry_wrapper.py
src/tools/slither_wrapper.py
src/training/__init__.py
src/training/custom_training.py
src/utils/__init__.py
src/utils/checkpoints.py
src/utils/solodit_mcp_client_poc.py
src/utils/solodit_scraper.py
src/utils/solodit_scraper_selenium.py
tests/__init__.py
tests/conftest.py
tests/e2e/__init__.py
tests/e2e/test_advanced_scenarios.py
tests/e2e/test_complete_workflows.py
tests/fixtures/__init__.py
tests/fixtures/data_generator.py
tests/fixtures/generated_fixtures.py
tests/integration/__init__.py
tests/integration/test_real_tools.py
tests/integration/test_workflows.py
tests/performance/test_benchmarks.py
tests/performance/test_regression.py
tests/property/__init__.py
tests/property/test_properties.py
tests/unit/__init__.py
tests/unit/test_additional_granular.py
tests/unit/test_edge_cases.py
tests/unit/test_generated_data.py
tests/unit/test_granular_all_modules.py
tests/unit/test_main.py
tests/unit/test_main_cli_comprehensive.py
tests/unit/test_main_module.py
tests/unit/test_parallel_audit_comprehensive.py
tests/unit/test_parallel_database_comprehensive.py
tests/unit/test_parallel_processor_direct.py
tests/unit/features/__init__.py
tests/unit/features/test_code4rena_filter.py
tests/unit/features/test_fix_suggester.py
tests/unit/features/test_poc_generator.py
tests/unit/features/test_poc_generator_granular.py
tests/unit/features/test_report_generator.py
tests/unit/features/test_risk_scorer.py
tests/unit/memory/__init__.py
tests/unit/memory/test_vector_db.py
tests/unit/parallel/__init__.py
tests/unit/tools/__init__.py
tests/unit/tools/test_all_wrappers.py
tests/unit/training/__init__.py
tests/unit/utils/__init__.py
tests/unit/utils/test_checkpoints.py