01 / THE CONTEXTThe problem behind
the product.
Built for the OpenAI Codex Community Hackathon in Bengaluru, CVE Twin connects incident investigation to a reviewable code change. The interface traces a vulnerability through packages, repositories, services, and customers. A local engine then uses Codex to repair a controlled target and returns the diff, tests, branch, and commit.
The challenge
A patch can stop an exploit and still break the services that depend on the vulnerable component. The workflow needs evidence on both sides: demonstrate the vulnerability before editing, then verify security and compatibility after the change.
WHAT I WORKED ONI developed the Codex remediation workflow and the comparison of competing patches against consumer contracts. My public commits document worktree isolation, attack replay, candidate scoring, and signed remediation records. The August build extends an earlier incident-investigation project with this local repair engine.