LICENSE
MANIFEST.in
README.md
pyproject.toml
eeg/__init__.py
eeg/__main__.py
eeg/cli.py
eeg/collector.py
eeg/config.py
eeg/auth_scanner/__init__.py
eeg/auth_scanner/aws_scanner.py
eeg/auth_scanner/azure_scanner.py
eeg/auth_scanner/check_runner.py
eeg/auth_scanner/gcp_scanner.py
eeg/detectors/__init__.py
eeg/detectors/base.py
eeg/detectors/guardrail.py
eeg/detectors/iac.py
eeg/detectors/iam.py
eeg/detectors/logging_monitor.py
eeg/detectors/model.py
eeg/detectors/network.py
eeg/detectors/policy.py
eeg/detectors/prompt.py
eeg/detectors/secrets.py
eeg/detectors/storage.py
eeg/rules/dynamic/aws_dynamic.yaml
eeg/rules/dynamic/azure_dynamic.yaml
eeg/rules/dynamic/gcp_dynamic.yaml
eeg/rules/dynamic/thresholds.yaml
eeg/rules/static/aws_static.yaml
eeg/rules/static/azure_static.yaml
eeg/rules/static/gcp_static.yaml
eeg/utils/__init__.py
eeg/utils/auth.py
eeg/utils/cloud_console.py
eeg/utils/csvreport.py
eeg/utils/htmlreport.py
eeg/utils/jsonreport.py
eeg/utils/repocrawler.py
eeg/utils/threadpoolexecutor.py
eeg/vuln_manager/__init__.py
eeg/vuln_manager/cve_fetcher.py
eeg/vuln_manager/dependency_parser.py
eeg_security.egg-info/PKG-INFO
eeg_security.egg-info/SOURCES.txt
eeg_security.egg-info/dependency_links.txt
eeg_security.egg-info/entry_points.txt
eeg_security.egg-info/requires.txt
eeg_security.egg-info/top_level.txt
tests/test_cli.py
tests/test_collector.py
tests/test_detectors.py
tests/test_utils.py
tests/test_vuln_manager.py