LICENSE
README.md
pyproject.toml
ai_code_quality_auditor.egg-info/PKG-INFO
ai_code_quality_auditor.egg-info/SOURCES.txt
ai_code_quality_auditor.egg-info/dependency_links.txt
ai_code_quality_auditor.egg-info/entry_points.txt
ai_code_quality_auditor.egg-info/requires.txt
ai_code_quality_auditor.egg-info/top_level.txt
auditor/__init__.py
auditor/adapters/__init__.py
auditor/adapters/antigravity_adapter.py
auditor/adapters/base_adapter.py
auditor/adapters/claude_code_adapter.py
auditor/adapters/cursor_agent_adapter.py
auditor/adapters/human_control_adapter.py
auditor/adapters/human_control_recorder.py
auditor/adapters/replit_agent_adapter.py
auditor/analyzers/__init__.py
auditor/analyzers/complexity_analyzer.py
auditor/analyzers/duplication_analyzer.py
auditor/analyzers/hallucination_analyzer.py
auditor/analyzers/keystroke_analyzer.py
auditor/analyzers/manifest_deriver.py
auditor/analyzers/security_analyzer.py
auditor/core/__init__.py
auditor/core/cli.py
auditor/core/config.py
auditor/core/experiment.py
auditor/core/logger.py
auditor/core/runner.py
auditor/core/study.py
auditor/dashboard/__init__.py
auditor/dashboard/app.py
auditor/dashboard/templates/index.html
auditor/dashboard/templates/report.html
auditor/governance/__init__.py
auditor/governance/compliance_checker.py
auditor/models/__init__.py
auditor/models/audit_result.py
auditor/reporting/__init__.py
auditor/reporting/csv_reporter.py
auditor/reporting/json_reporter.py
tests/test_analyzers.py
tests/test_antigravity_adapter.py
tests/test_claude_code_adapter.py
tests/test_cli.py
tests/test_complexity_analyzer.py
tests/test_compliance_checker.py
tests/test_cursor_agent_adapter.py
tests/test_dashboard.py
tests/test_duplication_analyzer.py
tests/test_experiment.py
tests/test_hallucination_analyzer.py
tests/test_human_control_adapter.py
tests/test_human_control_recorder.py
tests/test_keystroke_analyzer.py
tests/test_manifest_deriver.py
tests/test_notebook_analysis.py
tests/test_replit_agent_adapter.py
tests/test_security_analyzer.py