Skip to content
View 0xrivet's full-sized avatar

Block or report 0xrivet

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0xrivet/README.md

gm

independent security researcher focused on cross-chain infrastructure.

i spend most of my time staring at bridge contracts, multisig configurations, and proxy upgrade patterns. if you're building a bridge and want another pair of eyes, DMs open.

currently poking at

  • bridge message verification — DVN/validator trust assumptions
  • multisig opsec — threshold analysis, key management gaps
  • proxy upgrades — timelock bypass, implementation takeover vectors
  • evm storage forensics — slot mapping, delegatecall context tracing

builds

bridge-security-toolkit cross-chain bridge security analysis — DVN checks, timelock detection, admin key tracing
evm-calldata-decoder calldata & trace decoder — delegatecall resolution, Safe tx analysis
onchain-monitor real-time on-chain event monitor — upgrades, ownership changes, multisig mods
shadow-admin discover hidden admin paths — roles, modules, unrevoked permissions
storage-archaeologist reconstruct storage history — binary search for when values changed
solidity-audit-notes vulnerability patterns with working Foundry PoCs

more at 0xrivet.xyz/tools.


the bridge is only as secure as its weakest validator

pgp: coming soon

Popular repositories Loading

  1. 0xrivet 0xrivet Public

  2. 0xrivet.xyz 0xrivet.xyz Public

    personal site

    HTML

  3. bridge-security-toolkit bridge-security-toolkit Public

    Cross-chain bridge security analysis toolkit - validator set checks, timelock verification, message integrity

    TypeScript

  4. evm-calldata-decoder evm-calldata-decoder Public

    Fast EVM calldata and trace decoder - delegatecall chain resolution, storage slot mapping

    TypeScript

  5. shadow-admin shadow-admin Public

    discover hidden admin power structures in EVM contracts

    TypeScript

  6. onchain-monitor onchain-monitor Public

    Real-time on-chain event monitor - admin changes, large transfers, upgrade events with alerts

    TypeScript