TL;DR: A purpose-built agent reached 89% vulnerability classification accuracy while a generic SWE agent scored about 51%, with performance dropping most sharply on complex cases that needed security-specific knowledge and decisive judgment, according to Pixee. The lesson is that security triage needs governed domain systems, not thin LLM wrappers.
NHIMG editorial — based on content published by Pixee: The Battle of AI Wrappers vs. AI Systems
By the numbers:
- Pixee's agent achieved 89% classification accuracy on benchmarks, while the vanilla SWE agent scored approximately 51%.
Questions worth separating out
Q: How should security teams use AI for vulnerability triage without creating more noise?
A: Use AI to enrich and rank findings, not to replace environment-specific judgement.
Q: Why do generic AI wrappers fail in AppSec workflows?
A: They usually lack encoded security context, so they infer from general language patterns instead of exploit mechanics, framework behaviour, and environment-specific evidence.
Q: What do teams get wrong when they automate triage too early?
A: They automate before the evidence model is mature.
Practitioner guidance
- Define triage authority boundaries Specify which vulnerability decisions the AI may make, which ones require human review, and which findings must be escalated before a remediation ticket is created.
- Encode security-specific classification logic Map framework-specific conditions, exploitability cues, and environment dependencies into the triage workflow so the model is not guessing from generic text.
- Add abstain and escalation thresholds Require the system to mark uncertain cases, route them to analysts, and log why it could not reach a stable classification.
What's in the full article
Pixee's full analysis covers the operational detail this post intentionally leaves for the source:
- Benchmark setup details, including how real-world vulnerabilities, customer examples, hand-crafted cases, and synthetic samples were mixed.
- The full performance breakdown behind the 89% versus 51% result, including where the generic agent struggled most.
- The reasoning behind Pixee's resolution layer concept and how it maps to security workflow design.
- The article's own examples of why domain knowledge and safety alignment change triage quality.
👉 Read Pixee's analysis of AI wrappers versus purpose-built systems for vulnerability triage →
AI wrappers vs AI systems: what security teams should trust?
Explore further
AI wrappers are a poor control model for security triage. A thin prompt layer on top of a general model does not create a defensible decision system. Security triage depends on context, evidence weighting, and repeatable judgment, which means the control problem is closer to governance than to model prompting. For AppSec teams, the practical conclusion is that automation must be evaluated as a security control, not as a convenience feature.
A question worth separating out:
Q: How do organisations know if AI triage is actually working?
A: Measure whether the AI improves high-fidelity detection, shortens time to verified response, and preserves reviewer trust in its decisions. A system that merely closes more alerts is not enough. The right signal is whether the SOC can validate its conclusions quickly and use them in real investigations without rework.
👉 Read our full editorial: AI wrappers fail vulnerability triage when security context is missing