~$ 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.

GitHub profile
Secure Agent FrameworkAgentic AI

Secure 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
Blockchain in RustBlockchain

Blockchain 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
Linux Kernel BlockerKernel module

Linux Kernel Blocker

A Linux kernel module that hooks the reboot() syscall via kprobes and silently blocks it.

CLinux Kernelkprobes
Encrypted Reverse ShellsC2

Encrypted Reverse Shells

A server/client reverse shell with layered encryption, in AES, RSA, and combined RSA+AES variants.

PythonAESRSASockets
Windows MalwareMalware

Windows Malware

A Windows malware sample written in C, with keylogging.

CWindowsKeylogger
Python Backdoor & BotnetBotnet

Python Backdoor & Botnet

A Python backdoor with botnet command-and-control and keylogging.

PythonBotnetKeylogger