| { | |
| "version": "1.0.0", | |
| "confidence_threshold": 0.7, | |
| "max_concurrent_tasks": 5, | |
| "severity_weights": { | |
| "critical": 1.0, | |
| "high": 0.8, | |
| "medium": 0.5, | |
| "low": 0.3, | |
| "info": 0.1 | |
| }, | |
| "evidence_weights": { | |
| "model_prediction": 0.4, | |
| "signature_match": 0.3, | |
| "behavioral_pattern": 0.2, | |
| "heuristic_rule": 0.1 | |
| }, | |
| "task_priorities": { | |
| "CRITICAL": 4, | |
| "HIGH": 3, | |
| "MEDIUM": 2, | |
| "LOW": 1, | |
| "BACKGROUND": 0 | |
| }, | |
| "gemini_model": "gemini-2.5-flash" | |
| } |