Hacker News new | ask | show | jobs
Show HN: Titan Gate – cryptographic receipts for AI-assisted code changes (github.com)
1 points by rmasoodx22 107 days ago
AI writes code fast. SOC2 auditors ask: how do you know what changed, who approved it, and that the record wasn't altered?

Titan Gate answers with cryptographic receipts — not process docs.

Every PR gets evaluated by a three-judge engine (structural, semantic, policy), scored, signed with HMAC-SHA256, chained to the previous receipt, and stored at .titan/receipts/ in your repo.

Any engineer can verify a receipt independently:

  python scripts/titan_verify.py .titan/receipts/2026-03-06/<id>.json --key <key>
Output: VERIFICATION : PASS Signature : VALID Hash : VALID

The audit trail travels with the code. SOC2 controls CC6, CC7, CC8 covered.

One-line GitHub Action integration. 555 tests. Apache 2.0.

1 comments

Update: ran it on its own repo just now.

PR opened → evaluated → receipt generated → artifact uploaded in 27s.

Real receipt from the run: receipt_id: e0c5de94-be7a-4586-9a7f-98eb... tenant_id: Rehanrana11 repo: Rehanrana11/titan-gate HMAC-SHA256 signed, chained, verifiable

Actions: https://github.com/Rehanrana11/titan-gate/actions