Correlated features can act as proxies for protected or historically disadvantaged characteristics. When the model learns from those patterns, it can reproduce inequality even without an explicit protected label. The risk is strongest in high-stakes decisions where feature distributions differ across subgroups.
Why This Matters for Security Teams
Correlated features are a fairness issue because models do not reason about intent, only patterns in data. If one variable closely tracks another that should not influence a decision, the model can still use it as a proxy. That creates indirect discrimination risk, especially in lending, hiring, healthcare triage, fraud scoring, and other decisions where historical data already reflects unequal access or treatment. Guidance from NIST Cybersecurity Framework 2.0 reinforces that governance and risk management should be built into decision systems, not added after deployment.
The practical problem is that correlated features often look legitimate on their own. Postcode, device type, education history, account tenure, or shopping behaviour may all appear neutral, yet still encode sensitive patterns when combined. Teams sometimes miss this because a model can pass basic accuracy checks while producing systematically different outcomes across groups. Fairness risk is not limited to explicit bias in training labels; it can also emerge from feature engineering, missing-data patterns, and variables that are stable proxies for protected characteristics.
In practice, many security and AI teams discover proxy bias only after a complaint, audit finding, or adverse outcome has already exposed the issue.
How It Works in Practice
Correlated features create fairness risk through proxy learning. During training, the model identifies whichever features best improve prediction. If those features are highly correlated with protected or historically disadvantaged attributes, the model may rely on them even when those attributes are excluded. That means removing sensitive columns is not enough; the information can still be reconstructed from surrounding variables.
This matters most when the data distribution is uneven across subgroups. A feature may be useful overall but behave differently in practice. For example, job tenure can correlate with age, education pathway can correlate with socioeconomic background, and location can correlate with ethnicity or disability access. The issue is not that every correlation is unfair, but that some correlations become decision shortcuts in ways that create disparate impact.
- Test for proxy relationships during feature review, not only during model evaluation.
- Compare error rates, approval rates, or score distributions across relevant groups and subgroups.
- Review whether a feature remains necessary when a correlated alternative is present.
- Document why each feature is included and what fairness review it has passed.
- Use governance controls from NIST SP 800-53 Rev 5 Security and Privacy Controls to support traceability, review, and accountability.
Model risk teams often combine correlation analysis with explainability tools, but explainability alone is not proof of fairness. A feature can be easy to explain and still operate as a proxy. The stronger control is to assess whether the feature introduces subgroup disparity, whether the disparity is justified by business necessity, and whether a less harmful substitute exists. These controls tend to break down when data is sparse, labels are biased, or the model is retrained frequently without a fresh fairness review because the proxy relationships shift over time.
Common Variations and Edge Cases
Tighter feature restrictions often reduce model performance, requiring organisations to balance fairness assurance against predictive utility. That tradeoff is especially visible in regulated decisions where teams want both accuracy and defensibility.
Current guidance suggests there is no universal standard for which correlated features must be removed, because context matters. Some correlations are clinically or operationally meaningful, while others simply reproduce historical inequality. The right answer depends on the decision domain, the legal basis for processing, and whether the feature materially changes outcomes for protected groups.
Edge cases also arise when correlated features are introduced indirectly through enrichment data, third-party scoring, or embeddings generated from text and behavioural signals. In those settings, the proxy may be harder to spot because the feature does not look sensitive at all. Another common issue is that fairness testing at the aggregate level can hide subgroup harm, especially where one protected class contains several smaller communities with different outcomes.
For that reason, best practice is evolving toward layered review: feature provenance checks, subgroup analysis, human oversight for high-impact decisions, and periodic revalidation after drift or policy change. In practice, correlated-feature bias becomes hardest to manage when organisations treat model approval as a one-time event rather than an ongoing control process.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 address the attack surface, NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the technical controls, and EU AI Act define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | AI risk management must address proxy bias from correlated features. | |
| NIST CSF 2.0 | GV.RR-01 | Governance and roles support accountable review of model features and outcomes. |
| NIST SP 800-53 Rev 5 | PT-2 | Privacy controls support limiting unnecessary use of sensitive proxy data. |
| EU AI Act | High-risk AI systems require risk management for discriminatory outcomes. | |
| OWASP Agentic AI Top 10 | Agentic systems can amplify proxy bias when tools and memory use correlated signals. |
Assign ownership for fairness reviews and track remediation through governance workflows.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org