LICENSE
README.md
pyproject.toml
intake/__init__.py
intake/adapter.py
mockdata/__init__.py
mockdata/accounts.py
mockdata/campaign.py
mockdata/enterprise.py
mockdata/world.py
sentinel_harness/__init__.py
sentinel_harness/agent_loop.py
sentinel_harness/autonomy.py
sentinel_harness/benchmark.py
sentinel_harness/benchmark_models.py
sentinel_harness/cli.py
sentinel_harness/core.py
sentinel_harness/eval_datasets.py
sentinel_harness/exporter.py
sentinel_harness/factory.py
sentinel_harness/feedback.py
sentinel_harness/gateway.py
sentinel_harness/loader.py
sentinel_harness/logutil.py
sentinel_harness/loop_safety.py
sentinel_harness/mcp_server.py
sentinel_harness/observability.py
sentinel_harness/provenance.py
sentinel_harness/registry.py
sentinel_harness/registry_live.py
sentinel_harness/sandbox_hooks.py
sentinel_harness/simulation.py
sentinel_harness/tracing.py
sentinel_harness.egg-info/PKG-INFO
sentinel_harness.egg-info/SOURCES.txt
sentinel_harness.egg-info/dependency_links.txt
sentinel_harness.egg-info/entry_points.txt
sentinel_harness.egg-info/requires.txt
sentinel_harness.egg-info/top_level.txt
sentinel_harness/connectors/__init__.py
sentinel_harness/connectors/base.py
sentinel_harness/connectors/conformance.py
sentinel_harness/connectors/siem.py
sentinel_harness/connectors/ticketing.py
tests/test_adversarial_reviewer.py
tests/test_agent_factory_scenario.py
tests/test_agent_loop.py
tests/test_alert_triage_poc.py
tests/test_asset_lookup.py
tests/test_asset_lookup_live.py
tests/test_attack_lookup_live.py
tests/test_attack_mapper.py
tests/test_autonomy.py
tests/test_bas_cases.py
tests/test_bas_replay_scenario.py
tests/test_bas_runner.py
tests/test_benchmark.py
tests/test_campaign_data.py
tests/test_cli.py
tests/test_cli_detection_audit.py
tests/test_compliance_mapping.py
tests/test_config_validation.py
tests/test_connector_conformance.py
tests/test_connectors.py
tests/test_core_endpoint.py
tests/test_core_invoke_resume.py
tests/test_core_update.py
tests/test_coverage_smoke.py
tests/test_create_ticket.py
tests/test_cve_asset_triage.py
tests/test_cve_intel_a2a.py
tests/test_cve_intel_container.py
tests/test_cyber_skills.py
tests/test_deploy_scripts.py
tests/test_detection_audit.py
tests/test_detection_baseline.py
tests/test_detection_coverage.py
tests/test_detection_dedup.py
tests/test_detection_gen_scenario.py
tests/test_detection_navigator.py
tests/test_detection_roundtrip.py
tests/test_detection_translate.py
tests/test_detection_translate_spl_eql.py
tests/test_detonation.py
tests/test_detonation_lifecycle.py
tests/test_detonation_runner.py
tests/test_detonation_scenario.py
tests/test_docs_drift.py
tests/test_drift_regen.py
tests/test_egress_control.py
tests/test_enrich_ioc.py
tests/test_enrich_ioc_live.py
tests/test_enterprise_world.py
tests/test_epss_kev_live.py
tests/test_eval_assets.py
tests/test_eval_datasets.py
tests/test_eval_datasets_domains.py
tests/test_eval_datasets_scorer.py
tests/test_exporter.py
tests/test_factory.py
tests/test_feedback.py
tests/test_feedback_loop_scenario.py
tests/test_fuzz_sandbox_hooks.py
tests/test_gateway.py
tests/test_gateway_jwt.py
tests/test_harness_ops.py
tests/test_intake_adapter.py
tests/test_litellm_gateway.py
tests/test_live_a2a_runtime_scenario.py
tests/test_loader.py
tests/test_logutil.py
tests/test_loop_safety.py
tests/test_m2_demo.py
tests/test_m2_e2e_offline.py
tests/test_m2_edge.py
tests/test_m2_harnesses.py
tests/test_m2_integration.py
tests/test_m2_regression.py
tests/test_makefile.py
tests/test_mcp_server.py
tests/test_meta_harnesses.py
tests/test_mockworld.py
tests/test_nvd_lookup_live.py
tests/test_ops_harness.py
tests/test_ops_query.py
tests/test_ops_query_live.py
tests/test_packaging.py
tests/test_platform_demo.py
tests/test_prop_blast_radius.py
tests/test_prop_sigma_match.py
tests/test_prop_whitelist_optimizer.py
tests/test_provenance.py
tests/test_quickstart_doc.py
tests/test_registry.py
tests/test_registry_governance.py
tests/test_registry_live.py
tests/test_registry_minyaml.py
tests/test_round4_audit_regressions.py
tests/test_round5_audit_regressions.py
tests/test_round6_audit_regressions.py
tests/test_round7_audit_regressions.py
tests/test_run_evaluation.py
tests/test_sandbox_hooks.py
tests/test_scenario_autonomous_loop.py
tests/test_scenario_benchmark.py
tests/test_scenario_e2e_pipeline.py
tests/test_scenario_eval_all_domains.py
tests/test_scenario_tracing.py
tests/test_self_improve_autonomy_wiring.py
tests/test_self_improve_scenario.py
tests/test_service_model_drift_regressions.py
tests/test_siem_query.py
tests/test_siem_query_live.py
tests/test_sigma_match.py
tests/test_sigma_yara_lint.py
tests/test_simulation.py
tests/test_specialist.py
tests/test_specialist_a2a_contract.py
tests/test_specialist_containers.py
tests/test_ssrf_guard.py
tests/test_threat_hunt.py
tests/test_token_metric.py
tests/test_tool_handlers.py
tests/test_tracing.py
tests/test_web_search_live.py
tests/test_whitelist_optimizer.py
tools/asset_lookup/handler.py
tools/attack_lookup/handler.py
tools/create_ticket/handler.py
tools/detection_audit/handler.py
tools/detection_baseline/handler.py
tools/detection_coverage/handler.py
tools/detection_dedup/handler.py
tools/detection_navigator/handler.py
tools/detection_translate/handler.py
tools/enrich_ioc/handler.py
tools/epss_kev/handler.py
tools/harness_ops/handler.py
tools/nvd_lookup/handler.py
tools/ops_query/handler.py
tools/run_evaluation/handler.py
tools/siem_query/handler.py
tools/sigma_match/handler.py
tools/sigma_yara_lint/handler.py
tools/web_search/handler.py
tools/whitelist_optimizer/handler.py