Jain's Fairness Index for Rule-Weight Concentration in Structural Bias Sieves An audit of a NIST AI RMF-aligned prompt-governance rubric found documentation/implementation drift where only two of four specified rules for the 'fair_bias_managed' dimension are implemented, and a negation-blind regex rule that scores anti-discriminatory prompts identically to discriminatory ones. To quantify such risks, the authors repurposed Jain's fairness index as a meta-metric over rubric rule weights, revealing high concentration (J ≈ 0.775) in the affected dimension. Keith , Etidorhpa , with drafting, editorial, and verification assistance from Claude Anthropic Abstract Structural fairness checks — keyword- or regex-based sieves that score prompts or content deterministically and offline, without invoking another model — are common in AI-governance pipelines operating under strict deployment constraints. Such checks typically combine several weighted sub-rules into a single dimension score, but standard rubric formats do not surface how much of a dimension's outcome rests on any single sub-rule. A dimension dominated by one brittle rule silently inherits that rule's every false positive and false negative at nearly full strength. This paper reports an audit of a NIST AI RMF-aligned prompt-governance rubric that identified i a documentation/implementation drift in which the rubric specification documents four rules for the fair bias managed trustworthiness dimension while only two are implemented, and ii a reproducible false positive in the implemented dimension's regex-based rule, which is negation-blind and scores an explicitly anti-discriminatory prompt identically to an actually discriminatory one. To quantify this class of risk, we repurpose Jain's fairness index — originally a resource-allocation-evenness metric for shared computer systems 1 — as a meta-metric over a rubric's own internal rule weights rather than over any resource allocated to end users. Applied to the audited rubric, the cross-dimension composite weight distribution is close to perfectly even $J \approx 0.956$ at $n=7$ , but the fair bias managed dimension's internal rule weights are highly concentrated $J \approx 0.775$ at $n=2$ , with one rule carrying $\approx 77%$ of the dimension's decision weight — effectively closer to $100%$ given the second rule's near-total inactivity in practice. The metric measures weight distribution, not rule correctness, is computable from a rubric's configuration alone, and requires no runtime cost or labeled data. No modification was made to the audited compiler or scorer; this is a descriptive record of the findings and the metric they motivated. Index Terms — Jain's fairness index, rule-weight concentration, structural bias sieve, NIST AI RMF, prompt governance, negation blindness, doc/code drift, trustworthiness scoring. Structural fairness checks are common in AI-governance pipelines that must evaluate prompts or content deterministically, offline, and without calling another model — a requirement in regulated or air-gapped deployment settings. Such checks typically combine several weighted sub-rules into a single dimension score for example, "no demographic-targeting language" combined with "contains bias-mitigation vocabulary" . The standard rubric format used for this purpose does not surface how much of a dimension's outcome rests on any single sub-rule, so a dimension dominated by one brittle rule inherits that rule's every false positive and false negative at nearly full strength, invisibly, because the dimension's weight distribution is never itself measured or reported. This paper reports three findings from an audit of one such system — a NIST AI RMF-aligned prompt-governance rubric implemented as a deterministic compiler and scorer — and introduces a metric motivated by those findings: - a documentation/implementation drift in the rubric's fair bias managed trustworthiness dimension, in which the specification documents four scoring rules but only two are implemented; - a reproducible false positive in the implemented dimension's regex-based rule, which is negation-blind and scores an explicitly anti-discriminatory prompt identically to an actually discriminatory one; and - a reusable concentration metric — a repurposing of Jain's fairness index 1 — that quantifies how much of a weighted scoring dimension's outcome rests on a single sub-rule, independent of that rule's correctness. No modification was made to the audited compiler or scorer. This paper is a descriptive record of the findings and the metric they motivated, retained for reference and for anyone deciding whether to act on the findings. The audited system is a deterministic prompt compiler and scorer the governance CLI, src/Governance.Cli that compiles a raw request into a nine-section governed prompt and scores it against seven NIST AI RMF trustworthiness characteristics src/Governance/Scoring/PromptScorer.cs , reference/rubric.yaml . A preview mode compile --preview exposes the deterministic input-data selection pane prior to a full compile, confirming that the compiler executes as a genuine dry-run/real-run pair rather than a simulation. A representative compilation — compile on "write a Python function that dedupes a list" , with context "the list may contain unhashable dict entries" — produced a nine-section prompt containing eight unresolved