⛨
CVE impact triage
SecurityGiven a new CVE and your stack, decide if you’re affected, how urgent it is, and what to do — before the noise spreads.
The routing recipe
Job typeComplex reasoningPolicyBalanced
routes to
NVIDIA Nemotron 3 Ultra 550B-A55B nvidia
nvidia:nvidia/nemotron-3-ultra-550b-a55b
90.8
match score
96.5
task fit
100
cost
59.5
speed
Why this model from benchmarks & capabilities
- "Complex reasoning" leans hardest on reasoning; NVIDIA Nemotron 3 Ultra 550B-A55B scores 100/100 there — top-1 of 40 chat models.
- Strength on this class of work shows up on GPQA Diamond, MMLU-Pro, BIG-Bench Hard, where NVIDIA models are competitive.
- Cost: runs on NVIDIA free credits / self-hostable NIM — effectively $0 marginal. Speed: ~70 tok/s (estimated).
- Chosen over NVIDIA Nemotron 3 Super 120B-A12B for higher task-fit (96.5 vs 90.7) & more context.
| Capability the job needs | Weight | NVIDIA Nemotron 3 Ultra 550B-A55B | Catalog rank |
|---|---|---|---|
| reasoning | 1.00 | #1 of 40 | |
| math | 0.60 | #3 of 40 | |
| knowledge | 0.50 | #4 of 40 |
Relevant benchmarksGPQA Diamond MMLU-Pro BIG-Bench Hard LiveBench (reasoning)
EconomicsCost: runs on NVIDIA free credits / self-hostable NIM — effectively $0 marginal.
Speed: ~70 tok/s (estimated). vs runner-upChosen over NVIDIA Nemotron 3 Super 120B-A12B for higher task-fit (96.5 vs 90.7) & more context. (NVIDIA Nemotron 3 Super 120B-A12B, score 89.5)
Speed: ~70 tok/s (estimated). vs runner-upChosen over NVIDIA Nemotron 3 Super 120B-A12B for higher task-fit (96.5 vs 90.7) & more context. (NVIDIA Nemotron 3 Super 120B-A12B, score 89.5)
Example result
Sample input ▾
CVE: critical RCE in OpenSSL 3.0.x via a crafted certificate. Our stack: services on Alpine with OpenSSL 3.1.4; we don’t accept client certs; TLS terminates at the load balancer.
Affected: No (Maybe-low). The CVE is scoped to 3.0.x; you run 3.1.4. The exploit path needs you to parse an attacker-supplied cert — you don’t accept client certs, and TLS terminates at the LB.
Context severity: Low for you despite the Critical base score.
Action: next cycle. Bump OpenSSL on the next image rebuild for hygiene; no emergency patch. Confirm the LB’s OpenSSL version separately — that’s the component that actually faces untrusted input.
Test it on your own data