Embed PRML · CC BY 4.0

Embed PRML widgets in your own pages.

Drop the Lie Detector, the Integrity Index, or a custom badge into a model card, blog post, or eval-tracking dashboard. Iframe and image snippets below — no account, no JS bundle, no third-party tracking.

Lie Detector iframe

Loads /check as an iframe. Visitor pastes a benchmark claim, sees the 9-criteria breakdown.

<iframe src="https://falsify.dev/check"
        width="100%"
        height="900"
        frameborder="0"
        sandbox="allow-scripts allow-same-origin allow-popups"
        title="PRML Lie Detector"
        loading="lazy"
        style="border:1px solid #1A2230;background:#0B0F14">
</iframe>

Live preview

Integrity Index iframe

Loads /integrity — 25 ML eval claims scored against the 9 criteria.

<iframe src="https://falsify.dev/integrity"
        width="100%"
        height="1400"
        frameborder="0"
        sandbox="allow-scripts allow-same-origin allow-popups"
        title="PRML Integrity Index"
        loading="lazy"
        style="border:1px solid #1A2230;background:#0B0F14">
</iframe>

Inline badges (SVG)

Three endpoints, each returns a 22px-tall SVG suitable for a README, a Markdown file, or an HTML <img> tag.

1. Locked-manifest badge

For a manifest committed to the public registry.

[![PRML locked](https://registry.falsify.dev/badge/<sha256-hash>.svg)](https://registry.falsify.dev/<sha256-hash>)

2. Integrity score badge

Use the score badge for an Integrity Index entry or a manifest's 9-criteria score. Defaults to max=9.

<img src="https://registry.falsify.dev/badge/score.svg?n=7&max=9" alt="PRML score 7 / 9" />

Live preview

Score 2/9 Score 5/9 Score 7/9 Score 9/9

3. Custom badge

Generic shield. Pass label, value, and one of signal / warn / danger / silver / bright for color (or any #hex).

<img src="https://registry.falsify.dev/badge/custom.svg?label=PRML&value=v0.2-RFC&color=warn" alt="PRML v0.2-RFC" />

Live preview

PRML v0.1 PRML v0.2-RFC CC BY 4.0

Attribution

Spec content embedded via these widgets is licensed under CC BY 4.0; the rendered HTML/CSS/JS of the widgets is MIT.

You don't owe Studio 11 a link, but a small one helps the spec land in front of more eyes. Suggested form:

Verification by [PRML v0.1](https://spec.falsify.dev/v0.1) (Studio 11, CC BY 4.0).

What the iframe doesn't do

The widgets are static-feeling but the page they iframe is hosted by us. If falsify.dev is offline, your iframe is empty. For long-lived archives, render the widget server-side and embed the resulting HTML/SVG, or self-host a fork (the page sources are on GitHub; everything is CC BY 4.0 or MIT).

If you need an offline-friendly version (e.g. for an archived paper), open an issue on the falsify repo with the use case. We'll ship a static export tool if there's demand.