LICENSE
README.md
pyproject.toml
skillxray/__init__.py
skillxray/__main__.py
skillxray/cli.py
skillxray/discovery.py
skillxray/finding.py
skillxray/grade.py
skillxray/report.py
skillxray/scanner.py
skillxray.egg-info/PKG-INFO
skillxray.egg-info/SOURCES.txt
skillxray.egg-info/dependency_links.txt
skillxray.egg-info/entry_points.txt
skillxray.egg-info/top_level.txt
skillxray/rules/__init__.py
skillxray/rules/_util.py
skillxray/rules/dangerous_commands.py
skillxray/rules/exfiltration.py
skillxray/rules/injection.py
skillxray/rules/permissions.py
skillxray/rules/quality.py
skillxray/rules/secrets.py
skillxray/rules/unicode_smuggling.py
tests/test_corpus.py
tests/test_engine.py
tests/test_rules.py