Risk Register¶
This page records the main trust risks in bijux-gnss-receiver.
Risks¶
- a public export may become durable by accident because one downstream crate started using it
- stage integration tests may stay green while one local runtime family drifts if the wrong slice is exercised
- runtime artifacts may accumulate repository semantics because they are later persisted elsewhere
- receiver-owned validation or synthetic proof may quietly shift meaning without enough public scrutiny
- lower-owner science may be reimplemented locally under runtime pressure
Mitigations¶
- review
api.rschanges as public contract changes - choose validation by runtime family, not by convenience
- keep artifact and validation meaning documented and explicit
- maintain placement decisions in the receiver ownership boundaries
Evidence To Inspect¶
Inspect the public API guide, receiver test guide, basic integration proof, and the most relevant artifact, validation, or stage-focused integration tests to confirm the main runtime risk routes documented here still have active proof.