CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
__init__.py
plugin.yaml
pyproject.toml
docs/social-card.svg
src/hermes_plugin_guard/__init__.py
src/hermes_plugin_guard/__main__.py
src/hermes_plugin_guard/catalog.py
src/hermes_plugin_guard/cli.py
src/hermes_plugin_guard/dependency_scan.py
src/hermes_plugin_guard/hermes_plugin.py
src/hermes_plugin_guard/manifest.py
src/hermes_plugin_guard/models.py
src/hermes_plugin_guard/native_worker.py
src/hermes_plugin_guard/python_scan.py
src/hermes_plugin_guard/reporters.py
src/hermes_plugin_guard/scanner.py
src/hermes_plugin_guard/secret_scan.py
src/hermes_plugin_guard.egg-info/PKG-INFO
src/hermes_plugin_guard.egg-info/SOURCES.txt
src/hermes_plugin_guard.egg-info/dependency_links.txt
src/hermes_plugin_guard.egg-info/entry_points.txt
src/hermes_plugin_guard.egg-info/requires.txt
src/hermes_plugin_guard.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_dependency_scan.py
tests/test_hermes_plugin.py
tests/test_manifest.py
tests/test_python_scan.py
tests/test_reporters.py
tests/test_scanner.py
tests/test_secret_scan.py
tests/fixtures/risky_plugin/LICENSE
tests/fixtures/risky_plugin/SECURITY.md
tests/fixtures/risky_plugin/__init__.py
tests/fixtures/risky_plugin/credentials.json
tests/fixtures/risky_plugin/plugin.yaml
tests/fixtures/risky_plugin/requirements.txt
tests/fixtures/risky_plugin/tests/fixture_check.py
tests/fixtures/safe_plugin/LICENSE
tests/fixtures/safe_plugin/SECURITY.md
tests/fixtures/safe_plugin/__init__.py
tests/fixtures/safe_plugin/plugin.yaml
tests/fixtures/safe_plugin/tests/fixture_check.py