See inside every audit — the new Transcript and Rule trace tabs
new22 August 2026
An AI review is only worth as much as your ability to check it. Every audit now has two new tabs that open the box completely: the Transcript shows the full conversation behind your audit, and the Rule trace shows which rules were in force and how each one was applied.
The Transcript — read the audit as it happened. Every step, in order, in plain English: the injection screen that checks your change before anything else reads it, the detection rounds, the standards recheck, the write-up, the final summary. Each step says what it did and how it ended — "Flagged 3 potential violations to verify", "Nothing new found", "The screen found no injection attempts" — so you never have to interpret raw output to know what happened. Where the AI produced reasoning, you can read it; where it didn't, the transcript says so plainly.
Your code is never kept. Where your change or a file was sent for review, the transcript records only the file name, its size, and a fingerprint of exactly what was sent — then links out to GitHub for the content itself, where your own repository permissions decide who may read it. Your context files go one better: each one links to the exact version the audit used, and that link keeps working even if you've edited or deleted the file since.
The Rule trace — which rules, provably. It opens with your own context files: which were in force (with the exact version, one click away), and which were set aside — with the reason in plain words, like "quarantined — injection risk" or "superseded by repo-level file". Then PRGuard's own automatic checks: how many ran against your change and what they flagged. And finally the auditor's own rule-by-rule account — clearly marked as the AI's self-report and cross-checked against the findings actually raised, so every claim reads either "corroborated by finding" or "attested only". You always know which statements are pipeline fact and which are the model's word.
Our instructions stay ours — verifiably. The prompts PRGuard writes are its craft, so the transcript seals them: you see their size and fingerprint, proving exactly what was sent and that it never changed, without the wording itself. The same goes for the injection screen's inner workings — its verdict is always shown; its detailed reasoning is withheld so the screen stays hard for an attacker to probe.
Both tabs are live today on every plan, on every audit from here forward. Open any audit from Governance → Audit log and look for Transcript and Rule trace next to the summary.

