1 comments

  • rmasoodx22 1 hour ago
    Every AI-assisted code change in our pipeline produces a receipt — a signed, chained, Merkle-anchored JSON artifact proving what was evaluated, what verdict was reached, and that the record hasn't been altered.

    Verify one now:

      pip install titan-gate
      titan-verify receipt.json --key <hex_key>
    
    No network. No database. No trusted third party.

    Real example receipt (test key is 64 zeros): https://github.com/Rehanrana11/titan-gate-demo/blob/main/.ti...

    The format is TRS-1 (Titan Receipt Standard). Full cryptographic spec: https://github.com/Rehanrana11/titan-gate-public/blob/main/S...

    Receipts chain via prev_receipt_hash. Daily batches are Merkle-aggregated and anchored as files in Git — tamper-evidence without a blockchain.

    SOC2 angle: auditors verify CC6/CC7/CC8 controls from the receipt alone, no infrastructure access required.

    PyPI: https://pypi.org/project/titan-gate/