LICENSE
README.md
pyproject.toml
src/sentinel/__init__.py
src/sentinel/catalogue.py
src/sentinel/cli.py
src/sentinel/config.py
src/sentinel/downstream.py
src/sentinel/labels.py
src/sentinel/py.typed
src/sentinel/scaffold.py
src/sentinel/tracing.py
src/sentinel/authorization/__init__.py
src/sentinel/authorization/ast.py
src/sentinel/authorization/engine.py
src/sentinel/authorization/parser.py
src/sentinel/authorization/policy.py
src/sentinel/authorization/registry.py
src/sentinel/authorization/policies/default.yaml
src/sentinel/classifier/__init__.py
src/sentinel/classifier/attack_classifier.py
src/sentinel/control/__init__.py
src/sentinel/control/app.py
src/sentinel/control/capabilities.py
src/sentinel/control/events.py
src/sentinel/control/manager.py
src/sentinel/control/mcp_gateway.py
src/sentinel/control/static/index.html
src/sentinel/control/static/fonts/inter-400.woff2
src/sentinel/control/static/fonts/inter-500.woff2
src/sentinel/control/static/fonts/inter-600.woff2
src/sentinel/control/static/fonts/inter-700.woff2
src/sentinel/control/static/fonts/jetbrainsmono-400.woff2
src/sentinel/control/static/fonts/jetbrainsmono-600.woff2
src/sentinel/demo/__init__.py
src/sentinel/demo/driver.py
src/sentinel/demo/foundry.py
src/sentinel/demo/llm_driver.py
src/sentinel/demo/preflight.py
src/sentinel/demo/scenario.py
src/sentinel/demo/tool_servers.py
src/sentinel/demo/toolserver_main.py
src/sentinel/forensics/__init__.py
src/sentinel/forensics/emitter.py
src/sentinel/forensics/events.py
src/sentinel/forensics/replay.py
src/sentinel/forensics/span.py
src/sentinel/forensics/store.py
src/sentinel/mcp_proxy/__init__.py
src/sentinel/mcp_proxy/content.py
src/sentinel/mcp_proxy/proxy.py
src/sentinel/mcp_proxy/router.py
src/sentinel/mcp_proxy/skeleton.py
src/sentinel/provenance/__init__.py
src/sentinel/provenance/graph.py
src/sentinel/provenance/model.py
src/sentinel/provenance/sanitizer.py
src/sentinel/shield/__init__.py
src/sentinel/shield/input_shield.py
src/sentinel/toolservers/__init__.py
src/sentinel/toolservers/web_fetch.py
src/sentinel/trust/__init__.py
src/sentinel/trust/config.py
src/sentinel/trust/config.yaml
src/sentinel/trust/scorer.py
src/sentinel_prox.egg-info/PKG-INFO
src/sentinel_prox.egg-info/SOURCES.txt
src/sentinel_prox.egg-info/dependency_links.txt
src/sentinel_prox.egg-info/entry_points.txt
src/sentinel_prox.egg-info/requires.txt
src/sentinel_prox.egg-info/top_level.txt
tests/test_agent_default_driver.py
tests/test_authorization_ast.py
tests/test_authorization_engine.py
tests/test_authorization_parser.py
tests/test_authorization_policy.py
tests/test_azure_wiring.py
tests/test_catalogue_enforcement.py
tests/test_catalogue_integrity.py
tests/test_catalogue_monitor.py
tests/test_cli.py
tests/test_downstream_discovery.py
tests/test_downstream_endpoint.py
tests/test_forensics_emitter.py
tests/test_forensics_events.py
tests/test_forensics_replay.py
tests/test_forensics_span.py
tests/test_forensics_store.py
tests/test_mcp_skeleton.py
tests/test_phase0_gitleaks.py
tests/test_phase0_smoke.py
tests/test_phase10_llm_agent.py
tests/test_phase2_dod.py
tests/test_phase3_dod.py
tests/test_phase4_dod.py
tests/test_phase5_hero.py
tests/test_phase6_control_plane.py
tests/test_phase7_dashboard.py
tests/test_phase8_enterprise.py
tests/test_phase9_mcp_gateway.py
tests/test_policy_scaffold.py
tests/test_provenance_graph.py
tests/test_real_web_pipeline.py
tests/test_sanitizer.py
tests/test_toolservers_web_fetch.py
tests/test_trust_scorer.py