LICENSE
README.md
pyproject.toml
clawlock/__init__.py
clawlock/__main__.py
clawlock/i18n.py
clawlock/sandbox_analyzer.py
clawlock/updates.py
clawlock.egg-info/PKG-INFO
clawlock.egg-info/SOURCES.txt
clawlock.egg-info/dependency_links.txt
clawlock.egg-info/entry_points.txt
clawlock.egg-info/requires.txt
clawlock.egg-info/top_level.txt
clawlock/adapters/__init__.py
clawlock/hardening/__init__.py
clawlock/integrations/__init__.py
clawlock/integrations/promptfoo.py
clawlock/reporters/__init__.py
clawlock/scanners/__init__.py
clawlock/scanners/agent_scan.py
clawlock/scanners/artifacts.py
clawlock/scanners/bip39_english.txt
clawlock/scanners/capabilities.py
clawlock/scanners/capability_reporting.py
clawlock/scanners/dataflow.py
clawlock/scanners/dataflow_reporting.py
clawlock/scanners/dynamic.py
clawlock/scanners/mcp_deep.py
clawlock/scanners/mcp_runtime.py
clawlock/scanners/runtime_security.py
clawlock/scanners/supply_chain.py
clawlock/utils/__init__.py
tests/test_agent_detection_v2.py
tests/test_artifact_inspection.py
tests/test_capability_reporting.py
tests/test_capability_supply_chain.py
tests/test_clawlock.py
tests/test_cli_contracts.py
tests/test_dataflow_failclosed.py
tests/test_dataflow_integration.py
tests/test_dataflow_reporting.py
tests/test_detection_core_v2.py
tests/test_detection_v2_cli.py
tests/test_dynamic_analysis.py
tests/test_external_exec_safety.py
tests/test_hardening_transactions.py
tests/test_mcp_route_auth.py
tests/test_mcp_runtime.py
tests/test_p0_integrity.py
tests/test_p1_contracts.py
tests/test_runtime_security.py
tests/test_sandbox_analyzer.py
tests/test_skill_artifact_integration.py
tests/test_supply_chain_failclosed.py