💡 Inspiration
Most AI guardrails on the market today are soft prompt wrappers or high-latency external APIs that add 400ms of lag and cross their fingers. I got tired of black-box systems that fail silently with zero visibility into why.
I built Gauntletized ZG-12 (Z-12 Sovereign Runtime Security Platform) to deliver tungsten-level reliability: a compiled, deterministic execution boundary running at sub-50ms latency with zero-data-leak VPC isolation.
💻 Tech Stack (Repository Breakdown)
- Python 43.5% — Orchestration, API bridge, and the 73-test Crucible verification suite.
- Rust 22.5% — Hardened core engine (
evk) for deterministic state verification. - C 14.3% — Ultra-low-latency native memory routines and low-level boundary checks.
- HTML 13.3% — Operator dashboard for real-time telemetry and system health visibility.
- Shell 3.8% — Container entrypoint automation and environment setup.
- Makefile 2.6% — Build automation and localized compilation targets.
⚙️ How I Built It
- Hardened Core: Engineered the core verification engine in native Rust and C to enforce deterministic fail-closed state bounds within a
<50msexecution clock. - Crucible Verification Suite: Authored a 73-test Python suite (
pytest) to validate edge cases, including broken sockets, latency spikes, and signature verification. - Automated CI/CD Pipeline: Configured GitHub Actions to run the full Crucible suite, build multi-stage Docker containers, and publish multi-architecture images (
linux/amd64,linux/arm64) directly to GitHub Container Registry (ghcr.io/DeadLee702/z12-gate).
🚨 Challenges I Overcame
- Compile-Time Key Dependencies: Resolved binary key baking sequences in Rust (
include_str!) where fixtures had to be generated before compiling release binaries. - Multi-Arch Delivery: Optimized a multi-stage Docker build (
debian:bookworm-slimbase) to keep container sidecar sizes small while compiling native C/Rust binaries across both ARM and x86 architectures.
🏆 Accomplishments & What I Learned
- Built a true inline sidecar proxy that enforces zero data retention while maintaining a fail-closed perimeter.
- Passed all 73 assertion checks across system suites in automated CI runs. ## Z-12: Sovereign Runtime Security Platform
Live Project Portal & Subscriptions: https://lovable.dev/projects/004d5056-fea2-492d-a9ea-83f57c4ca08c
💡 Inspiration
Most runtime security solutions and guardrails on the market today are soft wrappers or high-latency external APIs that add lag and fail silently with zero visibility into why. I got tired of black-box systems that leave infrastructure exposed.
I built Z-12 (Sovereign Runtime Security Platform) to deliver tungsten-level reliability: a compiled, deterministic execution boundary featuring a 12-room defensive gauntlet, a native C Kill Vector enforcement engine, and live SaaS payment rails ready for production deployment.
💻 Tech Stack (Repository Breakdown)
- Python 43.5% — Orchestration, the 12-room defensive gauntlet, and master runner health verification suites.
- Rust 22.5% — Hardened core engine (
evk) for deterministic bundle verification and SHA-256 manifest validation. - C 14.3% — Ultra-low-latency
Kill Vectorruntime enforcement engine (SIGKILL+ forensic logging). - HTML/Dashboard 13.3% — Operator dashboard for real-time telemetry and system health visibility.
- Shell 3.8% — Deterministic demo drivers and container entrypoint automation.
- Makefile 2.6% — Build automation and localized compilation targets for the C subsystem.
⚙️ How I Built It
- Hardened Core & Enforcement: Engineered the verification engine in native Rust and the runtime enforcement engine in C to issue hard
SIGKILLboundaries and maintain strict fail-closed security postures. - 12-Room Defensive Gauntlet: Authored an orchestrated suite of 12 independent defensive
Room.verify()detectors managed via Python to execute comprehensive system audits and behavioral checks. - Cloud-Native & SaaS Integration: Provisioned live cloud deployment pipelines and integrated turnkey subscription rails via Lovable, establishing the flagship $149/month Kill Vector monetization SKU.
🚨 Challenges I Overcame
- Zero-Scaffolding Transition: Stripped away all prototype placeholders, ensuring every single room in the gauntlet, the Rust EVK core, and the C enforcement engine are fully functional, integrated, and verified.
- Cross-Language Orchestration: Harmonized high-level Python coordination, memory-safe Rust validation, and low-level C system processes into a cohesive, lightning-fast execution pipeline.
🏆 Accomplishments & What I Learned
- Built and deployed a 100% operational, zero-scaffolding security platform complete with active payment rails and subscription management.
- Proved that robust, low-level systems engineering can be paired seamlessly with modern cloud-native SaaS delivery.


Log in or sign up for Devpost to join the conversation.