~$ ls ~/projects
Built in the open
Open-source projects I've built — a secure-by-default agentic-AI framework, offensive security tooling (C2, malware, kernel-level, crypto), and systems work like a blockchain from scratch. It's all on GitHub.
Agentic AISecure Agent Framework
A secure-by-default Python agent framework. Ten controls hook the agent's own execution seams — tool policy, human confirmation, injection screening, secret redaction, sandbox egress, signed agent-to-agent messaging, and a hash-chained audit trail — each mapped to OWASP Agentic / MAESTRO and proven by a runnable attack the framework blocks.
PythonasyncioOWASP AgenticMAESTROMCPA2A
BlockchainBlockchain in Rust
A from-scratch Bitcoin-style blockchain in Rust — SHA-256 proof-of-work mining, ECDSA-signed transactions, Base58 wallet addresses, and multi-node HTTP peers that sync on the longest valid chain.
RustProof-of-WorkECDSAactix-webP2P
Kernel moduleLinux Kernel Blocker
A Linux kernel module that hooks the reboot() syscall via kprobes and silently blocks it.
CLinux Kernelkprobes
C2Encrypted Reverse Shells
A server/client reverse shell with layered encryption, in AES, RSA, and combined RSA+AES variants.
PythonAESRSASockets
MalwareWindows Malware
A Windows malware sample written in C, with keylogging.
CWindowsKeylogger
BotnetPython Backdoor & Botnet
A Python backdoor with botnet command-and-control and keylogging.
PythonBotnetKeylogger