A measurement approach that evaluates security outcomes based on what was prevented, not just what was detected. It helps teams judge whether AppSec controls are reducing exposure or merely producing more alerts and review work.
Expanded Definition
Risk introduced and avoided is a measurement lens for security programmes that asks a practical question: did a control reduce exposure, or did it simply shift work into detection, triage, and review? In application security, the term is most useful when teams need to compare outcomes across scanning, testing, hardening, and approval workflows. It measures value by looking at what bad outcomes were prevented, what new burdens were created, and whether the net effect improved security posture.
Definitions vary across vendors and security teams, so there is no single standard formula that governs the term yet. In practice, it is often used alongside risk-based decision making, where the objective is to justify controls that reduce meaningful exposure rather than inflate alert volume. That makes it conceptually close to the governance logic in the NIST Cybersecurity Framework 2.0, which emphasises outcome-driven risk management rather than activity counts alone.
The most common misapplication is treating more findings, more gates, or more tickets as proof that a control is effective, which occurs when teams confuse operational churn with avoided risk.
Examples and Use Cases
Implementing this measurement rigorously often introduces attribution and baseline challenges, requiring organisations to weigh clearer risk reduction signals against the cost of modelling what would have happened without the control.
- A SAST rule set blocks insecure code before merge, and the team estimates avoided exposure by comparing the prevented defect class against the effort created by manual review.
- A dependency policy stops a known vulnerable package from entering production, and the metric focuses on the attack paths removed, not just the number of alerts raised.
- A secrets scanning control prevents API keys from being committed, and the value lies in the avoided incident response workload and downstream credential rotation.
- A NIST Cybersecurity Framework 2.0 aligned programme tracks whether preventive controls reduce business risk faster than they create exception handling and false-positive triage.
- In a mature AppSec workflow, the team compares pre- and post-control exposure across release cycles to determine whether the control has actually reduced risk, or merely shifted it into the pipeline.
Why It Matters for Security Teams
Security teams need this concept because many control stacks look successful while silently increasing friction, delaying delivery, and consuming analyst time. If the organisation only counts detections, it can overinvest in noisy tooling and underinvest in preventive measures that remove exploitability. That is especially important in application security, where controls such as secret scanning, policy enforcement, and dependency governance can materially reduce exposure if they are tuned to block real paths to compromise.
The term also matters for governance because leadership needs a defensible way to compare security investments. A control that generates many findings but prevents no meaningful loss is not the same as one that stops credential leakage, unsafe deployment, or exploitable misconfiguration. When security is tied to business risk, the measurement has to reflect both avoided harm and introduced overhead.
Organisations typically encounter the true cost of ignored risk-avoidance metrics only after a release lands with undetected exposure, at which point measuring what controls prevented becomes operationally unavoidable to address.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack surface, NIST CSF 2.0, NIST AI RMF and NIST SP 800-53 Rev 5 set the technical controls, and ISO/IEC 27001:2022 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | GV.RM | Risk management governance frames how organisations evaluate security outcomes and tradeoffs. |
| NIST AI RMF | AI RMF defines outcome-based risk management concepts that fit avoided-risk measurement. | |
| NIST SP 800-53 Rev 5 | RA-5 | Vulnerability scanning supports identifying risk reduction effects of preventive controls. |
| ISO/IEC 27001:2022 | A.5.1 | ISMS governance requires risk treatment decisions that can be evaluated against outcomes. |
| OWASP Non-Human Identity Top 10 | NHI governance benefits from measuring avoided secret and credential exposure. |
Use governance processes to compare prevented exposure against the operational cost of each control.