Skip to main content

csoai-gspc

Read the live GSPC AI-governance board and verify its Ed25519-signed measurement cards.

board DOI

GET https://councilof.ai/api/gspc is the authority. This package is a reader: it never caches a verdict, never prints a number the board did not return, and reports three states and only three.

pip install "csoai-gspc[verify]"

The verify extra pulls in cryptography for the Ed25519 check. Without it the library still reads the board; card verification then returns UNCHECKABLE, which is the honest answer and not a silent pass.

Three states, never two

state means
VALID the body reproduces its id and the signature verifies under the pinned key
INVALID the card fails the rule — altered body, wrong key, bad signature
UNCHECKABLE the check could not complete — no Ed25519 backend, unfetchable card, malformed file

UNCHECKABLE is a different claim from INVALID. "I could not check" is not "it is forged", and this library never collapses the two. bool(verdict) is true only for VALID.

Command line

$ csoai-gspc check
{"agree": true, "printed_slots": …, "printed_measured": …,
 "derived_slots": …, "derived_measured": …, ...}   # the numbers are whatever the live array holds
OK — the printed totals are derived from the axis array, not typed.

$ csoai-gspc board          # every slot, its bench, its n, its frozen bank
$ csoai-gspc axis governance
$ csoai-gspc verify acf6bf0356123632758bf6c98c83d81c7a8392c3b111b311317c516cc65133a4
VALID — acf6bf0356123632 · id and signature check under the pinned key
$ csoai-gspc root           # the Merkle root over the published cards
$ csoai-gspc snapshot       # the dated snapshot bundled with this release — not the live GET

check exists because a headline count is worth nothing if it was typed. It fetches the board, recomputes the slot and measured counts from the axis array, and exits non-zero if the printed totals disagree — so you can refute us with our own payload.

Library

from csoai_gspc import fetch_board, check_totals, get_axis, fetch_card, verify_card, pinned_key

board = fetch_board()
assert check_totals(board)["agree"]

gov = get_axis("governance", board)
print(gov["bench"], gov["n"], gov["status"])     # bench, n and status exactly as the board carries them

key = pinned_key()                                # from https://councilof.ai/.well-known/did.json
v = verify_card(fetch_card("acf6bf03…65133a4"), key)
print(v.state, v.reason)

Pin the key. This step is not optional

A card carries its own pubkey. Verifying a card against the key it ships with proves only that the file is self-consistent — anyone can alter a body, sign it with a key made a second ago, and have it "verify". pinned_key() reads did:web:csoai.org#card-attestation-1 from the published DID document, and verify_card returns INVALID when a card's key is not that one.

Why this library is written in Python

The published preimage rule is CPython's own serialiser:

json.dumps(body, sort_keys=True, separators=(",", ":"), ensure_ascii=True).encode("utf-8")

CPython renders a float of integral value as 0.0. ECMAScript JSON.stringify, Go's encoding/json and RFC 8785 (JCS) all render the same value as 0. A naive verifier in those languages computes a different preimage and reports a false failure on roughly a third of the published set. In Python the rule reproduces exactly, so this package needs no canonicalisation shim — and you should not re-canonicalise a published card with JCS.

Tests run against the published bytes

There are no fixtures and no mocks. The suite fetches the real DID document and a real card, asserts the documented key, asserts the preimage rule reproduces the published id, and asserts that altering one character or substituting the key is loud.

What this is not

Not a certification, not a rating, not an endorsement, and not legal advice. A card is evidence of what specific bytes scored on a frozen bank at a specific time. No slot is for sale.

Lid: printed live by csoai-gspc boardtotals.lid verbatim, never typed here.

Issued by CSOAI Ltd (England & Wales, Companies House 16939677), 3rd Floor, 86–90 Paul Street, London EC2A 4NE. Apache-2.0.

Bundled snapshot — as of 2026-09-05T09:00:28Z

22 axes measured · 14 model fleets · 3 public leader scores · 8 fact runs · TIE is TIE · not a certificate.

This release ships a dated snapshot of the board at csoai_gspc/snapshot/ (board.json, root.json, SNAPSHOT.json), read at 2026-09-05T12:42:38Z. csoai-gspc snapshot prints it. Every other command still reads the live GET at request time; the live GET is the authority and this bundle is only what it said on that day. spray-fingerprint: ea677ca9b6fefcf4d56a29e4c994b5d30bff9ef875276c4c165b0d4a9323acb9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csoai_gspc-0.2.20260905.tar.gz (41.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

csoai_gspc-0.2.20260905-py3-none-any.whl (41.2 kB view details)

Uploaded Python 3

File details

Details for the file csoai_gspc-0.2.20260905.tar.gz.

File metadata

  • Download URL: csoai_gspc-0.2.20260905.tar.gz
  • Upload date:
  • Size: 41.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.7

File hashes

Hashes for csoai_gspc-0.2.20260905.tar.gz
Algorithm Hash digest
SHA256 9c4ff38ff97fb56f52543d0dd71ff9c6aeeffa5a55dd15e640af2f74f5375f76
MD5 d75c2a8ff39485462f95ad254781538b
BLAKE2b-256 403513f2e0c955bd3ae8ac42e1e596b413d6ff0a6c02856c969377ad243c2fdd

See more details on using hashes here.

File details

Details for the file csoai_gspc-0.2.20260905-py3-none-any.whl.

File metadata

File hashes

Hashes for csoai_gspc-0.2.20260905-py3-none-any.whl
Algorithm Hash digest
SHA256 d604689a26dae663f00b1b69ed4ee34b707501f92e8b3449c8aee01152250626
MD5 fdc04350e4389376b1635100f4c38171
BLAKE2b-256 5984b0238b239f26cf328d11c34db6b89ae64325021915d4857c853116f6b1fd

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.20260905 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page