MANIFEST.in
README.md
pyproject.toml
sample_data/sample_aws_iam.json
sample_data/sample_azure_ad.json
sample_data/sample_azure_rbac.json
sample_data/sample_gcp_iam.json
sample_data/sample_k8s_rbac.json
src/__init__.py
src/_entry.py
src/ai_summary.py
src/aws_blast_radius.py
src/aws_detection.py
src/aws_graph.py
src/aws_live_scanner.py
src/aws_parser.py
src/azure_ad_detection.py
src/azure_ad_parser.py
src/azure_blast_radius.py
src/azure_detection.py
src/azure_exporter.py
src/azure_live_scanner.py
src/azure_parser.py
src/azure_risk_score.py
src/blast_radius.py
src/cli.py
src/cross_cloud_detector.py
src/detection.py
src/graph.py
src/k8s_scanner.py
src/live_scanner.py
src/multi_dashboard.py
src/multi_pdf_report.py
src/notifier.py
src/parser.py
src/pdf_report.py
src/risk_score.py
src/terraform_scanner.py
src/watch_handler.py
src/web_server.py
src/cloudsentrix/__init__.py
src/cloudsentrix/_entry.py
src/cloudsentrix/ai_summary.py
src/cloudsentrix/aws_blast_radius.py
src/cloudsentrix/aws_detection.py
src/cloudsentrix/aws_graph.py
src/cloudsentrix/aws_live_scanner.py
src/cloudsentrix/aws_parser.py
src/cloudsentrix/azure_ad_detection.py
src/cloudsentrix/azure_ad_parser.py
src/cloudsentrix/azure_blast_radius.py
src/cloudsentrix/azure_detection.py
src/cloudsentrix/azure_exporter.py
src/cloudsentrix/azure_live_scanner.py
src/cloudsentrix/azure_parser.py
src/cloudsentrix/azure_risk_score.py
src/cloudsentrix/blast_radius.py
src/cloudsentrix/cli.py
src/cloudsentrix/cross_cloud_detector.py
src/cloudsentrix/detection.py
src/cloudsentrix/graph.py
src/cloudsentrix/k8s_scanner.py
src/cloudsentrix/live_scanner.py
src/cloudsentrix/multi_dashboard.py
src/cloudsentrix/multi_pdf_report.py
src/cloudsentrix/notifier.py
src/cloudsentrix/parser.py
src/cloudsentrix/pdf_report.py
src/cloudsentrix/risk_score.py
src/cloudsentrix/terraform_scanner.py
src/cloudsentrix/watch_handler.py
src/cloudsentrix/web_server.py
src/cloudsentrix.egg-info/PKG-INFO
src/cloudsentrix.egg-info/SOURCES.txt
src/cloudsentrix.egg-info/dependency_links.txt
src/cloudsentrix.egg-info/entry_points.txt
src/cloudsentrix.egg-info/requires.txt
src/cloudsentrix.egg-info/top_level.txt
tests/conftest.py
tests/test_blast_radius.py
tests/test_cli.py
tests/test_detection.py
tests/test_graph.py
tests/test_parser.py
tests/test_risk_score.py
tests/test_watch_handler.py