System Online — Ready for Engagements

I'm Isah

Smart Contract Auditor
Security practitioner with a focus on smart contract auditing, web application penetration testing, and blockchain protocol development. I hold certifications in application security, network security, and threat intelligence, and I have applied that knowledge across internships, competitive audit contests, and independent protocol builds.
Connect
terminal — zsh
visitor@portfolio:~$ cat identity.json
Isah Dauda

{

"handle": "trinnex",

"focus": "security · web3 · cryptography",

"status": "available"

}

scroll
whoami

About Me

Security practitioner specializing in smart contract auditing, penetration testing, and Web3 protocol development.

$cat profile.md

Security practitioner with a focus on smart contract auditing, web application penetration testing, and blockchain protocol development. Certified in application security, network security, and threat intelligence.

Full-stack Web3 architecture background means I audit from the engineer's perspective-surfacing logic-level and architectural vulnerabilities that automated tools miss.

$ls -la skills/ | head -20
Security & Auditing/Pentesting(13)
Smart Contract Auditing (Solidity)Web Application Penetration TestingAPI Security TestingBug Bounty HuntingThreat Intelligence & OSINTSocial Engineering AwarenessWireless Intrusion DetectionNetwork SecurityAdversarial AI Red TeamingCTF CompetitionsPrivilege EscalationReconnaissance & Threat ModelingVulnerability Disclosure & Reporting
Blockchain & Web3(10)
SolidityCircom (ZK Circuits)FHE via CoFHE / FhenixHardhat & FoundryERC-4337 Account AbstractionProxy Upgrade PatternsDelegatecall Vulnerability AnalysisFlash Loan Attack VectorsOracle ManipulationReentrancy & Access Control Auditing
Development(9)
TypeScriptPythonReact / Next.jsNode.js / FastifyPostgreSQL / SupabaseDockerBash ScriptingFoundry Fuzz TestingEchidna / Manticore
certifications-4

Certified AppSec Practitioner (CAP)

The SecOps Group-2024

Certified Network Security Practitioner (CNSP)

The SecOps Group-2024

Certified Cyber Security Analyst (CS3A)

CyberWarfare Labs-2023

Certified Cyber Threat Intelligence Analyst (CTI 101)

TCM Security-2024

$cat experience.log

Student Intern: Web3 Development / Security

Web3Bridge

Jul 2025: Oct 2025

Completed a structured Web3 development and security internship covering smart contract development, protocol design patterns, and blockchain security fundamentals.

Cybersecurity Student Intern

CFSS: Cyber and Forensics Security Solutions

Nov 2023: Dec 2023

Completed an intensive cybersecurity and ethical hacking internship covering penetration testing methodology, information gathering techniques, and vulnerability mitigation strategies. Worked through hands-on digital infrastructure security scenarios.

Volunteer: Cybersecurity Awareness Campaign

Cybersecurity Education Initiative (CYSED)

Oct 2023

Participated in a public cybersecurity awareness campaign, communicating digital safety practices and threat awareness to non-technical audiences in the Minna community.

git remote -v

Open Source

Security tools, SDKs, and protocols I've built and contributed to.

ls -la security/

Security Portfolio

Smart contract audits, security tools, and Web3 protocol development.

BUG BOUNTY

Bug Bounty Hunting: Cantina, YesWeHack, Bugcrowd

Active bug bounty hunter across three major platforms covering both Web2 and Web3 targets. Cantina focuses on smart contract and DeFi protocol security reviews. YesWeHack and Bugcrowd engagements cover web application and API security testing across diverse programme scopes.

Bug BountyWeb2Web3DeFi
tap to expand
SMART CONTRACT

Sherlock Audit: XRP Ledger C++

Participated in a competitive public audit covering five live protocol amendments: Batch Transactions, Permission Delegation, MPT DEX, Confidential Transfers, and Sponsored Fees. Reviewed amendment interaction logic and delegation boundary enforcement.

Smart ContractC++DeFiXRP
CIRCOM

VERIDAQ: ZK Credential Protocol

