LICENSE
README.md
pyproject.toml
gateway/auth.py
gateway/cli.py
gateway/logger.py
gateway/main.py
gateway/mcp_client.py
gateway/orchestrator.py
gateway/policy_engine.py
gateway/proxy.py
gateway/response_filter.py
mcp_ztgateway.egg-info/PKG-INFO
mcp_ztgateway.egg-info/SOURCES.txt
mcp_ztgateway.egg-info/dependency_links.txt
mcp_ztgateway.egg-info/entry_points.txt
mcp_ztgateway.egg-info/requires.txt
mcp_ztgateway.egg-info/top_level.txt
sandbox/driver.py
sandbox/noise_filter.py
sandbox/profiler.py
sandbox/runner.py
sandbox/strace_capture.py
sandbox/syscall_mapper.py
sandbox/seccomp/baseline.json
sandbox/seccomp/deny-write.json
sandbox/seccomp/deny_egress.json
sandbox/seccomp/deny_exec.json
scanner/cli.py
scanner/comparator.py
scanner/dependency_scan.py
scanner/expected_caps.py
scanner/manifest_parser.py
scanner/metadata_detector.py
scanner/permission_checker.py
scanner/trust_store.py
scanner/verifier.py
shared/capabilities.py
shared/db.py
shared/models.py
shared/paths.py
shared/policies.yaml
shared/tool_classifier.py
tests/test_comparator.py
tests/test_dependency_scan.py
tests/test_gateway_api.py
tests/test_manifest_parser.py
tests/test_metadata_detector.py
tests/test_permission_checker.py
tests/test_profile_contract.py
tests/test_profiler.py
tests/test_real_tool.py
tests/test_scanner.py
tests/test_severity.py