Security

For security teams and recruiters: the short version of what I find, how I prove it, and the upstream code I've shipped. I work on cross-chain infrastructure and smart-contract security — Rust and EVM — and I'm partial to the one accounting bug that lets a bridge print money.

Merged upstream

Bridge audit — lock-mint-bridge-lab

A lock-and-mint bridge I built and audited end-to-end, written up in auditor format. Each finding lists the severity, the invariant it broke, the impact, the proof-of-concept, the fix, and the revert-fails regression that turns the test red again if the fix is removed. Full suite and write-ups: github.com/0xSoftBoi/lock-mint-bridge-lab.

Exploit reproductions in the same suite — replays of Ronin, Wormhole, and Nomad — run as standing regressions the bridge must survive, not as findings against my own code.

Tooling & method

Related repos

Background on the about page; research on the research page.