LICENSE
README.md
pyproject.toml
apps/api/otm_api/__init__.py
apps/api/otm_api/api_error_messages.py
apps/api/otm_api/cors_settings.py
apps/api/otm_api/error_locale.py
apps/api/otm_api/errors.py
apps/api/otm_api/main.py
apps/api/otm_api/middleware_api_key.py
apps/api/otm_api/observability.py
apps/api/otm_api/perimeter_settings.py
apps/api/otm_api/domain/__init__.py
apps/api/otm_api/domain/export_formats.py
apps/api/otm_api/routers/__init__.py
apps/api/otm_api/routers/_errors.py
apps/api/otm_api/routers/analyses.py
apps/api/otm_api/routers/exports.py
apps/api/otm_api/routers/imports.py
apps/api/otm_api/routers/models.py
apps/api/otm_api/routers/remediation.py
apps/api/otm_api/routers/reports_premium.py
apps/api/otm_api/routers/system.py
apps/api/otm_api/routers/templates.py
apps/api/otm_api/schemas/__init__.py
apps/api/otm_api/schemas/bodies.py
apps/api/otm_api/services/__init__.py
apps/api/otm_api/services/analysis.py
apps/api/otm_api/services/compare.py
apps/api/otm_api/services/documents.py
apps/api/otm_api/services/exports.py
apps/api/otm_api/services/imports.py
apps/api/otm_api/services/remediation.py
apps/api/otm_api/services/reports_premium.py
apps/api/otm_api/services/templates_catalog.py
apps/cli/otm_cli/__init__.py
apps/cli/otm_cli/cli.py
apps/cli/otm_cli/io_util.py
apps/cli/otm_cli/main.py
apps/cli/otm_cli/reporting.py
apps/cli/otm_cli/application/__init__.py
apps/cli/otm_cli/application/analysis_io.py
apps/cli/otm_cli/application/analyze_service.py
apps/cli/otm_cli/application/backlog_service.py
apps/cli/otm_cli/application/diagram_service.py
apps/cli/otm_cli/application/diff_analysis_service.py
apps/cli/otm_cli/application/diff_service.py
apps/cli/otm_cli/application/explain_service.py
apps/cli/otm_cli/application/export_service.py
apps/cli/otm_cli/application/import_service.py
apps/cli/otm_cli/application/init_service.py
apps/cli/otm_cli/application/precheck_service.py
apps/cli/otm_cli/application/recommend_service.py
apps/cli/otm_cli/application/report_service.py
apps/cli/otm_cli/application/templates_service.py
apps/cli/otm_cli/application/validate_service.py
apps/cli/otm_cli/commands/__init__.py
apps/cli/otm_cli/commands/analyze_cmd.py
apps/cli/otm_cli/commands/backlog_cmd.py
apps/cli/otm_cli/commands/bootstrap.py
apps/cli/otm_cli/commands/diagram_cmd.py
apps/cli/otm_cli/commands/diff_analysis_cmd.py
apps/cli/otm_cli/commands/diff_cmd.py
apps/cli/otm_cli/commands/explain_cmd.py
apps/cli/otm_cli/commands/export_cmd.py
apps/cli/otm_cli/commands/handle_errors.py
apps/cli/otm_cli/commands/import_cmd.py
apps/cli/otm_cli/commands/init_cmd.py
apps/cli/otm_cli/commands/packs_cmd.py
apps/cli/otm_cli/commands/precheck_cmd.py
apps/cli/otm_cli/commands/recommend_cmd.py
apps/cli/otm_cli/commands/report_cmd.py
apps/cli/otm_cli/commands/root_cmd.py
apps/cli/otm_cli/commands/templates_cmd.py
apps/cli/otm_cli/commands/validate_cmd.py
apps/cli/otm_cli/shared/__init__.py
apps/cli/otm_cli/shared/document_loader.py
apps/cli/otm_cli/shared/emit.py
apps/cli/otm_cli/shared/enums.py
apps/cli/otm_cli/shared/errors.py
apps/cli/otm_cli/shared/gate.py
apps/cli/otm_cli/shared/version_util.py
open_threat_model.egg-info/PKG-INFO
open_threat_model.egg-info/SOURCES.txt
open_threat_model.egg-info/dependency_links.txt
open_threat_model.egg-info/entry_points.txt
open_threat_model.egg-info/requires.txt
open_threat_model.egg-info/top_level.txt
packages/artifact-import/otm_artifact_import/__init__.py
packages/artifact-import/otm_artifact_import/_yamljson.py
packages/artifact-import/otm_artifact_import/ai_import_corpus.py
packages/artifact-import/otm_artifact_import/builders.py
packages/artifact-import/otm_artifact_import/helm_import.py
packages/artifact-import/otm_artifact_import/inference_explanations.py
packages/artifact-import/otm_artifact_import/k8s_import.py
packages/artifact-import/otm_artifact_import/openapi_import.py
packages/artifact-import/otm_artifact_import/otm_native.py
packages/artifact-import/otm_artifact_import/repo_ast_optional.py
packages/artifact-import/otm_artifact_import/repo_scan.py
packages/artifact-import/otm_artifact_import/terraform_import.py
packages/artifact-import/otm_artifact_import/types.py
packages/core-schema/otm_core_schema/__init__.py
packages/core-schema/otm_core_schema/diff.py
packages/core-schema/otm_core_schema/diff_insights.py
packages/core-schema/otm_core_schema/document.py
packages/core-schema/otm_core_schema/entity_id.py
packages/core-schema/otm_core_schema/enums.py
packages/core-schema/otm_core_schema/io.py
packages/core-schema/otm_core_schema/methodology_fit_matrix.py
packages/core-schema/otm_core_schema/model_quality_precheck.py
packages/core-schema/otm_core_schema/py.typed
packages/core-schema/otm_core_schema/starters.py
packages/core-schema/otm_core_schema/version.py
packages/diagram-engine/otm_diagram_engine/__init__.py
packages/diagram-engine/otm_diagram_engine/mermaid.py
packages/explainability/otm_explainability/__init__.py
packages/explainability/otm_explainability/ids.py
packages/explainability/otm_explainability/records.py
packages/exporters/otm_exporters/__init__.py
packages/exporters/otm_exporters/analysis_json.py
packages/exporters/otm_exporters/analysis_markdown.py
packages/exporters/otm_exporters/analysis_markdown_i18n.py
packages/exporters/otm_exporters/analysis_sarif.py
packages/exporters/otm_exporters/bundle_json.py
packages/exporters/otm_exporters/comparison_markdown.py
packages/exporters/otm_exporters/document_json.py
packages/exporters/otm_exporters/document_markdown.py
packages/exporters/otm_exporters/document_markdown_i18n.py
packages/exporters/otm_exporters/export_locale.py
packages/exporters/otm_exporters/mermaid_flowchart.py
packages/exporters/otm_exporters/protocols.py
packages/exporters/otm_exporters/remediation_json.py
packages/exporters/otm_exporters/remediation_markdown.py
packages/framework-mappings/otm_framework_mappings/__init__.py
packages/framework-mappings/otm_framework_mappings/ai_heuristic_registry.py
packages/framework-mappings/otm_framework_mappings/catalog.py
packages/framework-mappings/otm_framework_mappings/models.py
packages/framework-mappings/otm_framework_mappings/registry.py
packages/framework-mappings/otm_framework_mappings/data/ai_heuristic_framework_map.yaml
packages/framework-mappings/otm_framework_mappings/data/stride_framework_map.yaml
packages/industry-packs/otm_industry_packs/__init__.py
packages/industry-packs/otm_industry_packs/loader.py
packages/industry-packs/otm_industry_packs/models.py
packages/industry-packs/otm_industry_packs/template_query.py
packages/industry-packs/otm_industry_packs/catalog/__init__.py
packages/industry-packs/otm_industry_packs/catalog/registry_data.py
packages/industry-packs/otm_industry_packs/data/packs/cloud_native.yaml
packages/industry-packs/otm_industry_packs/data/packs/finance.yaml
packages/industry-packs/otm_industry_packs/data/packs/saas.yaml
packages/industry-packs/otm_industry_packs/data/packs/telecom.yaml
packages/industry-packs/otm_industry_packs/data/packs/transport.yaml
packages/industry-packs/otm_industry_packs/data/templates/admin-portal.meta.json
packages/industry-packs/otm_industry_packs/data/templates/admin-portal.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/ai-agent-tool-use.meta.json
packages/industry-packs/otm_industry_packs/data/templates/ai-agent-tool-use.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/ai-inference-pipeline.meta.json
packages/industry-packs/otm_industry_packs/data/templates/ai-inference-pipeline.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/ai-llm-chat.meta.json
packages/industry-packs/otm_industry_packs/data/templates/ai-llm-chat.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/ai-rag-enterprise.meta.json
packages/industry-packs/otm_industry_packs/data/templates/ai-rag-enterprise.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/ai-sensitive-copilot.meta.json
packages/industry-packs/otm_industry_packs/data/templates/ai-sensitive-copilot.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/api-backend.meta.json
packages/industry-packs/otm_industry_packs/data/templates/api-backend.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/api-public.meta.json
packages/industry-packs/otm_industry_packs/data/templates/api-public.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/batch-scheduled-jobs.meta.json
packages/industry-packs/otm_industry_packs/data/templates/batch-scheduled-jobs.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/cloud-native-full.meta.json
packages/industry-packs/otm_industry_packs/data/templates/cloud-native-full.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/cloud-native.meta.json
packages/industry-packs/otm_industry_packs/data/templates/cloud-native.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/container-platform.meta.json
packages/industry-packs/otm_industry_packs/data/templates/container-platform.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/data-pipeline-etl.meta.json
packages/industry-packs/otm_industry_packs/data/templates/data-pipeline-etl.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/file-upload-processing.meta.json
packages/industry-packs/otm_industry_packs/data/templates/file-upload-processing.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/identity-sso.meta.json
packages/industry-packs/otm_industry_packs/data/templates/identity-sso.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/industry-ecommerce.meta.json
packages/industry-packs/otm_industry_packs/data/templates/industry-ecommerce.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/industry-finance-core.meta.json
packages/industry-packs/otm_industry_packs/data/templates/industry-finance-core.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/industry-healthcare-clinical.meta.json
packages/industry-packs/otm_industry_packs/data/templates/industry-healthcare-clinical.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/industry-telecom-oss-bss.meta.json
packages/industry-packs/otm_industry_packs/data/templates/industry-telecom-oss-bss.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/industry-transport-logistics.meta.json
packages/industry-packs/otm_industry_packs/data/templates/industry-transport-logistics.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/microservices-messaging.meta.json
packages/industry-packs/otm_industry_packs/data/templates/microservices-messaging.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/mobile-backend.meta.json
packages/industry-packs/otm_industry_packs/data/templates/mobile-backend.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/objective-ai-llm.meta.json
packages/industry-packs/otm_industry_packs/data/templates/objective-ai-llm.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/objective-high-availability.meta.json
packages/industry-packs/otm_industry_packs/data/templates/objective-high-availability.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/objective-internet-facing.meta.json
packages/industry-packs/otm_industry_packs/data/templates/objective-internet-facing.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/objective-privileged-admin.meta.json
packages/industry-packs/otm_industry_packs/data/templates/objective-privileged-admin.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/objective-sensitive-data.meta.json
packages/industry-packs/otm_industry_packs/data/templates/objective-sensitive-data.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/objective-third-party-heavy.meta.json
packages/industry-packs/otm_industry_packs/data/templates/objective-third-party-heavy.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/pam-privileged-actions.meta.json
packages/industry-packs/otm_industry_packs/data/templates/pam-privileged-actions.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/partner-integration.meta.json
packages/industry-packs/otm_industry_packs/data/templates/partner-integration.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/payment-integration.meta.json
packages/industry-packs/otm_industry_packs/data/templates/payment-integration.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/saas-multi-tenant.meta.json
packages/industry-packs/otm_industry_packs/data/templates/saas-multi-tenant.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/saas-web.meta.json
packages/industry-packs/otm_industry_packs/data/templates/saas-web.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/serverless-api.meta.json
packages/industry-packs/otm_industry_packs/data/templates/serverless-api.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/service-identity.meta.json
packages/industry-packs/otm_industry_packs/data/templates/service-identity.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/third-party-api-consumer.meta.json
packages/industry-packs/otm_industry_packs/data/templates/third-party-api-consumer.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/web-bff.meta.json
packages/industry-packs/otm_industry_packs/data/templates/web-bff.otm.yaml
packages/industry-packs/otm_industry_packs/data/templates/webhook-ingestion.meta.json
packages/industry-packs/otm_industry_packs/data/templates/webhook-ingestion.otm.yaml
packages/report-premium/otm_report_premium/__init__.py
packages/report-premium/otm_report_premium/branding.py
packages/report-premium/otm_report_premium/builder.py
packages/report-premium/otm_report_premium/dedupe.py
packages/report-premium/otm_report_premium/enums.py
packages/report-premium/otm_report_premium/i18n_locale.py
packages/report-premium/otm_report_premium/methodology.py
packages/report-premium/otm_report_premium/models.py
packages/report-premium/otm_report_premium/pdf_export.py
packages/report-premium/otm_report_premium/prioritize.py
packages/report-premium/otm_report_premium/render_html.py
packages/report-premium/otm_report_premium/render_markdown.py
packages/report-premium/otm_report_premium/report_i18n.py
packages/report-premium/otm_report_premium/risk_context.py
packages/report-premium/otm_report_premium/assets/report_logo.png
packages/threat-engine/otm_threat_engine/__init__.py
packages/threat-engine/otm_threat_engine/analysis_diff.py
packages/threat-engine/otm_threat_engine/anti_pattern_library.py
packages/threat-engine/otm_threat_engine/benchmark_metrics.py
packages/threat-engine/otm_threat_engine/business_abuse_context.py
packages/threat-engine/otm_threat_engine/business_abuse_heuristics.py
packages/threat-engine/otm_threat_engine/comparison_explanations.py
packages/threat-engine/otm_threat_engine/comparison_models.py
packages/threat-engine/otm_threat_engine/composite_heuristics.py
packages/threat-engine/otm_threat_engine/engine.py
packages/threat-engine/otm_threat_engine/engine_finalize.py
packages/threat-engine/otm_threat_engine/engine_methodology_runtime.py
packages/threat-engine/otm_threat_engine/engine_stride_builder.py
packages/threat-engine/otm_threat_engine/engine_support.py
packages/threat-engine/otm_threat_engine/explanation_builders.py
packages/threat-engine/otm_threat_engine/framework_refs.py
packages/threat-engine/otm_threat_engine/gate.py
packages/threat-engine/otm_threat_engine/merge.py
packages/threat-engine/otm_threat_engine/methodologies.py
packages/threat-engine/otm_threat_engine/methodology_completeness.py
packages/threat-engine/otm_threat_engine/pack_runtime.py
packages/threat-engine/otm_threat_engine/recommendation_gate.py
packages/threat-engine/otm_threat_engine/result.py
packages/threat-engine/otm_threat_engine/risk_aggregate.py
packages/threat-engine/otm_threat_engine/risk_calc.py
packages/threat-engine/otm_threat_engine/semantic_comparison.py
packages/threat-engine/otm_threat_engine/severity.py
packages/threat-engine/otm_threat_engine/stride_heuristics.py
packages/threat-engine/otm_threat_engine/structural.py
packages/threat-engine/otm_threat_engine/threat_model_comparison.py
packages/threat-engine/otm_threat_engine/trust_insights.py
packages/threat-engine/otm_threat_engine/version.py
packages/threat-engine/otm_threat_engine/wizard_audit_models.py
packages/threat-engine/otm_threat_engine/wizard_signals.py
packages/threat-engine/otm_threat_engine/ai_modeling/__init__.py
packages/threat-engine/otm_threat_engine/ai_modeling/corpus.py
packages/threat-engine/otm_threat_engine/ai_modeling/explanation_plot4ai_blocks.py
packages/threat-engine/otm_threat_engine/ai_modeling/explanations.py
packages/threat-engine/otm_threat_engine/ai_modeling/heuristics.py
packages/threat-engine/otm_threat_engine/ai_modeling/keyword_signal_apply.py
packages/threat-engine/otm_threat_engine/ai_modeling/signals.py
packages/threat-engine/otm_threat_engine/ai_modeling/summary.py
packages/threat-engine/otm_threat_engine/business_abuse_rules/__init__.py
packages/threat-engine/otm_threat_engine/business_abuse_rules/authz.py
packages/threat-engine/otm_threat_engine/business_abuse_rules/coupon.py
packages/threat-engine/otm_threat_engine/business_abuse_rules/entitlement.py
packages/threat-engine/otm_threat_engine/business_abuse_rules/financial.py
packages/threat-engine/otm_threat_engine/business_abuse_rules/webhook.py
packages/threat-engine/otm_threat_engine/custom_rules/__init__.py
packages/threat-engine/otm_threat_engine/custom_rules/loader.py
packages/threat-engine/otm_threat_engine/custom_rules/models.py
packages/threat-engine/otm_threat_engine/custom_rules/runtime.py
packages/threat-engine/otm_threat_engine/data/__init__.py
packages/threat-engine/otm_threat_engine/data/anti_patterns/__init__.py
packages/threat-engine/otm_threat_engine/data/anti_patterns/catalog.yaml
packages/threat-engine/otm_threat_engine/methodology_lenses/__init__.py
packages/threat-engine/otm_threat_engine/methodology_lenses/common.py
packages/threat-engine/otm_threat_engine/methodology_lenses/contracts.py
packages/threat-engine/otm_threat_engine/methodology_lenses/dispatch.py
packages/threat-engine/otm_threat_engine/methodology_lenses/linddun.py
packages/threat-engine/otm_threat_engine/methodology_lenses/nist_data_centric.py
packages/threat-engine/otm_threat_engine/methodology_lenses/pasta.py
packages/threat-engine/otm_threat_engine/methodology_lenses/plot4ai.py
packages/threat-engine/otm_threat_engine/methodology_lenses/recommendation.py
packages/threat-engine/otm_threat_engine/methodology_lenses/service.py
packages/threat-engine/otm_threat_engine/remediation/__init__.py
packages/threat-engine/otm_threat_engine/remediation/build.py
packages/threat-engine/otm_threat_engine/remediation/classify.py
packages/threat-engine/otm_threat_engine/remediation/models.py
tests/test_ai_lens_framework_refs.py
tests/test_ai_modeling_plot4ai.py
tests/test_analysis_diff_changes_coverage.py
tests/test_analysis_markdown_helpers_coverage.py
tests/test_analysis_sarif.py
tests/test_analysis_ts_contract_alignment.py
tests/test_analyze_cmd_wizard_coverage.py
tests/test_anti_pattern_coverage.py
tests/test_anti_pattern_helpers_coverage.py
tests/test_anti_pattern_library.py
tests/test_api.py
tests/test_api_config_coverage.py
tests/test_api_coverage.py
tests/test_api_errors_truncate.py
tests/test_api_main_coverage.py
tests/test_artifact_import.py
tests/test_artifact_import_ai_signals.py
tests/test_artifact_import_coverage.py
tests/test_artifact_import_robustness.py
tests/test_backlog_service_coverage.py
tests/test_builder_bands_coverage.py
tests/test_builder_helpers_coverage.py
tests/test_business_abuse_context.py
tests/test_capec_cwe_references.py
tests/test_catalog_template_inventory.py
tests/test_classify_coverage.py
tests/test_cli.py
tests/test_cli_application.py
tests/test_cli_commands_coverage.py
tests/test_cli_diff_coverage.py
tests/test_cli_error_paths_coverage.py
tests/test_cli_import_coverage.py
tests/test_cli_import_draft.py
tests/test_cli_services_coverage.py
tests/test_cli_write_paths_and_flag_conflicts.py
tests/test_comparison_coverage.py
tests/test_comparison_ts_contract_alignment.py
tests/test_composite_heuristics_coverage.py
tests/test_core_adapter_boundary.py
tests/test_core_schema.py
tests/test_coverage_api_branches.py
tests/test_coverage_api_routes.py
tests/test_coverage_cli_routes.py
tests/test_coverage_direct_branches.py
tests/test_coverage_empty_guards.py
tests/test_coverage_pipeline_sweep.py
tests/test_custom_rules.py
tests/test_dev_env.py
tests/test_diff_drift_gate.py
tests/test_diff_insights_coverage.py
tests/test_docs_links.py
tests/test_docs_methodologies.py
tests/test_document_diff.py
tests/test_document_validation_coverage.py
tests/test_engine_branch_coverage.py
tests/test_engine_defect_regressions.py
tests/test_engine_finalize.py
tests/test_engine_methodology_runtime.py
tests/test_engine_small_coverage.py
tests/test_engine_stride_builder.py
tests/test_engine_support.py
tests/test_entity_id_pattern.py
tests/test_error_locale_api.py
tests/test_explainability_contract.py
tests/test_explanation_common_coverage.py
tests/test_export_locale.py
tests/test_exporter_injection_security.py
tests/test_exporters.py
tests/test_exporters_coverage.py
tests/test_fit_and_prioritize_coverage.py
tests/test_framework_ids_are_real.py
tests/test_framework_mappings.py
tests/test_framework_refs_runtime.py
tests/test_full_pipeline_coverage.py
tests/test_golden_analysis_slices.py
tests/test_http_response_goldens.py
tests/test_importer_internals_coverage.py
tests/test_industry_packs.py
tests/test_innovation_integration.py
tests/test_io_validation_coverage.py
tests/test_maximal_model_coverage.py
tests/test_merge_heuristics.py
tests/test_methodologies.py
tests/test_methodology_completeness_coverage.py
tests/test_methodology_completeness_nist.py
tests/test_methodology_dispatch.py
tests/test_methodology_lenses_structural_contracts.py
tests/test_methodology_ranking_regression.py
tests/test_methodology_recommendation.py
tests/test_methodology_service.py
tests/test_misc_small_coverage.py
tests/test_model_quality_precheck.py
tests/test_modeling_benchmark_wave2.py
tests/test_observability_coverage.py
tests/test_official_benchmark.py
tests/test_openapi_contract_file.py
tests/test_otm_interop.py
tests/test_pack_path_traversal_security.py
tests/test_pack_runtime.py
tests/test_plot4ai_calibration_fixtures.py
tests/test_premium_i18n_locale.py
tests/test_premium_report.py
tests/test_recommendation_coverage.py
tests/test_recommendation_gate.py
tests/test_remediation_backlog.py
tests/test_render_html_full_coverage.py
tests/test_render_html_helpers_coverage.py
tests/test_repo_scan.py
tests/test_repo_scan_python_signals.py
tests/test_report_premium_coverage.py
tests/test_report_rich_coverage.py
tests/test_risk_aggregate_coverage.py
tests/test_risk_calc.py
tests/test_semantic_comparison.py
tests/test_severity_band_canonical.py
tests/test_signals_benchmark_coverage.py
tests/test_smoke_release_candidate.py
tests/test_structural_findings.py
tests/test_tail_coverage.py
tests/test_template_catalog_expansion.py
tests/test_template_query_coverage.py
tests/test_threat_engine.py
tests/test_threat_model_comparison.py
tests/test_trust_insights_runtime.py
tests/test_wizard_engine_integration.py
tests/test_wizard_integration_coverage.py
tests/test_wizard_signals_coverage.py