LICENSE
MANIFEST.in
README.md
pyproject.toml
SecOpsTM.egg-info/PKG-INFO
SecOpsTM.egg-info/SOURCES.txt
SecOpsTM.egg-info/dependency_links.txt
SecOpsTM.egg-info/entry_points.txt
SecOpsTM.egg-info/requires.txt
SecOpsTM.egg-info/top_level.txt
tests/test_accepted_risks.py
tests/test_ai_cache.py
tests/test_ai_service.py
tests/test_ansible_playbooks.py
tests/test_asset_technique_mapper.py
tests/test_attack_chain_analyzer.py
tests/test_attack_flow_builder.py
tests/test_attack_flow_generator.py
tests/test_attack_id_validator.py
tests/test_attack_navigator_generator.py
tests/test_bom_loader.py
tests/test_ciso_triage.py
tests/test_core_mitre_static_maps.py
tests/test_custom_threats.py
tests/test_cve_service.py
tests/test_data_loader.py
tests/test_diagram_generator.py
tests/test_diagram_service.py
tests/test_download_data.py
tests/test_embedding_factory.py
tests/test_export_service.py
tests/test_framework_mitigation_suggestions.py
tests/test_gate_check.py
tests/test_gdaf_engine.py
tests/test_generation_utils.py
tests/test_graphviz_to_json_metadata.py
tests/test_graphviz_to_konva.py
tests/test_iac_plugins.py
tests/test_litellm_provider.py
tests/test_main.py
tests/test_mitre_mapping_module.py
tests/test_model_completeness.py
tests/test_model_management_service.py
tests/test_model_parser.py
tests/test_model_validator.py
tests/test_models_module.py
tests/test_ollama_provider.py
tests/test_project_generation.py
tests/test_prompts.py
tests/test_rag_functionality.py
tests/test_report_generator.py
tests/test_report_generator_extended.py
tests/test_report_serializer.py
tests/test_server.py
tests/test_severity_calculator.py
tests/test_stix_generator.py
tests/test_stix_mitigation_suggestions.py
tests/test_svg_generator.py
tests/test_svg_generator_extended.py
tests/test_terraform_plugin.py
tests/test_threat_consolidator.py
tests/test_threat_graph.py
tests/test_threat_model_service.py
tests/test_threat_model_service_extended.py
tests/test_threat_ranker.py
tests/test_update_config.py
tests/test_utils.py
tests/test_vex_loader.py
threat_analysis/__init__.py
threat_analysis/__main__.py
threat_analysis/config.py
threat_analysis/config_generator.py
threat_analysis/custom_threats.py
threat_analysis/mitigation_suggestions.py
threat_analysis/severity_calculator_module.py
threat_analysis/threat_rules.py
threat_analysis/update_config.py
threat_analysis/utils.py
threat_analysis/ai_engine/__init__.py
threat_analysis/ai_engine/embedding_factory.py
threat_analysis/ai_engine/prompt_loader.py
threat_analysis/ai_engine/rag_service.py
threat_analysis/ai_engine/parsers/__init__.py
threat_analysis/ai_engine/prompts/__init__.py
threat_analysis/ai_engine/prompts/attack_flow_prompts.py
threat_analysis/ai_engine/prompts/stride_prompts.py
threat_analysis/ai_engine/providers/__init__.py
threat_analysis/ai_engine/providers/base_provider.py
threat_analysis/ai_engine/providers/litellm_client.py
threat_analysis/ai_engine/providers/litellm_provider.py
threat_analysis/ai_engine/providers/ollama_provider.py
threat_analysis/config/asset_types_community.yaml
threat_analysis/config/prompts.yaml
threat_analysis/config/protocols_community.yaml
threat_analysis/config/scoring_config.yaml
threat_analysis/core/__init__.py
threat_analysis/core/accepted_risks.py
threat_analysis/core/ai_cache.py
threat_analysis/core/asset_technique_mapper.py
threat_analysis/core/attack_chain.py
threat_analysis/core/attack_id_validator.py
threat_analysis/core/bom_loader.py
threat_analysis/core/cve_service.py
threat_analysis/core/data_loader.py
threat_analysis/core/gdaf_engine.py
threat_analysis/core/mitre_mapping_module.py
threat_analysis/core/mitre_static_maps.py
threat_analysis/core/model_completeness.py
threat_analysis/core/model_factory.py
threat_analysis/core/model_parser.py
threat_analysis/core/model_validator.py
threat_analysis/core/models_module.py
threat_analysis/core/report_serializer.py
threat_analysis/core/stride_constants.py
threat_analysis/core/threat_consolidator.py
threat_analysis/core/threat_ranker.py
threat_analysis/core/vex_loader.py
threat_analysis/generation/__init__.py
threat_analysis/generation/attack_flow_builder.py
threat_analysis/generation/attack_flow_generator.py
threat_analysis/generation/attack_navigator_generator.py
threat_analysis/generation/diagram_generator.py
threat_analysis/generation/graphviz_to_json_metadata.py
threat_analysis/generation/graphviz_to_konva.py
threat_analysis/generation/report_generator.py
threat_analysis/generation/stix_generator.py
threat_analysis/generation/svg_generator.py
threat_analysis/generation/tactic_logic.py
threat_analysis/generation/utils.py
threat_analysis/iac_plugins/__init__.py
threat_analysis/iac_plugins/ansible_plugin.py
threat_analysis/iac_plugins/terraform_plugin.py
threat_analysis/schemas/__init__.py
threat_analysis/schemas/v1/__init__.py
threat_analysis/schemas/v1/threat_model_report.schema.json
threat_analysis/server/__init__.py
threat_analysis/server/ai_service.py
threat_analysis/server/diagram_service.py
threat_analysis/server/events.py
threat_analysis/server/export_service.py
threat_analysis/server/model_management_service.py
threat_analysis/server/server.py
threat_analysis/server/threat_model_service.py
threat_analysis/server/static/css/codemirror.min.css
threat_analysis/server/static/css/dark_mode.css
threat_analysis/server/static/css/graphical_editor_style.css
threat_analysis/server/static/css/style.css
threat_analysis/server/static/css/styles.css
threat_analysis/server/static/css/theme/material.min.css
threat_analysis/server/static/js/ConnectionManager.js
threat_analysis/server/static/js/KonvaManager.js
threat_analysis/server/static/js/ModelManager.js
threat_analysis/server/static/js/NodeManager.js
threat_analysis/server/static/js/PropertiesPanelManager.js
threat_analysis/server/static/js/ThreatModelGenerator.js
threat_analysis/server/static/js/ToolbarManager.js
threat_analysis/server/static/js/UIManager.js
threat_analysis/server/static/js/app.js
threat_analysis/server/static/js/config.js
threat_analysis/server/static/js/dark_mode.js
threat_analysis/server/static/js/dsl_schema.js
threat_analysis/server/static/js/export_manager.js
threat_analysis/server/static/js/service_worker_registration.js
threat_analysis/server/static/js/split.min.js
threat_analysis/server/static/js/svg-pan-zoom.js
threat_analysis/server/static/js/svg-pan-zoom.min.js
threat_analysis/server/static/js/sw.js
threat_analysis/server/static/js/codemirror/codemirror.min.js
threat_analysis/server/static/js/codemirror/markdown.min.js
threat_analysis/server/static/js/lib/konva.min.js
threat_analysis/server/static/js/lib/mxgraph.min.js
threat_analysis/server/static/js/lib/split.min.js
threat_analysis/server/static/js/lib/split.min.js.map
threat_analysis/server/static/js/lib/svg-pan-zoom.min.js
threat_analysis/server/static/js/lib/css/common.css
threat_analysis/server/static/js/lib/images/expanded.gif
threat_analysis/server/static/js/lib/resources/editor.txt
threat_analysis/server/static/js/lib/resources/editor_fr.txt
threat_analysis/server/static/js/lib/resources/graph.txt
threat_analysis/server/static/js/lib/resources/graph_fr.txt
threat_analysis/server/static/resources/icons/actor.svg
threat_analysis/server/static/resources/icons/api-gateway.svg
threat_analysis/server/static/resources/icons/data.svg
threat_analysis/server/static/resources/icons/database.svg
threat_analysis/server/static/resources/icons/dmz.svg
threat_analysis/server/static/resources/icons/firewall.svg
threat_analysis/server/static/resources/icons/load_balancer.svg
threat_analysis/server/static/resources/icons/routers.svg
threat_analysis/server/static/resources/icons/server.svg
threat_analysis/server/static/resources/icons/switch.svg
threat_analysis/server/static/resources/icons/web-server.svg
threat_analysis/server/templates/diff.html
threat_analysis/server/templates/graphical_editor.html
threat_analysis/server/templates/index.html
threat_analysis/server/templates/simple_mode.html
threat_analysis/templates/diagram_template.html
threat_analysis/templates/navigable_diagram_template.html
threat_analysis/templates/report_template.html
threat_analysis/templates/threat_model.dot.j2