Skip to content
View Tejanadh's full-sized avatar

Block or report Tejanadh

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.

Content in all repositories owned by your account will be closed.
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
Tejanadh/README.md

Tejanadh

Smart Contract Security Researcher · Solana + Ethereum

If I can't make it break in a test, I don't claim it breaks.

Independent researcher working across Solana (Rust/Anchor) and Ethereum (Solidity). I focus on the structural soundness of DeFi — oracle integrity, vault/share accounting, lending and liquidation math, restaking, account abstraction, and the cross-contract interactions that turn a benign-looking write into a ledger break. I build deterministic PoCs on live RPC / mainnet forks, and I report honest severity over inflated criticals.

📂 Audit portfolio & findings index → · 🧠 auditooor — my audit methodology →


Highlights

  • Dual-ecosystem — active offensive research on EVM and Solana (Rust + Solidity), a combination most auditors don't carry.
  • 10+ protocols publicly researched — Kamino, DEXE, Symbiotic, 1inch-Solana, Jupiter, Ethena, EigenDA, Hyperbridge, Azul, ERC-4337 EntryPoint.
  • Findings span oracles, account abstraction, restaking, governance, data availability, bridges, and gas-accounting.
  • One accounting-desync finding disclosed via Cantina (#292); active in Immunefi audit competitions and private coordinated-disclosure programs.
  • Every claim is backed by a runnable PoC against the real implementation — never a staged log.

🧠 Expertise

Skill Depth
Solidity / EVM ⚡⚡⚡
Rust / Solana + Anchor ⚡⚡⚡
Foundry — invariant + mainnet-fork testing ⚡⚡⚡
Hardhat / JS & TS tooling ⚡⚡
C / low-level systems ⚡⚡

Where I tend to find bugs

  • Oracle staleness, decimal/timestamp mismatches, and liveness asymmetry
  • Vault / share-token accounting and rounding-direction drift
  • Voting-power and governance guard gaps
  • Restaking / slashing accounting desync
  • Account-abstraction paymaster & EntryPoint gas-accounting edges
  • Access-control and role-boundary violations
  • Cross-chain / bridge message-path assumptions
  • Unbounded growth, first-depositor / last-withdrawer, and OOG boundary paths

🎯 Selected findings

Severity is research framing, not a payout decision. Links go to public writeups / PoCs. Work under active embargo is withheld until publication is permitted.

Protocol Severity Finding What is proven Link
ERC-4337 EntryPoint v0.8 Critical postOp OOG failure charges paymaster for overhead beyond paymasterPostOpGasLimit (EIP-4337 §4.3.1), even with empty postOp Foundry PoCs + fix PR Repo · Fix PR
Kamino / Scope High Derived oracles stamp DatedPrice with refresh-time Clock, not source time — defeats KLend age checks after a permissionless refresh Public source + live RPC vault-slot lag Repo
DEXE Governance High delegateTokens missing the ifNotStaken guard → stake + delegate double-use of voting power Source gap + Hardhat repro Repo
Symbiotic BaseSlasher High Slash path ignores Vault.onSlash return → phantom cumulative slash / shared-vault desync (disclosed via Cantina #292) Foundry accounting repro Repo
1inch Solana High (privileged) rescue_funds_for_order issues after order close — requires whitelisted resolver Anchor PoC Repo
Jupiter Lend Med–High (design) Asymmetric oracle max-age: user ops fail at 600s while liquidations continue to 7200s Program constants + fork scripts Repo
Ethena Minting V2 Latent / Medium verifyNonce truncates uint128uint64N and N+2^64 collide Live verifyNonce collision Repo
EigenDA Research confirmBatch header-trust seam + cert/orbit census 59+ fork tests; prod paths fail-closed Repo
Hyperbridge Research Decimal-scaling / replay / fee / timeout hypotheses Offline sims — not claimed as prod criticals Repo
Base L1 — Azul Verified safe AggregateVerifier multi-proof census 23 mainnet-fork tests confirm fail-closed — no vuln Repo

Additional work is under private coordinated disclosure / bounty programs and is not listed until publication is allowed.


🏅 Recognition & disclosures

  • Symbiotic — accounting-desync finding responsibly disclosed via Cantina (#292).
  • ERC-4337 EntryPoint — reproduced an EIP-spec-relevant paymaster overcharge with a fix PR, cross-checked against the Safe 4337 Module.
  • Active in Immunefi audit competitions and private coordinated-disclosure programs (embargoed findings published once results are public).

🧭 How I work

  • Adversarial-first. Every state change is a hypothesis until I've traced who can reach it and what it costs to push past intended bounds.
  • Boundary-obsessed. Zero-state, first-depositor, last-withdrawer, dust, and out-of-gas paths get more attention than the happy path.
  • Mechanical proof, not vibes. Findings ship with a deterministic PoC on live RPC / mainnet fork. If I can't make it break in a test, I don't claim it does.
  • Honest severity. Privilege, reachability, and current exploitability are stated up front — I'll down-rate my own finding before I'll inflate it.
  • Negative results count. A verified fail-closed path is documented, not discarded — ruling a path out is worth as much as breaking one.

✍️ Writing & methodology

  • 🧠 auditooor — my reward-first audit methodology: target selection, invariant-first hunting, and the EV / impact / novelty / proof gates.
  • 📝 Firelight competition notes — how I approach a live audit competition (methodology only, findings embargoed).
  • 📂 audit-portfolio — full findings index + the report format I deliver in.

👤 About

B.Tech Computer Science · ~2 years of independent smart contract security research across Solana and Ethereum.

Open to: remote Smart Contract Security Researcher / Auditor roles — full-time, part-time, or internship — and independent audit engagements with teams that value reproducible PoCs and honest severity over volume.

Reach me: email · DMs open on X / @TEJANadh10.

Responsible disclosure first. Public material covers only issues already reported or explicitly safe to publish.

#smart-contract-security · #audit · #solidity · #rust · #solana · #ethereum · #defi · #foundry · #web3-security

Pinned Loading

  1. entrypoint-poc entrypoint-poc Public

    ERC-4337 EntryPoint v0.8: paymaster charged for postOp overhead beyond paymasterPostOpGasLimit (EIP-4337 §4.3.1). Foundry PoCs + fix PR.

    Solidity

  2. symbiotic-critical-research symbiotic-critical-research Public

    Symbiotic BaseSlasher: slash path ignores Vault.onSlash return → phantom cumulative slash / shared-vault accounting desync. Foundry accounting repro.

    Solidity

  3. agglayer-security-research agglayer-security-research Public

    Independent security research — Agglayer. PoCs and notes.

    TypeScript 1

  4. jupiter-lend-oracle-asymmetry jupiter-lend-oracle-asymmetry Public

    High-severity finding: Jupiter Lend oracle staleness asymmetry locks users out while liquidations continue. PoCs included.

    JavaScript

  5. kamino-security-research kamino-security-research Public

    High: Scope derived oracles (JLP/Jito) stamp DatedPrice with refresh Clock, not source time — honest source analysis + live RPC verify

    JavaScript

  6. dexe-gov-bug-report dexe-gov-bug-report Public

    DEXE Governance: delegateTokens missing the ifNotStaken guard → stake + delegate double-use of voting power. Source gap + Hardhat repro.

    JavaScript