01 · What data was stored?
The exact immutable orbital-catalog payload is retained and bound to a canonical SHA-256 digest. Historical replay opens that stored payload; it does not silently substitute newer orbital elements or re-propagate the past.
Deployed evidence longevity · research specification
OSOIX immutable orbital evidence is designed so a future investigator can determine what was stored, which exact code produced it, which transformation rules were applied, which cryptographic policy and epoch governed the capture, which immutable record came before it, and whether the resulting historical chain can still be reproduced.
The reproducibility chain
The exact immutable orbital-catalog payload is retained and bound to a canonical SHA-256 digest. Historical replay opens that stored payload; it does not silently substitute newer orbital elements or re-propagate the past.
Every reproducible v2 capture binds the full 40-character producer Git revision. A capture without an exact deployed source revision is not eligible to become v2 reproducibility evidence.
The evidence manifest records the orbital transformation version, catalog profile, coordinate reference, propagation model, decay policy, position meaning, refresh policy and the satellite.js dependency version used for that historical state.
The cryptographic policy manifest that existed at capture time is embedded into the evidence record and hashed. Historical verification checks that embedded policy against its own digest instead of assuming that the current OSOIX crypto policy is still the same.
New v2 records form a SHA-256 predecessor chain. PostgreSQL serializes v2 inserts and requires the declared predecessor to match the latest immutable v2 manifest, preventing two concurrent captures from silently forking the evidence chain.
A record-only verifier recomputes payload and manifest digests, validates producer/temporal/transformation context, checks the embedded historical crypto context and verifies predecessor continuity. The verifier does not need the live OSOIX crypto-policy module or network access.
Current deployed orbital evidence layer
Existing v1 immutable snapshots remain exactly what they were: payload-integrity evidence. OSOIX does not retroactively attach provenance that was never captured. Reproducible v2 records add forward-only context and establish their own genesis/predecessor chain only when a legitimate v2 capture occurs.
Public / private boundary
This public page explains schemas, integrity logic, reproducibility semantics and safety boundaries. Private Mission Control contains actual operational freshness, source-health details, evidence counts, current manifest hashes, assurance-domain states and alert thresholds. OSOIX does not publish private endpoints, credentials, private-key material, restricted source topology or sensitive reviewer/provider details.
How OSOIX operators are informed
The private OSOIX Alert Center converts authoritative Mission Control health and evidence state into actionable read-only signals. Alerting never executes remediation or grants operational authority.
Private Mission Control derives current alerts from its authoritative operations overview: orbital freshness, source availability, immutable evidence state, v2-chain maturity, assurance-domain readiness, cryptographic-survivability state and the no-command boundary.
An hourly server-side durable alert transition ledger evaluates the same authoritative operations model even when Mission Control is closed. It records evaluations and opened, changed, resolved or reopened alert transitions; this monitoring history is operational state, not immutable orbital evidence.
An operator may explicitly opt in to browser notifications. OSOIX notifies only newly appearing warning or critical transitions, and does not repeatedly notify an unchanged condition on every health refresh.
Mission Control retains a bounded browser-local alert-transition history for operator convenience. This local history is not an immutable server incident ledger and is not treated as evidence authority.
Email, webhooks and true background push are not represented as active until a real delivery destination/provider is configured and verified. OSOIX does not claim that a notification was sent when no delivery channel exists.
Portable evidence package · broader research format
The broader OSOIX Evidence Package remains a transport-neutral research format for packaging verified events, source references, decisions, integrity material and limitations beyond the narrower deployed orbital snapshot chain.
Package identity, specification version, creation time, producer identity, included records and cryptographic hashes.
One or more verifiable event envelopes describing observed states, verification decisions and unresolved discrepancies.
References to signed telemetry, sensor output, mission-control logs, images, third-party observations and calibration records.
Verification rules, thresholds, software versions, reviewer identities, approvals, exceptions and timestamps.
Content hashes, signatures, certificate chains, revocation information and optional trusted timestamp evidence.
Known gaps, confidence limits, excluded sources, conflicting observations and restrictions on downstream use.
Portable Evidence Package · Draft 0.1
{
"spec_version": "osoix-evidence-draft-0.1",
"package_id": "evidence_...",
"created_at": "2026-08-03T00:00:00Z",
"producer": {
"identity": "did:example:...",
"authority_scope": ["mission.review"]
},
"mission_id": "mission_...",
"event_ids": ["evt_..."],
"artifacts": [
{
"media_type": "application/json",
"uri": "urn:osoix:artifact:...",
"sha256": "...",
"source_identity": "did:example:..."
}
],
"verification_summary": {
"status": "review_required",
"confidence": 0.0,
"unresolved_discrepancies": 0
},
"signatures": [],
"limitations": [],
"supersedes": null,
"revocation_status": "active"
}Portability and independent validation are more important than any particular storage technology. This portable format is broader than the deployed orbital snapshot evidence chain.
The deployed orbital snapshot longevity layer is an internal OSOIX evidence architecture, not an independent certification or regulatory evidence standard. The broader portable Evidence Package remains a draft research specification. No regulator, insurer, customer or aerospace operator is represented as having approved either format.