Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions rfc-safe-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ SAFE should include representatives from:
* Critical-infrastructure operators
* Civil-society and affected-user representatives
* Government and standards bodies as non-controlling observers
* Multilateral and regional public-interest institutions, in a non-controlling capacity, with standing to contribute to governance design, incident taxonomies and schemas, geographically inclusive pilots, capacity-building and dissemination of de-identified lessons

SAFE should operate independently so that no vendor or industry segment controls its findings. Its processes apply equally to open and closed AI systems. Open systems are not automatically safe, and closed systems are not safe by declaration. Trust is not a control; shared evidence and verifiable improvement are how trust is earned.
Standing for public-interest institutions does not entail control, veto power or access to identifiable reports; it means an established right to participate in relevant working groups, propose agenda items, contribute evidence and help shape how SAFE's learning reaches the wider international community.

# Guiding Principles

Expand All @@ -31,6 +33,7 @@ SAFE should operate independently so that no vendor or industry segment controls
* **Risk-based response.** Reporting, disclosure and escalation should reflect actual risk.
* **Member sovereignty.** SAFE establishes minimum interoperability and assurance practices without superseding members’ internal security policies or legal obligations.
* **Learning is separate from enforcement.** Confidential review should encourage candid reporting, while regulators and affected parties retain their legal rights.
* **Geographic inclusion.** SAFE pilots and early implementation activities should include organizations from geographically and institutionally diverse settings, including regions currently underrepresented in AI security and assurance initiatives.

# Reporting Compact

Expand Down Expand Up @@ -94,6 +97,28 @@ The affected organization may correct factual errors but should not have veto po
1. Confidential rapid alert: Immediate indicators, containment steps and affected patterns for trusted members.
2. Member operating advisory: De-identified analysis, implicated controls, tests and recommended actions.
3. Public safety report: Root causes, systemic lessons, recommendations and adoption metrics after sensitive details are removed.
4. De-identified systemic lessons, defensive recommendations, verification methods, tests, machine-readable policies, detection rules, reference configurations and catalog entries should be public by default. Publication may be restricted only where disclosure of specific information presents a concrete, foreseeable and material risk to affected individuals, vulnerable systems, reporter confidentiality, legitimate legal rights or an active investigation. Reputational harm, commercial disadvantage, embarrassment or the possibility of regulatory scrutiny should not, by themselves, justify withholding. Restrictions should use the least restrictive available measure, including redaction, aggregation or delayed publication rather than complete suppression. Each restriction decision should be represented by a small machine-readable disclosure restriction record containing, at minimum:

* `decision_id` and the relevant finding or incident reference
* the material or fields being restricted
* the risk category and evidence references supporting the risk claim
* the least-restrictive measure selected (`redaction | aggregation | delay | suppression`)
* the decision-maker and independent reviewer
* `decided_at`, `review_at` and/or `expires_at`
* current status and reference to any superseded decision
* a transition history recording each change of status, with reason, timestamp and relevant evidence references

An active restriction should satisfy, at minimum:

`restriction_active -> evidence_basis_present && independent_review_recorded && review_or_expiry_time_present`

Restriction lifecycles should use explicit states such as:

`restricted -> partially_published -> published`

with the reason, timestamp and relevant evidence references recorded for each transition.

Because the complete restriction record may itself contain sensitive evidence, SAFE should maintain a public-facing subset containing, at minimum, the decision identifier, affected material category, general risk category, restriction type, current status, decision date, and review or expiry date. If publication of a specific field would itself create the documented risk, that field may be withheld. Withholding the public notice itself should require documented justification.

SAFE should adopt the strongest features of confidential safety-reporting systems: voluntary and prompt reporting, non-punitive treatment of honest mistakes, de-identification where appropriate and exclusion of intentional or criminal conduct from protection.

Expand Down