MANIFEST.in
README.md
pyproject.toml
setup.py
docs/COMPLETION_SUMMARY_FILE_SCANNER.txt
docs/TESTING_GUIDE.md
docs/architecture.md
docs/os_detection_architecture.md
docs/sample_report.json
docs/threat_model.md
docs/usage.md
shs/__init__.py
shs/cli.py
shs.egg-info/PKG-INFO
shs.egg-info/SOURCES.txt
shs.egg-info/dependency_links.txt
shs.egg-info/entry_points.txt
shs.egg-info/requires.txt
shs.egg-info/top_level.txt
shs/assets/__init__.py
shs/assets/banner.py
shs/assets/banner.txt
shs/assets/__pycache__/__init__.cpython-313.pyc
shs/assets/__pycache__/banner.cpython-313.pyc
shs/config/__init__.py
shs/config/shs.yaml
shs/core/__init__.py
shs/core/capabilities.py
shs/core/credential_scanner.py
shs/core/engine.py
shs/core/engine_enhanced.py
shs/core/filesystem_scanner.py
shs/core/os_detector.py
shs/core/privilege.py
shs/core/progress.py
shs/core/progress_output.py
shs/core/remediation.py
shs/core/rules.py
shs/core/scanner.py
shs/core/detectors/__init__.py
shs/core/detectors/antivirus_detector.py
shs/core/detectors/firewall_detector.py
shs/core/detectors/service_detector.py
shs/modules/__init__.py
shs/modules/app_scan.py
shs/modules/cloud_scan.py
shs/modules/file_scan.py
shs/modules/file_scan_backup.py
shs/modules/file_scan_complete.py
shs/modules/file_scan_new.py
shs/modules/network_scan.py
shs/modules/system_scan.py
shs/modules/system_scan_enhanced.py
shs/modules/system_scan_v2.py
shs/modules/user_scan.py
shs/report/__init__.py
shs/report/html_report.py
shs/report/json_report.py
tests/__init__.py
tests/test_backup_detection.py
tests/test_backup_simple.py
tests/test_file_scanner.py
tests/test_linux_detection.py
tests/test_project_backups.py
tests/__pycache__/__init__.cpython-313.pyc
tests/__pycache__/test_backup_detection.cpython-313-pytest-9.0.2.pyc