Open standard · free to implement · vendor-neutral
An open standard for proving that a real, identifiable human authorized a world-affecting action taken by an AI system. It defines what a valid human approval is, how it is recorded, and how any party verifies it offline. Free to implement. Belongs to no single vendor.
Human Seal · The Human Seal Standard v0.1 · Public Review Draft | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
1 · Purpose and scope 1Purpose and scopeThe Human Gate is the control point at which a world-affecting action proposed by an AI system is held until a real human approves it. This specification defines that control point so it means the same thing everywhere: what counts as a valid human approval, how the approval is recorded, and how any counterparty can verify it without trusting the system that produced it. This standard defines two things: the Human Gate, the checkpoint where a real human approves an AI world-affecting action, and the Human Seal, the signed, verifiable proof that they did. It is open and free to implement, in the model of Bluetooth or the web. Human Seal stewards the definition and the mark; it does not sell the gate. The keywords MUST, MUST NOT, SHOULD and MAY are used as in RFC 2119. 2 · Definitions 2Definitions (normative)
3 · Normative requirements 3Normative requirements
4 · The Receipt 4The Receipt (schema)A Receipt is a JSON object. Personal data of the Approver is referenced by a stable identifier, never embedded. {
"action_id": "string, unique per action",
"action_type": "payment | write | message | delete | booking | config | ...",
"content_hash": "sha256 of the canonical action payload",
"tenant": "the accountable organisation",
"approver_ref": "stable id of the human approver (not PII)",
"decision": "approved | refused",
"decided_at": "RFC3339 timestamp, UTC",
"issuer": "did:web:humanseal.world",
"signature": "ed25519 over the canonical receipt",
"public_key": "base64url raw 32-byte Ed25519 key"
}
Canonicalization: the object is serialized with sorted keys and no insignificant whitespace before signing, so any verifier reproduces the exact bytes. 5 · Verification 5Verification (offline)A counterparty verifies a Receipt without contacting the Issuer:
If all four hold, the approval is authentic and non-repudiable. No call to the Issuer is required, so a Receipt proves itself even years later. 6 · Conformance 6Conformance levels
The Human Seal is awarded to systems that pass the conformance suite at a stated level (for example "Human Seal, Level 2"). The registry of sealed systems is public at humanseal.world. The reference implementation (FLOCORE) publishes a live did:web trust root and Ed25519-signed receipts today, demonstrating Level 2 is implementable now. Annex A AEU AI Act: logging and human oversightTwo articles of the EU AI Act read almost like a specification for the Human Gate. Article 12 requires high-risk AI systems to allow the automatic recording of events (logs) over the system's lifetime, with traceability appropriate to the intended purpose. The Human Seal satisfies it as follows.
Article 14 requires human oversight of high-risk AI: the ability to understand, oversee, intervene in, override and stop the system, with a two-person check for certain biometric uses. This is the human-approval requirement itself, and it is what the Human Gate is.
Mapping for legal review under the EU AI Act. Not legal advice. Conformance supports, but does not by itself establish, regulatory compliance, which depends on the full system context and qualified counsel. The Article 12 and 14 texts are summarized; the high-risk timeline rests on the provisional 2026 arrangement. Annex B BSouth Africa: POPIA Section 71POPIA Section 71 gives a data subject the right not to be subject to a decision based solely on the automated processing of their information where it has a legal or material effect, and requires that a responsible party provide an opportunity for human intervention. This is live South African law today, and the Human Gate addresses it directly.
Mapping for legal review under POPIA. Not legal advice. Together, Annex A and Annex B show that one artifact, the signed Human Seal receipt, evidences EU Article 12 logging, EU Article 14 human oversight, and POPIA s71 human intervention at once. Status 7Status of this documentThis is version 0.1, a Public Review Draft published by Human Seal for comment. The trust root of the standard is did:web:humanseal.world, the registered domain that publishes the Ed25519 key every Human Seal is verified against. The reference implementation is FLOCORE, which issues and signs Seals against that root; the did:web document goes live the moment humanseal.world DNS points to the reference server. Legal and regulatory statements are for review by qualified counsel and are not legal advice. |