CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/API_REFERENCE.md
docs/ARCHITECTURE.md
docs/DEPLOYMENT.md
docs/PHASE0.md
docs/POLICY_REFERENCE.md
docs/QUICKSTART.md
docs/SECURITY.md
docs/THREAT_MODEL.md
docs/TRUST_TIERS.md
docs/configuration.md
docs/guides/openclaw.md
examples/agent_tasks.yaml
examples/claude_code_mcp_config.json
examples/cursor_mcp_config.json
examples/demo_mcp_server.py
examples/permissive-policy.yaml
examples/policy.yaml
examples/production_policy.yaml
examples/request.json
examples/strict-policy.yaml
examples/integration/basic_usage.py
examples/integration/crewai_guard.py
examples/integration/fastapi_middleware.py
examples/integration/langchain_tool_guard.py
examples/integration/mcp_middleware.py
src/orchesis/__init__.py
src/orchesis/__main__.py
src/orchesis/adaptive_detector.py
src/orchesis/agent_discovery.py
src/orchesis/agent_store.py
src/orchesis/ahocorasick.py
src/orchesis/air_export.py
src/orchesis/alerting.py
src/orchesis/api.py
src/orchesis/ari.py
src/orchesis/ars.py
src/orchesis/audit.py
src/orchesis/audit_grade.py
src/orchesis/auth.py
src/orchesis/auto_healer.py
src/orchesis/behavioral.py
src/orchesis/benchmark.py
src/orchesis/cascade.py
src/orchesis/circuit_breaker.py
src/orchesis/cli.py
src/orchesis/client.py
src/orchesis/community.py
src/orchesis/compliance.py
src/orchesis/config.py
src/orchesis/connection_pool.py
src/orchesis/context_engine.py
src/orchesis/context_optimizer.py
src/orchesis/corpus.py
src/orchesis/cost_reporter.py
src/orchesis/cost_tracker.py
src/orchesis/cost_velocity.py
src/orchesis/coverage.py
src/orchesis/credential_injector.py
src/orchesis/credential_vault.py
src/orchesis/dashboard.py
src/orchesis/demo.py
src/orchesis/demo_backend.py
src/orchesis/diff.py
src/orchesis/drift.py
src/orchesis/engine.py
src/orchesis/entropy_detector.py
src/orchesis/error_responses.py
src/orchesis/events.py
src/orchesis/experiment.py
src/orchesis/fast_scanner.py
src/orchesis/flow_xray.py
src/orchesis/forensics.py
src/orchesis/fuzzer.py
src/orchesis/hooks.py
src/orchesis/identity.py
src/orchesis/input_guard.py
src/orchesis/integrity.py
src/orchesis/invariants.py
src/orchesis/llm_config.py
src/orchesis/llm_judge.py
src/orchesis/logger.py
src/orchesis/loop_detector.py
src/orchesis/mast_detectors.py
src/orchesis/mcp_config.py
src/orchesis/mcp_proxy.py
src/orchesis/mcp_server.py
src/orchesis/mcp_tools.py
src/orchesis/message_chain.py
src/orchesis/metrics.py
src/orchesis/model_router.py
src/orchesis/models.py
src/orchesis/mutations.py
src/orchesis/ngram_profiler.py
src/orchesis/openclaw_auditor.py
src/orchesis/openclaw_presets.py
src/orchesis/otel.py
src/orchesis/otel_export.py
src/orchesis/perf_report.py
src/orchesis/pipeline.py
src/orchesis/plugins.py
src/orchesis/policy_engine.py
src/orchesis/policy_store.py
src/orchesis/privacy_filter.py
src/orchesis/proxy.py
src/orchesis/quickstart.py
src/orchesis/recorder.py
src/orchesis/redaction.py
src/orchesis/reliability.py
src/orchesis/replay.py
src/orchesis/replayer.py
src/orchesis/request_parser.py
src/orchesis/response_handler.py
src/orchesis/rules_generator.py
src/orchesis/scanner.py
src/orchesis/scanner_server.py
src/orchesis/scenarios.py
src/orchesis/sdk.py
src/orchesis/semantic_cache.py
src/orchesis/session_risk.py
src/orchesis/signing.py
src/orchesis/spend_rate.py
src/orchesis/state.py
src/orchesis/structural_patterns.py
src/orchesis/structured_log.py
src/orchesis/sync.py
src/orchesis/telemetry.py
src/orchesis/telemetry_export.py
src/orchesis/thompson_router.py
src/orchesis/threat_intel.py
src/orchesis/tool_policy.py
src/orchesis/webhooks.py
src/orchesis/yara_engine.py
src/orchesis.egg-info/PKG-INFO
src/orchesis.egg-info/SOURCES.txt
src/orchesis.egg-info/dependency_links.txt
src/orchesis.egg-info/entry_points.txt
src/orchesis.egg-info/requires.txt
src/orchesis.egg-info/top_level.txt
src/orchesis/agent/__init__.py
src/orchesis/agent/harness.py
src/orchesis/agent/planner.py
src/orchesis/agent/runner.py
src/orchesis/contrib/__init__.py
src/orchesis/contrib/ioc_database.py
src/orchesis/contrib/ip_allowlist.py
src/orchesis/contrib/network_scanner.py
src/orchesis/contrib/pii_detector.py
src/orchesis/contrib/pii_detector_plugin.py
src/orchesis/contrib/remote_scanner.py
src/orchesis/contrib/secret_scanner.py
src/orchesis/contrib/secret_scanner_plugin.py
src/orchesis/contrib/time_window.py
src/orchesis/dashboard_dist/.gitkeep
src/orchesis/dashboard_dist/index.html
src/orchesis/dashboard_dist/assets/index-BXiE1NHY.js
src/orchesis/dashboard_dist/assets/index-x3PvS0Qf.css
src/orchesis/integrations/__init__.py
src/orchesis/integrations/alert_manager.py
src/orchesis/integrations/base.py
src/orchesis/integrations/discord.py
src/orchesis/integrations/forensics_emitter.py
src/orchesis/integrations/github.py
src/orchesis/integrations/slack.py
src/orchesis/integrations/telegram.py
src/orchesis/integrations/webhook.py
src/orchesis/interceptors/__init__.py
src/orchesis/interceptors/mcp.py
src/orchesis/marketplace/__init__.py
src/orchesis/marketplace/registry.py
src/orchesis/marketplace/packs/development.yaml
src/orchesis/marketplace/packs/hipaa.yaml
src/orchesis/marketplace/packs/openclaw_secure.yaml
src/orchesis/marketplace/packs/soc2.yaml
src/orchesis/templates/__init__.py
src/orchesis/templates/mcp_development.yaml
src/orchesis/templates/minimal.yaml
src/orchesis/templates/multi_agent.yaml
src/orchesis/templates/strict.yaml
src/orchesis/testing/__init__.py
src/orchesis/testing/mcp_server.py
src/orchesis/yara_rules/credential_theft.yar
src/orchesis/yara_rules/exfiltration.yar
src/orchesis/yara_rules/injection.yar
src/orchesis/yara_rules/supply_chain.yar
tests/test_adaptive_detector.py
tests/test_advanced_rules.py
tests/test_adversarial.py
tests/test_agent_discovery.py
tests/test_agent_harness.py
tests/test_agent_isolation.py
tests/test_ahocorasick.py
tests/test_air_export.py
tests/test_alerting.py
tests/test_api.py
tests/test_api_enhanced.py
tests/test_approval_queue.py
tests/test_ari.py
tests/test_ars.py
tests/test_audit.py
tests/test_audit_grade.py
tests/test_auth.py
tests/test_auto_healer.py
tests/test_behavioral.py
tests/test_benchmark.py
tests/test_capabilities.py
tests/test_cascade.py
tests/test_channel_policy.py
tests/test_ci_gate.py
tests/test_cicd_integrations.py
tests/test_circuit_breaker.py
tests/test_cli.py
tests/test_client.py
tests/test_community.py
tests/test_compliance.py
tests/test_compliance_mapping.py
tests/test_config.py
tests/test_context_engine.py
tests/test_context_optimizer.py
tests/test_corpus.py
tests/test_corpus_regression.py
tests/test_cost_reporter.py
tests/test_cost_tracker.py
tests/test_cost_velocity.py
tests/test_coverage.py
tests/test_credentials.py
tests/test_dashboard.py
tests/test_debug_mode.py
tests/test_demo.py
tests/test_deployment.py
tests/test_deterministic_evaluation.py
tests/test_docker.py
tests/test_docs.py
tests/test_doctor.py
tests/test_drift.py
tests/test_e2e_demo.py
tests/test_e2e_integration.py
tests/test_engine.py
tests/test_engine_architecture_fixes.py
tests/test_engine_hardening.py
tests/test_entropy_detector.py
tests/test_error_responses.py
tests/test_events.py
tests/test_experiment.py
tests/test_fast_scanner.py
tests/test_flow_xray.py
tests/test_forensics.py
tests/test_fuzz_regression.py
tests/test_fuzzer.py
tests/test_github_action.py
tests/test_hierarchical_cache.py
tests/test_hooks.py
tests/test_hot_reload.py
tests/test_hypothesis_hardening.py
tests/test_identity.py
tests/test_identity_validation.py
tests/test_input_guard.py
tests/test_integrations.py
tests/test_integrity.py
tests/test_invariants.py
tests/test_ioc_database.py
tests/test_kill_switch.py
tests/test_launch.py
tests/test_llm_judge.py
tests/test_load.py
tests/test_logger.py
tests/test_loop_detector.py
tests/test_loop_detector_content_hash.py
tests/test_marketplace.py
tests/test_mast_detectors.py
tests/test_mcp_interceptor.py
tests/test_mcp_proxy.py
tests/test_mcp_real_server.py
tests/test_mcp_scanner_phase1.py
tests/test_mcp_scanner_phase2.py
tests/test_mcp_scanner_phase3.py
tests/test_mcp_scanner_phase4.py
tests/test_mcp_server.py
tests/test_mcp_tools.py
tests/test_message_chain.py
tests/test_metrics.py
tests/test_model_router.py
tests/test_model_router_thompson.py
tests/test_models.py
tests/test_mutations.py
tests/test_network_scanner.py
tests/test_ngram_profiler.py
tests/test_openclaw_auditor.py
tests/test_openclaw_compat.py
tests/test_openclaw_integration.py
tests/test_openclaw_skill.py
tests/test_otel.py
tests/test_otel_export.py
tests/test_overwatch_api.py
tests/test_packaging.py
tests/test_per_tool_rate_limit.py
tests/test_performance_audit.py
tests/test_persistent_history.py
tests/test_pii_detector.py
tests/test_plugins.py
tests/test_policy_engine.py
tests/test_policy_store.py
tests/test_pre_publication_quick_fixes.py
tests/test_privacy_filter.py
tests/test_production_config.py
tests/test_proxy.py
tests/test_proxy_engine.py
tests/test_proxy_monitoring.py
tests/test_proxy_security.py
tests/test_quickstart.py
tests/test_recorder.py
tests/test_redaction.py
tests/test_reliability.py
tests/test_remote_scanner.py
tests/test_replay.py
tests/test_repo_quality.py
tests/test_request_parser.py
tests/test_response_handler.py
tests/test_rules_generator.py
tests/test_sandbox.py
tests/test_scaffolding.py
tests/test_scanner.py
tests/test_scanner_server.py
tests/test_sdk.py
tests/test_secret_scanner.py
tests/test_security_frameworks.py
tests/test_semantic_cache.py
tests/test_session_policy.py
tests/test_session_risk.py
tests/test_session_state.py
tests/test_signing.py
tests/test_slack.py
tests/test_spend_rate.py
tests/test_state.py
tests/test_structural_patterns.py
tests/test_structured_log.py
tests/test_sync.py
tests/test_telegram.py
tests/test_telemetry.py
tests/test_telemetry_export.py
tests/test_templates.py
tests/test_thompson_router.py
tests/test_threat_intel.py
tests/test_token_budget.py
tests/test_tool_allowlist.py
tests/test_tool_policy.py
tests/test_torture.py
tests/test_webhooks.py
tests/test_websocket_scanner.py
tests/test_yara_engine.py