cert_atlas.submit
Submission records: a portable, checkable claim about a verifier's score.
A leaderboard is only meaningful if entries can be re-derived. A submission therefore carries everything needed to reproduce it — the atlas digest, the exact track, the per-defect outcome — not just a headline number.
Nothing here is signed or authenticated: a submission is a claim, and the leaderboard says so. The atlas digest is what makes it checkable, because anyone can rebuild the corpus and re-score.
The best score attainable in track, computed from the corpus.
In the artifact-only track a defect tagged requires-anchor cannot be caught
by anyone: the artifact is internally flawless and the only distinguishing
evidence lives outside it. Treating 1.000 as the bar there would fail every
honest verifier, so the ceiling is derived from the atlas rather than assumed.
Assemble a submission record from a scoring result.
track is artifact-only or anchored; the two are not comparable and
the leaderboard keeps them in separate tables.
Return a list of problems; empty means the record is well formed.
A submission at a different atlas digest is not comparable and is rejected rather than silently ranked against entries from another corpus.
Render submissions as Markdown, one table per track.
Ranked by atlas_score, then detection. Entries that fail validation are listed separately as unranked rather than dropped silently.