ENTRY № 38 · STATUTORY READING · 23 NYCRR § 500.6(a)(2) + SR 11-7
PUBLISHED 2026-06-04 · UPDATED 2026-06-10 · ~12-MIN READ · WARRANT COMPLIANCE

the AI agent audit trail: NYDFS Part 500 + SR 26-2 evidence.

Standard inference logs and LLM API logs do not satisfy a NYDFS 23 NYCRR § 500.6(a)(2) audit trail. Nor do they answer the question SR 26-2 left hanging when footnote 3 of the 17 April 2026 guidance put generative and agentic AI outside model risk management scope. When a regulator examines an AI agent inside a US financial-services firm, it asks five questions about each consequential action: what the agent accessed, when, under what authorization, under what constraints, and what decision it influenced. An inference log answers none of them. This post maps each of the five questions to the per-action record that answers it and to the clause that demands it.

Warrant is regulator-grade evidence infrastructure for AI agents in regulated industries: drop an agent's execution trace, get a record mapped to a specific regulatory obligation, independently verifiable without contacting Warrant.

NYDFS
§ 500.6(a)(2)
Audit trails designed to detect and respond to Cybersecurity Events. Applied to AI by the 16 Oct 2024 Industry Letter.
FEDERAL RESERVE
SR 11-7· SR 26-2
Model risk management. Ongoing monitoring under the validation pillar. Carried forward in 2026 with generative and agentic AI carved out by § II n.3.
CROSS-OVER
Annex III 5(b)
EU AI Act creditworthiness. One credit agent can carry NYDFS, SR 11-7, and Article 12 obligations at once.
01 · WHY A LOG IS NOT A TRAIL

Why an inference log is not an audit trail.

"Each covered entity shall securely maintain systems that, to the extent applicable and based on its risk assessment ... (2) include audit trails designed to detect and respond to cybersecurity events that have a reasonable likelihood of materially harming any material part of the normal operations of the covered entity." 23 NYCRR § 500.6(a)(2) · Second Amendment · effective 1 November 2023

The 16 October 2024 NYDFS Industry Letter does not impose a new rule — it says so itself: "This Guidance does not impose any new requirements beyond obligations that are in DFS's cybersecurity regulation codified at 23 NYCRR Part 500". It applies the Part 500 framework to AI. Be precise about how far it goes, though: the Letter works its four AI risk categories mainly through § 500.11, third-party service provider and vendor management, and it does not cite § 500.6 or § 500.17 anywhere. Reading § 500.6(a)(2) onto an AI deployment is an inference from the regulation's own text, which applies to Covered Entities regardless of the technology — it is not an instruction the Letter gives, and this page marks it as ours. Note also that § 500.6 does not attach at all to an entity exempt under § 500.19(a), (c) or (d). Read against the clause, a standard AI deployment's logs come up short. The API gateway records timestamp, method, path, status, latency. The LLM inference log records prompt tokens, completion tokens, the model id, and a redacted prompt body. Both are traffic-shaped. A § 500.6(a)(2) audit trail is operation-shaped. The full statutory read of why standard logs fall short is in standard API call logs do not satisfy 23 NYCRR § 500.6.

