LICENSE
README.md
pyproject.toml
src/aura_cli.py
src/aura_helper.py
src/colored_logger.py
src/ai_agents/__init__.py
src/ai_agents/remediation_advisor.py
src/ai_agents/scan_agent.py
src/mcp/__init__.py
src/mcp/server.py
src/phani_aura_inspector.egg-info/PKG-INFO
src/phani_aura_inspector.egg-info/SOURCES.txt
src/phani_aura_inspector.egg-info/dependency_links.txt
src/phani_aura_inspector.egg-info/entry_points.txt
src/phani_aura_inspector.egg-info/requires.txt
src/phani_aura_inspector.egg-info/top_level.txt
src/scanners/__init__.py
src/scanners/apex_scanner.py
src/scanners/aura_fuzzer.py
src/scanners/base_scanner.py
src/scanners/idor_scanner.py
src/ui/__init__.py
src/ui/app.py
src/ui/oauth_handler.py
src/web/__init__.py
src/web/auth.py
src/web/database.py
src/web/main.py
src/web/scan_runner.py
src/web/templates/base.html
src/web/templates/dashboard.html
src/web/templates/home.html
src/web/templates/login.html
src/web/templates/register.html
src/web/templates/report.html
src/web/templates/scan_detail.html
src/web/templates/scan_new.html
tests/test_apex_scanner.py
tests/test_aura_fuzzer.py
tests/test_base_scanner.py
tests/test_idor_scanner.py
tests/test_mcp_server.py
tests/test_remediation_advisor.py
tests/test_scan_agent.py