LICENSE
README.md
pyproject.toml
./scripts/build_translations.py
./scripts/compile_translations.py
./skills/test.md
./src/__init__.py
./src/__main__.py
./src/cli.py
./src/config_loader.py
./src/rules_factory.py
./src/i18n/__init__.py
./src/reporters/__init__.py
./src/reporters/console.py
./src/reporters/html_report.py
./src/reporters/json_report.py
./src/rules/__init__.py
./src/rules/base.py
./src/rules/command.py
./src/rules/dependencies.py
./src/rules/fileops.py
./src/rules/injection.py
./src/rules/network.py
./src/scanner/__init__.py
./src/scanner/analyzer.py
./src/scanner/detector.py
./src/scanner/parser.py
scripts/build_translations.py
scripts/compile_translations.py
skill_security_scan.egg-info/PKG-INFO
skill_security_scan.egg-info/SOURCES.txt
skill_security_scan.egg-info/dependency_links.txt
skill_security_scan.egg-info/entry_points.txt
skill_security_scan.egg-info/requires.txt
skill_security_scan.egg-info/top_level.txt
skills/test.md
src/__init__.py
src/__main__.py
src/cli.py
src/config_loader.py
src/rules_factory.py
src/i18n/__init__.py
src/reporters/__init__.py
src/reporters/console.py
src/reporters/html_report.py
src/reporters/json_report.py
src/rules/__init__.py
src/rules/base.py
src/rules/command.py
src/rules/dependencies.py
src/rules/fileops.py
src/rules/injection.py
src/rules/network.py
src/scanner/__init__.py
src/scanner/analyzer.py
src/scanner/detector.py
src/scanner/parser.py
tests/test_skills_scanner.py