LICENSE
README.md
pyproject.toml
src/azurefox/__init__.py
src/azurefox/__main__.py
src/azurefox/cli.py
src/azurefox/config.py
src/azurefox/errors.py
src/azurefox/help.py
src/azurefox/registry.py
src/azurefox.egg-info/PKG-INFO
src/azurefox.egg-info/SOURCES.txt
src/azurefox.egg-info/dependency_links.txt
src/azurefox.egg-info/entry_points.txt
src/azurefox.egg-info/requires.txt
src/azurefox.egg-info/top_level.txt
src/azurefox/auth/__init__.py
src/azurefox/auth/session.py
src/azurefox/clients/__init__.py
src/azurefox/clients/factory.py
src/azurefox/clients/graph.py
src/azurefox/collectors/__init__.py
src/azurefox/collectors/commands.py
src/azurefox/collectors/provider.py
src/azurefox/correlation/__init__.py
src/azurefox/correlation/findings.py
src/azurefox/models/__init__.py
src/azurefox/models/commands.py
src/azurefox/models/common.py
src/azurefox/models/run.py
src/azurefox/output/__init__.py
src/azurefox/output/style.py
src/azurefox/output/writer.py
src/azurefox/render/__init__.py
src/azurefox/render/table.py
tests/test_cli_smoke.py
tests/test_collectors.py
tests/test_contract_schemas.py
tests/test_correlation.py
tests/test_golden_outputs.py
tests/test_help.py
tests/test_integration_lab_tenant.py
tests/test_models.py
tests/test_terminal_ux.py