File size: 496 Bytes
a17163e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"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"
} |