You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standing challenge: try to tamper with a chain in a way halo verify doesn't catch.
Easiest way in: run uvx --from halo-record halo demo --serve, open one of the generated .jsonl files, and delete a line, edit a value, or reorder records. Reload the report or run halo verify — it should flag the break every time.
If you find a modification the verifier misses, that's a real finding: post it here (or see SECURITY.md if it's something an attacker shouldn't read first). The threat model — what the chain does and doesn't defend against — is documented there too; worth reading before you start, since "the operator can omit records entirely" is a known limitation by design (see the integrity-vs-completeness section of the README).
Attempts that didn't work are worth posting too — a public record of what's been tried is half the value.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Standing challenge: try to tamper with a chain in a way
halo verifydoesn't catch.Easiest way in: run
uvx --from halo-record halo demo --serve, open one of the generated.jsonlfiles, and delete a line, edit a value, or reorder records. Reload the report or runhalo verify— it should flag the break every time.If you find a modification the verifier misses, that's a real finding: post it here (or see SECURITY.md if it's something an attacker shouldn't read first). The threat model — what the chain does and doesn't defend against — is documented there too; worth reading before you start, since "the operator can omit records entirely" is a known limitation by design (see the integrity-vs-completeness section of the README).
Attempts that didn't work are worth posting too — a public record of what's been tried is half the value.
Beta Was this translation helpful? Give feedback.
All reactions