TL;DR: AI-driven vulnerability discovery is collapsing the cost of finding exploits, but Pixee argues the real constraint is remediation: false positives, alert overload, and low merge rates keep defence from keeping pace. The result is a context engineering problem, not a scanning problem, because security teams now need code-aware triage and fix generation that developers will actually adopt.
NHIMG editorial — based on content published by Pixee: Context engineering is closing the Mythos-era AppSec gap
By the numbers:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes, and as quickly as 9 minutes in some cases.
Questions worth separating out
Q: What breaks when vulnerability scanning produces more findings than teams can fix?
A: Remediation turns into a triage bottleneck.
Q: When should organisations prioritise context-aware remediation over more scanning?
A: They should prioritise it as soon as backlog growth, false positives, or low merge rates show that discovery is outpacing closure.
Q: What do security teams get wrong about AI-generated code risk?
A: They often focus on catching insecure output after code is written, which is too late for AI-native workflows.
Practitioner guidance
- Add reachability analysis to triage Use call graph and data-flow evidence to suppress findings that are not reachable in the running application, especially for high-volume dependency alerts.
- Measure remediation quality, not just volume Track false-positive rate, fix merge rate, and verified time-to-remediation so teams can see whether alert output is translating into real risk reduction.
- Trace dependency lineage before prioritising patches Identify which direct dependency introduced the risk and which transitive path consumes it, then patch the layer that actually changes exposure.
What's in the full article
Pixee's full article covers the operational detail this post intentionally leaves for the source:
- The full context-engineering breakdown for reachability-based triage and why it suppresses unexploitable findings.
- Implementation detail on how dependency lineage, taint-introducing dependencies, and taint-consuming dependencies change prioritisation.
- Examples of remediation workflows that account for framework compatibility, runtime constraints, and merge acceptance.
- The supporting economics behind the patch sound barrier and why the article argues the bottleneck is remediation, not discovery.
👉 Read Pixee's analysis of context engineering for AI-driven vulnerability discovery →
Mythos-era AppSec: what context engineering changes for teams?
Explore further
Context engineering is becoming the control plane for AppSec. Traditional scanners can find more issues, but they cannot on their own decide which issues matter inside a specific codebase. That shifts governance from static detection to context-aware decisioning, where reachability, exploitability, and developer acceptance become part of the security model. Practitioners should treat context as a first-class control, not an optimisation layer.
A question worth separating out:
Q: How should AppSec teams govern remediation in software supply chains?
A: They should base decisions on dependency lineage, reachability, and blast radius rather than on package lists alone. That means identifying the direct dependency that introduced the issue, confirming whether the vulnerable path is reachable, and then choosing a fix that matches the codebase's operational constraints.
👉 Read our full editorial: Context engineering is closing the Mythos-era AppSec gap