How AIRI Expanded the Risk Vocabulary in STEM BIO-AI 1.7.x #6
flamehaven01
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is the second half of the same
1.7.xtransition.In the previous post, I wrote about calibration governance: how STEM BIO-AI keeps score authority from drifting when users simulate policy posture.
That was about how the system decides.
This post is about a different layer:
A local repository scanner can become trapped inside its own vocabulary.
It can detect dependency issues, weak provenance language, shallow validation, reproducibility gaps, and risky exception handling.
But if every finding stays only inside the scanner's internal language, the report may remain too narrow.
That is the problem AIRI helped address in STEM BIO-AI
1.7.x.In this context, AIRI is used as a local risk-vocabulary layer built from the MIT AI Risk Repository ecosystem.
The point is not to replace deterministic repository scanning with an external risk database.
The point is to give local findings a broader risk vocabulary without turning that vocabulary into a truth claim.
Basic AIRI Context
The MIT AI Risk Repository is a public AI risk resource from the MIT AI Risk Initiative.
It helps organize fragmented AI risk language across research, policy, and industry sources.
The repository includes three main parts:
According to the MIT AI Risk Repository site, the database collects 1,700+ risks from 74 existing AI risk frameworks and classifications. The public domain taxonomy organizes risks into 7 domains and 24 subdomains.
Some of those domain taxonomy nodes include:
2. Privacy & Security2.1 Compromise of privacy by obtaining, leaking or correctly inferring sensitive information2.2 AI system security vulnerabilities and attacks6.5 Governance failure7. AI System Safety, Failures, & Limitations7.3 Lack of capability or robustness7.4 Lack of transparency or interpretabilityThat makes AIRI useful as a vocabulary source.
But vocabulary is not truth.
A local scanner should not say:
It should say something more careful:
That distinction is the design boundary.
What Problem AIRI Was Meant to Solve
STEM BIO-AI began as a deterministic evidence-surface scanner for bio and medical AI repositories.
That core remains.
The scanner looks at observable repository surfaces:
But once STEM BIO-AI started producing richer audit outputs, a new question appeared:
For example:
Without a broader vocabulary, those findings remain local and narrow.
AIRI helps widen the vocabulary without making the scanner less deterministic.
A Short Note on Detector Families
In this article, a detector family means a bounded local analysis surface inside STEM BIO-AI.
It does not mean an AI model judging the repository.
Examples include:
A detector family produces a local finding.
The AIRI layer does not replace that finding.
It gives the finding a broader vocabulary anchor.
AIRI Does Not Replace the Scan
This boundary matters.
The AIRI layer does not:
Instead, it gives the system a structured way to say:
That is why AIRI is a risk-vocabulary layer, not a truth layer.
If a report says something like:
that should not be read as:
or:
A better interpretation is:
That is narrower.
It is also more useful.
From External Repository to Local Governance Layer
The AIRI story in STEM BIO-AI changed during
1.7.x.The initial direction was simple: use AIRI to provide broader risk labels around local findings.
That was useful, but not enough.
If an audit system relies on an external risk source, it needs governance around that source.
So STEM BIO-AI separates AIRI into three local layers:
airi_registry_full.v1.jsonairi_runtime_bundle.v1.jsonairi_detector_mapping.v1.jsonThis separation prevents a common mistake:
The scanner uses the curated runtime bundle, not the entire upstream AIRI universe.
That keeps runtime outputs deterministic, reviewable, and tied to a known local snapshot.
What “Governed” Means Here
In the current
1.7.5state of the1.7.xline, governed does not mean that every mapping has gone through an external review board.It means something narrower and more concrete:
That is the current governance level.
It is not final.
But it is stronger than attaching a risk dataset as an unversioned appendix.
The Curation Logic
This is the part that matters most.
AIRI is broad. STEM BIO-AI is narrow.
STEM BIO-AI does not need every AIRI entry active at runtime. It needs the subset that can be responsibly connected to deterministic repository evidence.
So the runtime bundle is curated by exclusion as much as inclusion.
A risk vocabulary node should stay outside the runtime bundle when:
No local evidence surface exists
The scanner has no repository-level signal that can responsibly connect to that risk.
The mapping would require causal inference
The scanner would have to imply that harm occurred, that users were affected, or that the repository caused a risk.
The risk is too broad for repository-local evidence
Broad societal, geopolitical, or macroeconomic risks may be important in AIRI, but they should not become runtime scan outputs unless a local detector surface can support the mapping.
The mapping would confuse vocabulary with score authority
If a risk label might be read as changing the formal score or certifying danger, it should remain outside the runtime layer until the reporting semantics are clear.
So the runtime bundle is not a summary of all AI risk.
It is the subset of risk vocabulary that the scanner can use responsibly.
Example: Detector Hit to AIRI Domain Vocabulary
A concrete example helps.
Suppose STEM BIO-AI detects a shallow validator around sensitive or clinical-adjacent inputs.
The local finding might be:
At the repository level, this is a code-contract finding.
It says:
The AIRI layer should not turn that into:
That would be too strong.
A safer mapping uses AIRI as vocabulary:
CC3_shallow_validator7.3 Lack of capability or robustness; possibly2.1 Compromise of privacy...if sensitive information handling is in scope7.3 Lack of capability or robustness2.2 AI system security vulnerabilities and attacks7.4 Lack of transparency or interpretability; possibly6.5 Governance failure7.3 Lack of capability or robustness;7.4 Lack of transparency or interpretabilityThe mapping does not prove harm.
It tells the reviewer which broader AIRI vocabulary may be relevant to the local finding.
That is the difference between:
and:
The second claim is weaker.
It is also the correct claim.
Why Local Provenance Matters
AIRI is external.
That means STEM BIO-AI needs to answer governance questions explicitly:
This is why the AIRI work matters.
It is not just adding labels.
It is turning risk vocabulary into a governed local data layer.
In the current governance note, the upstream source is recorded as:
https://airisk.mit.edu/The AI Risk Repository V4_03MIT2026-04-23That provenance is not cosmetic.
It allows an audit artifact to say which risk vocabulary it was using when the scan was produced.
What Is Implemented in the Current 1.7.5 State of 1.7.x
The current AIRI layer is implemented, but bounded.
Implemented surfaces include:
In current scan results,
airi_risk_coverageis the main artifact surface for this layer.The public result contract includes AIRI fields such as:
airi_registry_versionairi_bundle_versionairi_mapping_versionairi_bundle_scopeairi_upstream_snapshot_dateairi_upstream_licensetotal_risks_in_registrytotal_risks_in_bundletotal_risks_in_detector_scopedetectors_triggeredcovered_riskscovered_countcoverage_rateknown_gaps_in_bundleknown_gaps_outside_bundleThese fields matter because they let a reviewer distinguish three things that are easy to confuse: the upstream AIRI source, the local runtime bundle, and the detector mapping actually used by the scan.
The important part is not only that these fields exist.
The important part is that AIRI usage becomes auditable from the artifact itself.
If two scans use different AIRI snapshots or mappings, that difference should not be hidden.
Coverage Is Not a Safety Percentage
AIRI coverage in STEM BIO-AI is an audit-surface concept, not a safety percentage.
It does not mean:
It means:
That is useful because it gives reviewers a wider frame.
But it does not turn local evidence into a global safety claim.
This is the same discipline used elsewhere in STEM BIO-AI:
Each layer has a role.
Each layer has a boundary.
What Changed in 1.7.x
The
1.7.xAIRI story is not simply “we added AIRI.”The actual change was a move from loose risk labeling toward governed local vocabulary.
1.7.0
AIRI V4 integration appeared in scan outputs.
The scanner began producing an
airi_risk_coveragesection that maps triggered detector findings to AIRI risk IDs, coverage rate, and known gaps.The same release also introduced Layer 2 AST contract detectors such as
CC1,CC2, andCC3, which expanded the local detector surface available for risk-vocabulary mapping.1.7.1
AIRI became a governed local data layer.
The architecture separated:
This release also replaced hardcoded AIRI detector mappings and known-gap lists with packaged local registry files.
Runtime outputs began surfacing registry version, bundle version, mapping version, upstream snapshot date, license, attribution note, and split known gaps into
known_gaps_in_bundleandknown_gaps_outside_bundle.1.7.2
No major AIRI architecture change.
The important governance point was regression stability: same-target self-scan comparison verified no drift in
airi_risk_coveragealongside score, tier, code contract, detector summary, and evidence ledger count.1.7.3
No major AIRI architecture change.
The release focused on runtime cleanup, stale demo wording, layout stabilization, and output routing.
1.7.4
AIRI presentation became clearer across demo and report outputs.
The release surfaced AIRI summary material more clearly across the Hugging Face overview card and markdown/explain report sections.
1.7.5
No new AIRI data architecture change.
But artifact-level governance improved more broadly through additive evidence-ledger quality fields and audit-freshness metadata.
That matters because AIRI is most useful when it lives inside a report surface that already carries freshness, evidence quality, and provenance signals.
The important change across the line is this:
What This Still Does Not Do
The AIRI layer still does not:
Those are not missing features.
They are the boundaries that keep the layer useful.
Where This Could Go
The next useful direction is not to overload the scanner with external systems.
It is to improve:
The broader MIT AIRI ecosystem also includes related incident-oriented resources such as the AI Incident Tracker.
That ecosystem is relevant context, but it is not the same thing as current runtime integration in STEM BIO-AI.
A future version may choose to reference incident-oriented resources more explicitly, but deterministic scans should not ingest them casually or blur them with repository-local findings.
A future version should be able to say not only:
But also:
That is the next governance step.
Final Thought
That is the role of AIRI in this release line.
Not truth replacement.
Not safety certification.
Not incident proof.
A governed vocabulary bridge.
Local evidence first.
External vocabulary second.
Explicit provenance always.
References and Acknowledgment
This AIRI-related direction in STEM BIO-AI was informed by broader public AI risk work, including the MIT AI Risk Repository ecosystem.
The framing around AIRI as a broader risk-vocabulary layer, rather than a repository-local truth layer, was also strengthened by public commentary and ecosystem work from people in this space, including Peter Slattery, PhD.
These references informed the vocabulary and governance direction described here. They do not imply endorsement of STEM BIO-AI or responsibility for its implementation choices.
All reactions