US bank model risk guidance does not set the same bar, and the reason matters. SR 26-2, issued 17 April 2026 (OCC Bulletin 2026-13) by the Federal Reserve / OCC / FDIC, supersedes and replaces SR 11-7 (2011) and SR 21-8 and carries the same model risk discipline into a principles-based, risk-tailored restatement. (The "four pillars" is Warrant's taxonomy for reading that discipline, not a structure either letter names.) Footnote 3 to its § II then states that generative AI and agentic AI models are not within the scope of the guidance, and hands them to the bank's own risk management and governance practices instead. The letter never uses the words artificial intelligence, machine learning, or runtime. So the documentation expectation still reaches every conventional model the agent calls, and stops at the agent, while footnote 1 keeps supervisory action available for unsafe or unsound practices. NYDFS is the clause that binds the trail; SR 26-2 is the framework that walked away from it. The pillar-by-pillar reading is in SR 26-2 / SR 11-7, line by line.

Put the two regimes side by side and they converge on one shape: a record per consequential action that an examiner can read end-to-end. The question is what that record has to contain.

02 · THE FIVE QUESTIONS

The five questions a regulator asks.

An examiner reconstructing an AI agent's decision does not start from the architecture. It starts from a single consequential action and asks five questions. Each question is anchored to a clause. Two of the five are answered by a field in the signed warrant-v1 record; three are not, and this page names the field that is absent rather than describing one that does not exist.

Q1
What did the agent access? The specific Nonpublic Information element, not a request hash. NYDFS § 500.6(a)(1) reconstruction + § 500.1(k) NPI · SR 11-7 documentation pillar → actions[*] (action_id, actor, action, subject). NO FIELD for inputs or outputs: the signed record names the subject of each action and does not re-emit the raw trace's inputs and outputs.
Q2
When did it happen? A timestamp the Covered Entity cannot retroactively change. NYDFS § 500.6(b) retention · § 500.17(a)(1) 72-hour clock → NO PER-ACTION FIELD. Per-action timestamps are stripped before the signed aggregate is built. trace_metadata.timestamp is the time the package was sealed, not the time the action occurred.
Q3
Under what authority? The policy, role, and purpose under which the action was permitted. NYDFS § 500.7 access privileges · SR 11-7 governance pillar → authorizations[*].within_purpose + .justification. NO FIELD for the policy or the role: warrant-v1 carries no policy identifier and names no officer.
Q4
Under what constraints? The preconditions, oversight, and reversibility that bounded the action. SR 11-7 use-context · effective challenge → authorizations[*].preconditions_met, .human_oversight_appropriate, .reversible. NO FIELD for alternatives considered.
Q5
With what result? The decision the action influenced, and the model that produced it. NYDFS § 500.11 third-party · SR 11-7 model inventory → obligations.<action_id>[].compliance + .evidence. NO FIELD for outputs and NO FIELD for a model version or inventory identifier: the package does not bind the action to a model inventory row.
"An inference log answers none of the five. The signed record answers the authorization questions and names, in the same document, what it does not carry."Warrant Compliance · 2026-06-04
03 · Q1 · WHAT WAS ACCESSED

What did the agent access.

The first question is the simplest to ask and the hardest for a standard log to answer. § 500.6(a)(1) requires systems designed to reconstruct material financial transactions. The reconstruction has to name the specific data element the agent touched, because Nonpublic Information under § 500.1(k) is defined broadly: business information whose tampering would materially impact operations, the classic combination-PII prong, and health information.

An agent that fetched a customer's last twelve transactions records those twelve specific transaction IDs, not "GET /transactions returned 200 in 84ms." The signed record names the subject of each action. It does not carry the inputs and outputs that flowed through it. In warrant-v1 the row is actions[*] with exactly action_id, actor, action and subject; the submitted trace's inputs, outputs and per-step fields are stripped before the aggregate is built and are not re-emitted. SR 11-7's documentation pillar reads a wider requirement than that — a knowledgeable third party must be able to reconstruct what the model consumed and produced — and the input and output leg of it is met from the entity's own trace, not from the package.

This is also where the agentic shape diverges sharply from a 2011-era model. A credit-score regression issued one decision and the trail was a single database row. An AI agent issues a sequence of tool calls and retrievals before the customer-facing decision, and an audit trail that answers the examiner has to reconstruct each one. Anything coarser leaves the question unanswered. For a conventional in-scope model the bar is SR 11-7's third-party replicability standard; for an agentic system it is the bank's own, since that sentence did not carry into SR 26-2 and footnote 3 puts the agent outside the guidance in any event.

04 · Q2 · WHEN

When did it happen.

Each covered entity shall maintain records required by paragraph (a)(1) of this section for not fewer than five years and shall maintain records required by paragraph (a)(2) of this section for not fewer than three years. 23 NYCRR § 500.6(b) · Second Amendment text, quoted verbatim and in full. The section states the retention periods only; the purposes are in (a)(1) and (a)(2). As at the text retrieved 6 Aug 2026.

The second question is about time, and time is where most logs quietly fail. § 500.6(b) sets a retention floor of five years for (a)(1) records and three years for (a)(2) records. An audit trail that lives inside a 30-day application-log rotation does not satisfy. More to the point, the retention clock is meaningless if the timestamps inside the trail can be edited after a Cybersecurity Event.

The § 500.17(a)(1) 72-hour notice clock starts at determination that a cybersecurity incident — the narrower § 500.1(g) term, not the § 500.1(f) Cybersecurity Event — has occurred at the covered entity, an affiliate, or a third-party service provider, and not at occurrence. To meet that clock, an investigator has to place the agent's actions at fixed points relative to the determination. A record whose timestamp is under the Covered Entity's own control cannot do that against an adversarial reading. Warrant does not close that gap per action. warrant-v1 carries no per-action timestamp — the submitted trace's timestamps are stripped before the aggregate is built — and the one time value in the package, trace_metadata.timestamp, is set when the package is sealed, not when the action ran. What is independently checkable without contacting Warrant is that the sealed record existed no later than the seal, which bounds the record from one side only. Placing the action itself in time is done from the entity's own trace.

05 · Q3 · UNDER WHAT AUTHORITY

Under what authorization.

The third question separates legitimate access from compromised access, and it is the one a § 500.6(a)(2) audit trail is built around. An agent that accessed an account number is in scope for § 500.7 access privileges, and the trail must record the authorization the access satisfied. Without it, an investigator cannot tell a permitted read from a breach.

In warrant-v1 this is the authorizations[*] row for the action: within_purpose, preconditions_met, human_oversight_appropriate, reversible, justification and confidence. That is the purpose limitation and the reasoning, and it is the part of the third question the package answers. The policy and the role are not in it — there is no policy identifier and no role or officer field in the schema — so the authority under which the access was permitted is bound to the evidence in the entity's own governance record, not inside the package. Standard logs record that a request succeeded. They do not record whether the agent was allowed to make it.

SR 11-7 reads the same field from the governance pillar, which requires a named human officer accountable for the model's outputs; the agent does not displace that accountability, it inherits it. Warrant's record does not carry that officer: there is no policy_version_id and no approver or role field in warrant-v1, so the named-officer leg of the governance pillar is evidenced from the entity's own governance record and bound to the package by the entity, not by the schema. The deployer-side accountability question, read against the EU regime, is in the Article 26 deployer obligations, line by line.

06 · Q4 · UNDER WHAT CONSTRAINTS

Under what constraints.

An effective validation framework should include ... ongoing monitoring ... Validation activities should continue on an ongoing basis after a model goes into use, to track known model limitations and identify any new ones. SR 11-7 · ongoing monitoring and effective challenge

The fourth question is the one most logs never even attempt. SR 11-7 defines effective challenge as critical analysis by objective, qualified individuals who can identify model limitations and assumptions. SR 26-2 § III keeps that definition and runs it across the model lifecycle, from development to ongoing monitoring — for models it covers, which an agentic system is not. No letter requires per-decision alternatives logging. Which is the problem, not the relief: the agent that emits one path through one tool, with no record of what it weighed and discarded, has nothing to offer the examiner who asks on what basis the choice was sound.

In warrant-v1 the constraints leg is authorizations[*].preconditions_met together with .human_oversight_appropriate — Warrant's per-action assessment that oversight was appropriate, not evidence that a human was present — and .reversible. Alternatives considered is not a field. No letter requires it and the package does not carry it, so the examiner who asks what the agent weighed and discarded is answered from the entity's own trace or not at all. What the package carries sits adjacent to what § 500.6(a)(2) reads from the cybersecurity direction, and the distance matters. A preconditions_met of no — the value is a three-state string, yes, no or uncertain, not a boolean — records that Warrant assessed the action as falling outside the conditions its authorization required. It does not establish an act or attempt to gain unauthorized access to, disrupt or misuse an information system, which is what § 500.1(f) defines a Cybersecurity Event to be. Whether an event occurred is the Covered Entity's determination, made against its own risk assessment and its own systems, and warrant-v1 defines no event-classification property, so the package never carries that answer. The constraint record is a signal that can open the inquiry. It is no part of the conclusion.

SR 11-7 also fixes when the constraints have to be re-established. A foundation-model swap, a prompt-template rewrite that broadens the use case, or a retrieval-corpus change that introduces new domains each read as triggers for re-validation. Warrant's record cannot show that. warrant-v1 has no model_version and no policy-version field, so whether the action ran under the constraints that were actually validated is a question the package leaves to the bank's own model inventory and change record.

07 · Q5 · WITH WHAT RESULT

With what result.

The fifth question closes the loop: what decision did the action influence, and which model produced it. Keep the two limbs of § 500.6(a) apart here, because they are easy to merge and the merge is wrong: (a)(1) is about systems "designed to reconstruct material financial transactions", while (a)(2) is about audit trails "designed to detect and respond to cybersecurity events". Reconstruction attaches to financial transactions; detection and response attach to events. The claim that § 500.6(a)(2) requires an event to be reconstructed end-to-end is not in the text, and NYDFS has not said it — what follows is Warrant's argument about what a trail has to hold to support detection and response at all. SR 11-7 required every material model in production to carry an inventory row with version, owner, last validation date, and residual risk. SR 26-2 keeps a model inventory expectation, and its footnote 3 means an agentic system no longer has to be on that inventory at all. A bank that leaves it off is compliant with the letter and unable to say who owns the agent, what version is live, or when it was last tested. That is the answer an examiner is left holding under the general safety-and-soundness expectation.

The fifth question is the one Warrant's record answers least. There is no outputs field in warrant-v1 and no model inventory identifier, so the package does not bind an action to the version that produced it. What it carries per action is the obligation determination — obligations.<action_id>[] rows with a compliance status, an evidence string quoting or paraphrasing the clause text, and a confidence — plus the authorizations[*] row. That is a record of how the action was assessed against a named clause, not a record of the decision content or the model lineage behind it. An examiner who wants to walk from the action to an inventory row to a model card walks that path in the bank's own inventory; a firm that does not maintain one is left without the walk entirely, which is itself the gap finding.

§ 500.11 third-party service provider governance attaches here too. A foundation-model provider that processes NPI on the Covered Entity's behalf is a third-party service provider, and the audit trail has to be able to say which model acted. actions[*].actor is where that lands — in Warrant's US underwriting sample the actor on each action is the model id — but it is a single free-text identifier. There is no separate provider field, no model version field and no vendor tenant field, so the third-party chain is named only as far as the actor string names it.

W
Sample US evidence package · small-business underwriting agentINDEPENDENTLY VERIFIABLE · 4 ACTIONS, 6 OBLIGATIONS EVALUATED UNDER SR 11-7 · NYDFS PART 500 CLASSIFIED AND IN SCOPE, NOT EVALUATED
→ us-fintech.pdf
08 · THE EU CROSS-OVER

Where the EU AI Act crosses over.

The five questions are not unique to the US. An AI agent that evaluates the creditworthiness of natural persons or establishes their credit score is high-risk under Annex III point 5(b) of Regulation (EU) 2024/1689, which brings the Article 12 record-keeping obligation. Application of Article 12 to Annex III standalone high-risk systems is deferred from 2 August 2026 to 2 December 2027 by the Digital Omnibus, which replaces the earlier conditional trigger with a fixed date (Regulation (EU) 2026/1744, OJ L 2026/1744, 24 July 2026). Non-compliance is reachable under Article 99(4) at up to EUR 15 million or 3 percent of global annual turnover.

So one credit-decisioning agent serving EU and US customers stands under three record demands at once: NYDFS § 500.6(a)(2), SR 11-7 ongoing monitoring, and EU AI Act Article 12. The supervisors differ; the questions do not. Each asks what the agent accessed, when, under what authority, under what constraints, and with what result. That convergence is the point: one per-action record answers all three sets of questions. What the package cites is narrower than what the questions cover. The obligation corpus carries a § 500.6 table for neither (a) nor (b), so a package reports NYDFS Part 500 as classified and in scope, not evaluated; the § 500.6 reading on this page is Warrant's, drawn from the regulation, and no package asserts it. The classification reading for creditworthiness is in the high-risk classification Guidelines, read in full.

3 regimes
ONE CREDIT AGENT
NYDFS Part 500 and EU AI Act Article 12 both attach to a single credit-decisioning agent. SR 26-2 is the third regime, and it attaches by absence: § II n.3 excludes the agent and leaves general safety and soundness.
5 questions
ONE RECORD SHAPE
What, when, under what authority, under what constraints, with what result. The same per-action record is read against all three regimes; it answers the authorization questions and names the fields it does not carry.
09 · FAQ

Questions a compliance officer asks first.

Do standard LLM inference logs satisfy a NYDFS 500.6(a)(2) audit trail?

No. § 500.6(a)(2) requires audit trails designed to detect and respond to Cybersecurity Events. An LLM inference log records prompt tokens, completion tokens, the model id, and a redacted prompt body. It does not record what specific Nonpublic Information the agent accessed, under what authorization, or what decision the output influenced. It is traffic-shaped, not operation-shaped, so it does not answer the questions a § 500.6(a)(2) audit trail must answer.

What are the five questions a regulator asks of an AI agent decision?

What the agent accessed, when, under what authorization, under what constraints, and what decision it influenced. Under NYDFS Part 500 these map to § 500.6(a)(2) audit trails, § 500.6(a)(1) reconstruction, § 500.7 access privileges, and § 500.11 third-party governance. Under SR 11-7 they mapped to the model inventory, ongoing monitoring, the use-context check, and the comprehensive-documentation replicability standard — the superseded letter's reading, since SR 26-2 replaced it and footnote 3 puts an agentic system outside scope. Warrant's signed record answers the authorization and obligation questions per action — actions[*], authorizations[*] and obligations.<action_id>[] — and carries no per-action timestamp, no inputs or outputs, no policy version and no model version. The five-question framing is Warrant's, not a numbered list either regulator wrote.

Does SR 11-7 require evidence per decision or only at validation time?

Both, for the models it still reaches. SR 11-7's ongoing-monitoring pillar directed validation to continue on an ongoing basis after a model goes into use, and SR 26-2 carries that forward. What SR 26-2 also did was carve the agent out: footnote 3 to § II states that generative AI and agentic AI models are not within the scope of the guidance. So for an agentic system the per-decision obligation comes from elsewhere — NYDFS § 500.6(a)(2), Article 12 of Regulation (EU) 2024/1689 where the agent is high-risk, and the general risk management and governance practices footnote 3 defers to, with footnote 1 leaving supervisory action available. Conventional models the agent calls remain in scope and keep the full expectation.

How does the EU AI Act creditworthiness rule cross over with NYDFS and SR 11-7?

An AI agent that evaluates the creditworthiness of natural persons is high-risk under Annex III point 5(b) of Regulation (EU) 2024/1689, which brings the Article 12 record-keeping obligation. The same agent inside a US bank touches Nonpublic Information under § 500.1(k), while SR 26-2 footnote 3 puts the agent itself outside model risk management and leaves it to the bank's general governance practice. Two specific clauses and one deliberate gap, on one agent. The five regulator questions are common to all three.

What is the penalty exposure for an inadequate AI audit trail?

Under NYDFS Part 500, civil money penalties plus consent orders. Recent settlements include PayPal at USD 2 million (27 January 2025) and the combined Geico and Travelers settlement at USD 11.3 million (28 November 2023) citing § 500.6 audit-trail gaps. Under the model risk guidance there is no penalty for non-compliance with the guidance itself, and the distinction is load-bearing. SR 26-2 § I states that the guidance sets no enforceable standards and that non-compliance with it will not result in supervisory criticism, and § II footnote 3 puts generative and agentic AI outside its scope entirely, so for an agent there is no standard in the letter to depart from. What remains is the agencies' independent authority, preserved by footnote 1 for violations of law or unsafe or unsound practices — the authority behind Matters Requiring Attention, Matters Requiring Immediate Attention and civil money penalties. That authority does not depend on the guidance. Warrant has not identified a published US banking enforcement action citing SR 11-7 or SR 26-2 by number: the 2018 Wells Fargo penalty was a compliance-risk-management action and the word "model" does not appear in the OCC's release, and the Federal Reserve's 2020 Citigroup order carried no monetary penalty and does not use the word "model" — the USD 400 million that day was the OCC's, against Citibank, N.A.

Does the CISO certification under 500.17(b) cover the AI audit trail?

It covers the obligation, not the evidence. § 500.17(b)(1)(i) requires the certification to rest on data and documentation sufficient to accurately determine and demonstrate material compliance. A CISO who certifies § 500.6(a)(2) compliance for AI without an operation-level evidence trail is signing on faith. The Second Amendment certification under § 500.17(b)(2) is submitted by the Covered Entity's highest-ranking executive, which puts that officer on the same risk.

10 · READ THE SOURCE

Read the source directly.

Authored by Warrant Compliance, the regulatory-analysis function at Warrant. [email protected]. Editorial commentary on regulatory text. Not legal advice. SR 26-2 (17 April 2026, OCC Bulletin 2026-13) is the current interagency model risk guidance and supersedes SR 11-7 (2011) and SR 21-8. Footnote 3 to SR 26-2 § II places generative AI and agentic AI models outside the scope of that guidance; quoted from the attachment at federalreserve.gov/supervisionreg/srletters/SR2602a1.pdf, re-verified against that attachment on 6 August 2026 (a probe for a non-existent SR2699a1.pdf on the same host returns 404, so the 200 discriminates). The five-question framing is Warrant's reading of 23 NYCRR § 500.6(a)(2) applied to AI per the 16 October 2024 Industry Letter; the regulators did not write it as a numbered list. The verbatim quotations of § 500.6 and the SR 11-7 § V lineage are from the official texts cited above.