LICENSE
README.md
pyproject.toml
mcpscan/__init__.py
mcpscan/__main__.py
mcpscan/cli.py
mcpscan/discover.py
mcpscan/drift.py
mcpscan/findings.py
mcpscan/fixer.py
mcpscan/loaders.py
mcpscan/mcp_server.py
mcpscan/owasp.py
mcpscan/report.py
mcpscan/scanner.py
mcpscan/suppress.py
mcpscan/rules/__init__.py
mcpscan/rules/auth_gaps.py
mcpscan/rules/base.py
mcpscan/rules/command_injection.py
mcpscan/rules/debug_endpoint.py
mcpscan/rules/dom_trust.py
mcpscan/rules/hooks.py
mcpscan/rules/insecure_deser.py
mcpscan/rules/insecure_transport.py
mcpscan/rules/origin_check.py
mcpscan/rules/path_traversal.py
mcpscan/rules/permissions.py
mcpscan/rules/sdk_versions.py
mcpscan/rules/secrets.py
mcpscan/rules/ssrf.py
mcpscan/rules/tool_annotations.py
mcpscan/rules/tool_poisoning.py
mcpscan/rules/webfetch_domain.py
mcpscan/rules/workflow_injection.py
mcpscan/runtime/__init__.py
mcpscan/runtime/guard.py
mcpscan/runtime/provenance.py
mcpscan/runtime/rugpull.py
mcpscan/runtime/sanitizer.py
mcpscan_cli.egg-info/PKG-INFO
mcpscan_cli.egg-info/SOURCES.txt
mcpscan_cli.egg-info/dependency_links.txt
mcpscan_cli.egg-info/entry_points.txt
mcpscan_cli.egg-info/top_level.txt
tests/test_debug_endpoint.py
tests/test_discover.py
tests/test_dom_trust.py
tests/test_drift.py
tests/test_mcp_server.py
tests/test_origin_check.py
tests/test_runtime_guard.py
tests/test_runtime_provenance.py
tests/test_runtime_rugpull.py
tests/test_runtime_sanitizer.py
tests/test_scanner.py
tests/test_workflow_injection.py