LICENSE
README.md
pyproject.toml
src/skill_auditor/__init__.py
src/skill_auditor/__main__.py
src/skill_auditor/analyzers.py
src/skill_auditor/archives.py
src/skill_auditor/cli.py
src/skill_auditor/config.py
src/skill_auditor/formats.py
src/skill_auditor/paths.py
src/skill_auditor/render_catalog.py
src/skill_auditor/rules_loader.py
src/skill_auditor.egg-info/PKG-INFO
src/skill_auditor.egg-info/SOURCES.txt
src/skill_auditor.egg-info/dependency_links.txt
src/skill_auditor.egg-info/entry_points.txt
src/skill_auditor.egg-info/requires.txt
src/skill_auditor.egg-info/top_level.txt
src/skill_auditor/rules/archives.yaml
src/skill_auditor/rules/credentials.yaml
src/skill_auditor/rules/dangerous-shell.yaml
src/skill_auditor/rules/description-mismatch.yaml
src/skill_auditor/rules/dynamic-execution.yaml
src/skill_auditor/rules/exfiltration.yaml
src/skill_auditor/rules/filesystem-boundary.yaml
src/skill_auditor/rules/git-hooks.yaml
src/skill_auditor/rules/language-exfiltration.yaml
src/skill_auditor/rules/logic-bomb.yaml
src/skill_auditor/rules/mcp-config.yaml
src/skill_auditor/rules/obfuscation.yaml
src/skill_auditor/rules/powershell.yaml
src/skill_auditor/rules/prompt-injection.yaml
tests/test_analyzers.py
tests/test_archives.py
tests/test_boundaries.py
tests/test_cli.py
tests/test_formats.py
tests/test_install.py
tests/test_legacy_scripts.py
tests/test_rules_loader.py