README.md
setup.py
autothreats/__init__.py
autothreats/db.py
autothreats/message_types.py
autothreats/setup.py
autothreats/simplified_api_server.py
autothreats/simplified_base.py
autothreats/simplified_commit_analyzer.py
autothreats/simplified_container_runner.py
autothreats/simplified_orchestrator.py
autothreats/simplified_system_additions.py
autothreats/simplified_workspace.py
autothreats/ultra_simplified_agent_decorators.py
autothreats.egg-info/PKG-INFO
autothreats.egg-info/SOURCES.txt
autothreats.egg-info/dependency_links.txt
autothreats.egg-info/entry_points.txt
autothreats.egg-info/requires.txt
autothreats.egg-info/top_level.txt
autothreats/agentic/__init__.py
autothreats/agentic/adaptive_prioritization.py
autothreats/agentic/agent_extension.py
autothreats/agentic/agent_integration.py
autothreats/agentic/agent_learning.py
autothreats/agentic/agent_monitor.py
autothreats/agentic/base_agent.py
autothreats/agentic/causal_reasoning.py
autothreats/agentic/collaborative_reasoning.py
autothreats/agentic/context_aware_analysis.py
autothreats/agentic/context_aware_security.py
autothreats/agentic/continuous_learning.py
autothreats/agentic/explainable_security.py
autothreats/agentic/hierarchical_analysis.py
autothreats/agentic/integration.py
autothreats/agentic/knowledge_sharing.py
autothreats/agentic/multi_agent_planning.py
autothreats/agentic/multi_stage_agent.py
autothreats/agentic/multi_stage_integration.py
autothreats/agentic/simplified_adaptive_prioritization.py
autothreats/agentic/simplified_agent_integration.py
autothreats/agentic/simplified_base_agent.py
autothreats/agentic/simplified_context_aware_security.py
autothreats/agentic/simplified_explainable_security.py
autothreats/agentic/simplified_hierarchical_analysis.py
autothreats/agentic/simplified_multi_stage_orchestrator.py
autothreats/agentic/threat_detection_agent.py
autothreats/agents/__init__.py
autothreats/agents/decorator_agent_registry.py
autothreats/agents/decorator_code_ingestion.py
autothreats/agents/decorator_language_id.py
autothreats/agents/decorator_normalization.py
autothreats/agents/decorator_risk_scoring.py
autothreats/agents/decorator_threat_detection.py
autothreats/agents/redflag.py
autothreats/agents/risk_scoring.py
autothreats/agents/simplified_threat_detection.py
autothreats/models/__init__.py
autothreats/models/agent_model.py
autothreats/models/codebase_model.py
autothreats/models/threat_model.py
autothreats/models/workspace_model.py
autothreats/scripts/__init__.py
autothreats/scripts/analyze_large_codebase.py
autothreats/scripts/generate_config.py
autothreats/scripts/simplified_analyze_large_codebase.py
autothreats/scripts/test_config.py
autothreats/scripts/test_llm_service.py
autothreats/scripts/threat_modeling_cli.py
autothreats/templates/report_template.html
autothreats/utils/__init__.py
autothreats/utils/agent_api.py
autothreats/utils/agent_decorators.py
autothreats/utils/anthropic_service.py
autothreats/utils/base_llm_provider.py
autothreats/utils/caching.py
autothreats/utils/codeshield_service.py
autothreats/utils/config.py
autothreats/utils/diagram_generator.py
autothreats/utils/extension_loader.py
autothreats/utils/file_utils.py
autothreats/utils/install_tools.py
autothreats/utils/llm_service.py
autothreats/utils/logging_config.py
autothreats/utils/mock_anthropic_service.py
autothreats/utils/mock_llm_provider.py
autothreats/utils/oauth_db.py
autothreats/utils/oauth_handler.py
autothreats/utils/openai_service.py
autothreats/utils/org_parameters.py
autothreats/utils/provider_template.py
autothreats/utils/redflag_service.py
autothreats/utils/report_generator.py
autothreats/utils/simple_extensions.py
autothreats/utils/mock_modules/__init__.py
autothreats/utils/mock_modules/redflag.py
tests/__init__.py
tests/async_test_base.py
tests/conftest.py
tests/test_auto_initialization_edge_cases.py
tests/test_external_system_integration.py
tests/test_helpers.py
tests/test_message_and_controller.py
tests/test_security_and_boundaries.py
tests/test_simplified_adaptive_prioritization.py
tests/test_simplified_api_server.py
tests/test_simplified_base.py
tests/test_simplified_container_runner.py
tests/test_simplified_context_aware_security.py
tests/test_simplified_explainable_security.py
tests/test_simplified_hierarchical_analysis.py
tests/test_simplified_main.py
tests/test_simplified_multi_stage_orchestrator.py
tests/test_simplified_orchestrator.py
tests/test_simplified_security_integrations.py
tests/test_simplified_threat_detection.py
tests/test_utils.py
tests/integration/__init__.py
tests/integration/run_integration_tests.py
tests/integration/test_agent_integration.py
tests/integration/test_agent_messaging.py
tests/integration/test_end_to_end_workflow.py
tests/integration/test_integration_example.py
tests/integration/test_orchestrator_lifecycle.py
tests/integration/test_simple_agent_integration.py
tests/integration/test_simplified_agent_workspace_integration.py
tests/integration/test_threat_detection_pipeline.py
tests/integration/test_workspace_lifecycle.py