LICENSE
README.md
pyproject.toml
src/azurefox/__init__.py
src/azurefox/__main__.py
src/azurefox/cli.py
src/azurefox/config.py
src/azurefox/devops_hints.py
src/azurefox/env_var_hints.py
src/azurefox/errors.py
src/azurefox/escalation_hints.py
src/azurefox/help.py
src/azurefox/managed_identity_hints.py
src/azurefox/permissions_hints.py
src/azurefox/privesc_hints.py
src/azurefox/registry.py
src/azurefox/role_trust_hints.py
src/azurefox/scope_hints.py
src/azurefox/target_matching.py
src/azurefox/tokens_credential_hints.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/modes.py
src/azurefox/auth/session.py
src/azurefox/chains/__init__.py
src/azurefox/chains/compute_control.py
src/azurefox/chains/credential_path.py
src/azurefox/chains/deployment_path.py
src/azurefox/chains/handler_registry.py
src/azurefox/chains/presentation.py
src/azurefox/chains/registry.py
src/azurefox/chains/runner.py
src/azurefox/chains/scaffold.py
src/azurefox/chains/semantics.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/chains.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_auth_session.py
tests/test_chain_scaffold.py
tests/test_chain_semantics.py
tests/test_cli_smoke.py
tests/test_clients_factory.py
tests/test_collectors.py
tests/test_compute_control.py
tests/test_contract_schemas.py
tests/test_correlation.py
tests/test_credential_path_registry.py
tests/test_deployment_path_admissibility.py
tests/test_errors.py
tests/test_golden_outputs.py
tests/test_graph_client.py
tests/test_help.py
tests/test_integration_lab_tenant.py
tests/test_models.py
tests/test_output_writer.py
tests/test_publish_metadata.py
tests/test_terminal_ux.py
tests/test_visibility_tiers.py