$ sigil

modular framework for security research

In development

Sigil is a modular framework designed for security research, inspired by Metasploit but focused on research workflows rather than general exploitation. It ships as a single binary and maintains clean separation between core engine, target-specific research, and helper utilities.

Repository remains private during development.

$ glass-cage

V8 instrumentation and JIT differential analysis

In development

Glass Cage is a research harness for Chrome's V8 engine. It evaluates JavaScript under instrumentation, traces compilation across the Ignition, Sparkplug, Maglev, and TurboFan tiers, and diffs behavior between tiers to surface JIT miscompilations. It adds machine-code disassembly, invariant scanning, saved probes, and test-case minimization for triaging engine crashes. It pairs with the V8 training module.