Designed and shipped a full-stack ZK credential system using Circom circuits, five Solidity contracts, a Fastify API, and a Next.js frontend deployed on Base Sepolia. Security focus included circuit constraint integrity and proof soundness against witness manipulation.

CircomSolidityZKBase
SOLIDITY

ProofArena: On-Chain Bug Bounty

Developed a three-layer bug bounty platform on Initia with Solidity contracts, a TypeScript AI triage agent, and a React interface with trustless payout flow.

SolidityAITypeScriptInitia
FHE

SealBid: FHE Sealed-Bid Auction

Built a sealed-bid auction protocol on Fhenix using CoFHE encrypted integer types. Eliminates front-running by keeping bid values encrypted throughout the auction lifecycle.

FHECoFHEFhenixSolidity
GLIDER

Glider Query Contest: r.xyz

Authored semantic static analysis queries targeting ERC-2771 context spoofing through delegatecall, multicall vulnerability patterns, and unmasked calldata address flows.

GliderSolidityStatic Analysis
AI

Judgement Day: AI Red Teaming

Produced adversarial attack artifacts across AI triage and suppression scenario tracks for the AIM Intelligence and Korea AI Safety Institute red-teaming competition.

AIRed TeamingAdversarial
PYTHON

Evil Twin Detection IDS

Developed a passive wireless intrusion detection system in Python using Scapy that identifies evil twin access points through RSSI fingerprinting and MAC anomaly correlation.

PythonScapyWirelessIDS
drag to explore — click to select
bug.sol
$cat README.md

Bug Bounty Hunting: Cantina, YesWeHack, Bugcrowd

Active bug bounty hunter across three major platforms covering both Web2 and Web3 targets. Cantina focuses on smart contract and DeFi protocol security reviews. YesWeHack and Bugcrowd engagements cover web application and API security testing across diverse programme scopes.

Bug BountyWeb2Web3DeFi
sherlock.sol
$cat README.md

Sherlock Audit: XRP Ledger C++

Participated in a competitive public audit covering five live protocol amendments: Batch Transactions, Permission Delegation, MPT DEX, Confidential Transfers, and Sponsored Fees. Reviewed amendment interaction logic and delegation boundary enforcement.

Smart ContractC++DeFiXRP
veridaq:.sol
$cat README.md

VERIDAQ: ZK Credential Protocol

Designed and shipped a full-stack ZK credential system using Circom circuits, five Solidity contracts, a Fastify API, and a Next.js frontend deployed on Base Sepolia. Security focus included circuit constraint integrity and proof soundness against witness manipulation.

CircomSolidityZKBase
proofarena:.sol
$cat README.md

ProofArena: On-Chain Bug Bounty

Developed a three-layer bug bounty platform on Initia with Solidity contracts, a TypeScript AI triage agent, and a React interface with trustless payout flow.

SolidityAITypeScriptInitia
sealbid:.sol
$cat README.md

SealBid: FHE Sealed-Bid Auction

Built a sealed-bid auction protocol on Fhenix using CoFHE encrypted integer types. Eliminates front-running by keeping bid values encrypted throughout the auction lifecycle.

FHECoFHEFhenixSolidity
glider.sol
$cat README.md

Glider Query Contest: r.xyz

Authored semantic static analysis queries targeting ERC-2771 context spoofing through delegatecall, multicall vulnerability patterns, and unmasked calldata address flows.

GliderSolidityStatic Analysis
judgement.sol
$cat README.md

Judgement Day: AI Red Teaming

Produced adversarial attack artifacts across AI triage and suppression scenario tracks for the AIM Intelligence and Korea AI Safety Institute red-teaming competition.

AIRed TeamingAdversarial
evil.sol
$cat README.md

Evil Twin Detection IDS

Developed a passive wireless intrusion detection system in Python using Scapy that identifies evil twin access points through RSSI fingerprinting and MAC anomaly correlation.

PythonScapyWirelessIDS
mail -s 'hello' trinnex

Get In Touch

Have an audit, project, or security engagement? Let's talk.

$cat contact.asc

Phone

+234 810 380 0607

gpg --locate-key trinnex

PGP key available on request. Signal and ProtonMail preferred for sensitive discussions.

$./send_message.sh --to trinnex