LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
sherlockscan/__init__.py
sherlockscan/cli.py
sherlockscan/exceptions.py
sherlockscan/utils.py
sherlockscan.egg-info/PKG-INFO
sherlockscan.egg-info/SOURCES.txt
sherlockscan.egg-info/dependency_links.txt
sherlockscan.egg-info/entry_points.txt
sherlockscan.egg-info/requires.txt
sherlockscan.egg-info/top_level.txt
sherlockscan/config/__init__.py
sherlockscan/config/approved_packages.yaml
sherlockscan/config/risk_patterns.yaml
sherlockscan/report/__init__.py
sherlockscan/report/json_formatter.py
sherlockscan/report/markdown_formatter.py
sherlockscan/scanner/__init__.py
sherlockscan/scanner/ast_scanner.py
sherlockscan/scanner/deps.py
sherlockscan/scanner/explainer.py
sherlockscan/scanner/heuristics.py
sherlockscan/scanner/install_script_analyzer.py