LICENSE
README.md
pyproject.toml
src/mcp_sentinel/__init__.py
src/mcp_sentinel/__main__.py
src/mcp_sentinel/cli.py
src/mcp_sentinel/config.py
src/mcp_sentinel/discovery.py
src/mcp_sentinel/models.py
src/mcp_sentinel/report.py
src/mcp_sentinel/rules.py
src/mcp_sentinel/scanner.py
src/mcp_sentinel/suppressions.py
src/mcp_sentinel/checks/__init__.py
src/mcp_sentinel/checks/code_checks.py
src/mcp_sentinel/checks/config_checks.py
src/mcp_sentinel/checks/custom_checks.py
src/mcp_sentinel/checks/manifest_checks.py
src/mcp_sentinel/checks/secrets_checks.py
src/mcp_sentinel_cli.egg-info/PKG-INFO
src/mcp_sentinel_cli.egg-info/SOURCES.txt
src/mcp_sentinel_cli.egg-info/dependency_links.txt
src/mcp_sentinel_cli.egg-info/entry_points.txt
src/mcp_sentinel_cli.egg-info/requires.txt
src/mcp_sentinel_cli.egg-info/top_level.txt
tests/test_cli.py
tests/test_code_checks.py
tests/test_config.py
tests/test_config_checks.py
tests/test_manifest_checks.py
tests/test_sarif.py
tests/test_scanner_integration.py
tests/test_secrets_checks.py
tests/test_source_descriptions.py
tests/test_suppressions.py