Showing posts with label Compliance. Show all posts
Showing posts with label Compliance. Show all posts

S/4HANA Role Redesign: Fix Segregation of Duties Before Go-Live or Pay the Audit Bill After

 

Why Privilege Creep Kills SAP Migrations Before the First Production Transaction Runs

Article by Prof. Hernan Huwyler, MBA, CPA, CAIO
AI GRC Director | AI Risk Manager | Quantitative Risk Lead
Speaker, Corporate Trainer and Executive Advisor

Top 10 Responsible AI and Risk Management by Thinkers360Your migration to SAP S/4HANA is six months out. The project team is focused on data migration, Fiori tile configuration, and cutover planning. Meanwhile, 847 user roles built across eight years of organizational changes, job transfers, emergency firefighter access, and M&A integrations are being lifted wholesale into the new system. Nobody has reviewed them. Nobody has mapped them against the new S/4HANA authorization model. And your external auditors are already asking for the SoD conflict report.

This is the standard failure mode. And it is expensive to fix after go-live.

Migrating unremediated ECC roles into S/4HANA production does not just inherit old access risk. It amplifies it. S/4HANA's simplified data model, new Fiori authorization objects, and transaction replacements create net-new SoD conflicts from role content that was previously clean.

This article gives you the technical remediation workflow to stop that from happening. It covers the SAP-native tools, the sequencing logic, the role design architecture that prevents re-accumulation, and the automated tooling that makes the process viable at enterprise scale.


Why S/4HANA Breaks Your Existing SoD Matrix

SAP S/4HANA fundamentally changes the authorization landscape. This is not an incremental upgrade. The SAP S/4HANA Simplification List documents thousands of transaction replacements, program removals, and process consolidations. Transactions you built roles around in ECC no longer exist, have merged into Business Partner (BP) transactions, or now trigger different authorization objects entirely.

The most visible examples: XD01 and XK01, the customer and vendor master maintenance transactions, are replaced by the SAP Business Partner transaction BP. Any role that controlled access through those old transactions now either fails to control the equivalent S/4HANA function or, worse, grants broader access than intended because the authorization check structure has changed.

SAP Community analysis of S/4HANA security landscape changes confirms that SoD matrices built for ECC become unreliable after conversion. The conflict rules reference transactions that no longer exist, miss new authorization objects introduced in S/4HANA, and fail to account for Fiori app authorizations that bypass the traditional transaction-based access model.

This is not a configuration problem. It is a design-time engineering problem.


What Privilege Creep Actually Looks Like at Migration Time

Privilege creep is the accumulation of access rights that users no longer need. It happens across three vectors in most enterprise SAP environments.

First, job transitions. When a user moves from accounts payable to controlling, they get new access. The old access rarely gets removed. After five years and three job changes, that user holds access spanning procurement, finance, and HR, a combination that violates SoD in ways no single access request ever triggered.

Second, project-based access. Implementation projects, year-end processes, and audit support cycles generate temporary elevated access. Firefighter IDs get reused. Temporary roles become permanent. Emergency access granted during a system outage in 2021 is still active in 2025.

Third, role sprawl. When role designers copy existing roles rather than build from a business capability model, each copy carries forward every transaction and authorization value from the original. Over years, roles accumulate dormant transactions that nobody uses but that still represent active access rights from a SoD perspective.

By the time an S/4HANA migration project starts, a mid-sized SAP environment typically carries hundreds of roles where 30 to 50 percent of assigned transactions have zero usage in the prior 12 months. 

Migrating roles with unused transactions into S/4HANA does not just carry old risk forward. In some cases, S/4HANA's new authorization objects cause those dormant role contents to map to broader access than they did in ECC. A transaction that was harmless in ECC may activate a wider authorization check in S/4HANA.


The SAP-Native Remediation Workflow: SU24, SUIM, and PFCG in Sequence

You do not need a third-party tool to start. SAP provides three native transactions that, used in the right sequence, give you a complete picture of your current access exposure before you touch a single production role.

Step 1: Use SUIM to Inventory Current Access

The SAP User Information System, transaction SUIM, is your starting point for understanding who has what access across the landscape. SUIM lets you query users by role, by authorization object, by transaction, and by combinations of those dimensions.

Run four reports at minimum before remediation begins. Pull all users with access to posting transactions (FB01, VF01, MIGO) combined with approval transactions in the same process area. Pull all users with access to sensitive BASIS transactions such as SU01, SU10, and SE16N. Pull all roles that include more than 150 active transactions, which is a strong indicator of over-provisioned design. And pull all user-role assignments where the last logon date is more than 90 days ago, which surfaces dormant accounts that should be disabled before migration.

SUIM does not tell you whether combinations are SoD violations. It tells you the raw access landscape. That data feeds your SoD analysis.

Step 2: Identify SoD Conflicts Against a Current Ruleset

Your SoD ruleset must reflect S/4HANA transactions, not ECC transactions. If you are using a GRC Access Control ruleset that was last updated during your ECC 6.0 implementation, it will miss conflicts introduced by S/4HANA's process changes. Update the ruleset first, then run the conflict analysis against the SUIM output.

SAP GRC Access Control provides the standard enterprise framework for this analysis. It maintains business process rule libraries, maps conflicting function pairs, and generates conflict reports by user, role, and profile. For organizations without GRC, the same analysis can be run manually using SUIM data cross-referenced against a documented SoD matrix, but at enterprise scale that is not a sustainable approach.

Research from Gutesman et al. on real-time SoD conflict detection establishes the theoretical basis for pre-runtime SoD checking: identifying violations before they are committed to production is significantly less costly than detecting and remediating them after user provisioning is complete. The same principle applies to migration projects.

Step 3: Correct Authorization Defaults in SU24

Before you rebuild roles in PFCG, fix the authorization defaults that PFCG uses as its source of truth.

Transaction SU24 maintains the default authorization objects and their proposed values for each transaction code and each Fiori application. When a role designer adds a transaction to a role in PFCG, PFCG reads SU24 to know which authorization objects to include and what default values to propose.

If SU24 defaults are incorrect, every role built from them inherits the error. In S/4HANA migrations, SU24 defaults for replaced or new transactions may not reflect your security requirements. Review SU24 for every transaction in scope, particularly for Fiori apps that were not present in your ECC system. Set proposal indicators correctly. Mark authorization objects that should always be checked. Remove defaults for authorization objects that your policy excludes.

This step is frequently skipped in migration projects under time pressure. That decision consistently produces roles where authorization checks are either missing or over-permissive, because PFCG built them from uncorrected defaults.

Step 4: Rebuild Roles in PFCG from Business Capabilities

Do not copy roles from ECC. Build them from business function definitions.

SAP's role maintenance transaction PFCG is where roles are constructed, maintained, and generated. A role built correctly in PFCG contains only the transactions and authorization objects required for a defined business function, with org-level values appropriate to the user population.

Use a three-layer architecture. Single roles contain the smallest functional unit, such as "Create Purchase Order." Composite roles bundle single roles into job profiles, such as "Procurement Clerk for Plant 1000." Derived roles replicate the design of a master role across different organizational units without duplicating the permission structure.

This architecture limits role count, simplifies audit reporting, and makes future modifications predictable. When a business function changes, you modify one single role, and the change propagates to every composite and derived role that references it.

Step 5: Validate and Test Before Cutover

After rebuilding roles, run the full SoD conflict analysis again against the new role set. Confirm that all high-priority conflicts identified in Step 2 are resolved. Then run authorization trace analysis, using SAP transaction ST01 or the authorization check framework documented in SAP's authorization evaluation documentation, to confirm that users can complete their required business processes without hitting authorization failures.

SAPinsider's analysis of go-live security sequencing makes the cost case clearly: remediating SoD conflicts before cutover costs a fraction of the effort required after production users are live and dependent on incorrect access. Post-go-live remediation also introduces operational risk, because correcting over-permissive access in production can break business processes that users have already built workarounds around.


When to Start the Role Work: A Sequencing Framework

The timing question is not primarily a technical decision. It is a resource and risk decision.

Before the S/4HANA Project Starts

For organizations with large, complex role landscapes, start role remediation before the S/4HANA project formally begins. This phase focuses on ECC cleanup: removing unused transactions, resolving existing SoD conflicts, standardizing role naming and structure, and establishing the governance model that will govern the S/4HANA design.

Starting early means the S/4HANA project inherits a cleaner baseline. It also means the project team can focus on S/4HANA-specific changes rather than simultaneously debugging both legacy role problems and new S/4HANA authorization requirements.

The main cost argument against early start is that some role work done in ECC will need to be redone when S/4HANA-specific transaction changes are applied. That is true. It is still cheaper than the alternative.

During the S/4HANA Project

Once the S/4HANA development system is available, apply the migration-specific changes. Map ECC transactions to their S/4HANA equivalents using the Simplification List. Add Fiori app authorizations. Test role content in the S/4HANA environment, because authorization behavior can differ from ECC even for transactions that exist in both systems.

This phase should address only S/4HANA-specific changes if the pre-project cleanup was done correctly. If it was not, this phase will be significantly more complex and will compete for time with every other workstream in the project.

After Go-Live

Post-go-live role work should cover edge cases, fine-tuning based on actual user behavior, and deferred items that were explicitly scoped out. It should not be the primary remediation phase. Organizations that defer SoD remediation until after go-live consistently face audit findings within the first annual review cycle.


The Non-Human Identity Problem in SAP Authorization

Role design discussions in SAP environments almost exclusively focus on human users. This is increasingly the wrong frame.

Modern SAP landscapes run significant automated workloads: interface users for middleware connections, batch users for background job execution, RFC users for system-to-system communication, and service accounts for cloud integration platforms. These non-human identities frequently hold broad authorizations granted during implementation and never reviewed since.

Research by Poreddy on non-human identity governance frameworks establishes that traditional role-based access control and HR-driven lifecycle models are structurally inadequate for managing machine identities. These accounts do not have managers who receive access review requests. They do not appear in HR offboarding workflows. They accumulate permissions across system upgrades without anyone noticing.

In S/4HANA migration projects, interface and batch accounts are typically migrated without review because the migration team is focused on human user profiles. Those accounts then exist in production with ECC-era authorizations that may map to broader S/4HANA access than was intended.

A batch user account with S_TABU_DIS access to table maintenance in ECC may, in S/4HANA, gain access to new configuration tables that did not exist in the source system. The authorization object and its values are identical. The scope of access has expanded.

The remediation approach for non-human identities follows the same SUIM-SU24-PFCG sequence used for human users, with one addition: every non-human identity should have a documented owner, a defined technical purpose, and a review cycle independent of HR processes. That governance structure is absent in most SAP environments today.


Automated Role Design: Where Authorization Architect Fits

At enterprise scale, manual role redesign is not a viable path. A large SAP environment with 2,000 or more roles, multiple system landscapes, and a six-month migration timeline needs tooling that automates the mechanical steps while maintaining human control over design decisions.

Transaction Usage Analysis as the Design Evidence Base

Authorization Architect uses Transaction Archive tool to analyze actual SAP execution history across the landscape. The recommended observation window is 13 months, long enough to capture a full annual business cycle plus overlap for month-to-month variation. This matters because role cleanup based on shorter windows risks removing access that is genuinely needed but only exercised during annual processes such as year-end close or tax reporting.

The analysis outputs a fact-based view of which transactions in each role are actually used, which are dormant, and which appear only in role definitions but have never generated an authorization check in production. This replaces assumption-based role cleanup with evidence-based redesign.

Performance: the Transaction Archive analysis typically completes in under two minutes for standard role sets, often in seconds. Present this as an operational benchmark for interactive review sessions, not as a contracted service-level commitment.


Authorization architect user dashboard

SoD Screening Before Role Creation

Authorization Architect runs SoD analysis against the proposed role design before the role is built, not after it is assigned to users. This is the architecturally correct sequence. Detecting a conflict in a role proposal costs nothing. Detecting the same conflict in a production role assigned to 200 users costs weeks of remediation effort.

The SoD check uses a functionality against either the client's existing ruleset or the default library. It covers sensitive transaction checks as well as function-pair conflicts. The result is visible to role designers before they submit the role for approval.

Basin et al.'s foundational work on dynamic enforcement of separation of duty constraints established that workflow-independent SoD policy enforcement, applied at design time rather than runtime, provides the most effective compliance architecture. Authorization Architect's pre-creation SoD check applies this principle directly to SAP role engineering.

Workflow Approvals Embedded in the Role Build Process

Authorization Architect routes role proposals through a structured approval workflow. Role operators create proposals and submit them for review. Role owners, the business stakeholders responsible for role content, receive pre-populated approval requests showing the proposed transactions, org levels, and SoD analysis results. Role approvers authorize composite roles for production deployment.

This three-tier structure, operators, owners, approvers, enforces the separation of design and approval duties that most SAP security governance frameworks require but few organizations actually enforce technically.

Automated Role Build Beyond SU24 Recommendations

When a role proposal clears the approval workflow, Authorization Architect builds the role automatically. This includes naming and description, role long text, structured role menu, org level definitions, and the full authorization object set. It generates master and derived role pairs and creates standalone maintain, display, and composite job roles as appropriate for the design.

The automation goes beyond what SU24 recommends. It applies the organization's naming standards, incorporates the corrected SU24 defaults from the remediation workflow, and produces consistent role content regardless of which team member runs the build. That consistency is critical for audit purposes and for future maintenance.

Migration Provisioning for S/4HANA Transaction Replacements

For migrations specifically, Authorization Architect's Migration Provisioning feature maps ECC transactions in existing roles to their S/4HANA equivalents using the Simplification List. Where a transaction no longer exists in S/4HANA, the tool suggests the replacement. Where a transaction remains, it flags it for testing confirmation.

This is the systematic approach to the XD01-to-BP and XK01-to-BP problem described earlier. Instead of manually tracing each transaction through the Simplification List, the tool processes the full role inventory and produces a remediation plan showing every impacted transaction and its proposed resolution.


Authorization Governance After Go-Live: Sustaining What You Built

Role redesign before go-live solves the migration problem. It does not solve the ongoing governance problem.

Access accumulates again after go-live. New projects generate emergency access. Organizational changes produce new provisioning requests. Integrations add non-human identities without formal review. Within 18 to 24 months of a well-executed migration, many organizations are back to a state of meaningful privilege creep if they have not built the governance infrastructure to prevent it.

Bhatia's research on AI-driven compliance architecture in S/4HANA transformations identifies continuous surveillance and dynamic regulatory data feeds as the structural components that prevent post-go-live compliance drift. The point is sound: compliance-by-design at migration time creates the clean baseline, but sustaining it requires automated monitoring that catches new violations before they accumulate into systemic risk.

The practical controls to build into your post-go-live governance model are direct:

Connect provisioning workflows to HR triggers. Every hire, job change, and termination should automatically generate an access review or modification request. Access that does not get reviewed on a triggered basis will not get reviewed.

Run quarterly access reviews for critical roles and high-risk users, not annual reviews. Annual reviews are too slow to catch the accumulation patterns that create material audit exposure.

Use transaction usage data from the production system, the same data that Authorization Architect analyzes at design time, as your ongoing evidence base for access review decisions. Roles with significant unused transaction populations after six months of production operation should be flagged for cleanup.

Set automated deprovisioning rules for dormant accounts. Accounts that have not logged in for 90 days should be flagged. Accounts inactive for 180 days should be disabled, pending review.

Treat non-human identity governance as a separate program, not a subset of human user access management. Document every interface user, batch user, and RFC user with an owner, a technical purpose, and a review schedule. Review those accounts on the same quarterly cycle used for privileged human users.


A Concrete Example

Procurement SoD Remediation Before Cutover

A North American manufacturing company with 4,200 SAP users and 1,800 roles began its S/4HANA migration with a SUIM-based access inventory. The analysis identified 23 users in the procurement organization who held simultaneous access to purchase requisition creation (ME51N), purchase order approval (ME29N), and goods receipt posting (MIGO). All three functions in one user profile is a textbook SoD violation covering the full procure-to-pay cycle without any compensating control.

Further analysis showed that 14 of the 23 users had accumulated this combination over time through separate access requests, each individually approved, none evaluated against the combined access picture. The remaining 9 held roles that had been copied from a prior template without SoD review.

The remediation sequence: SUIM identified the population. SoD analysis confirmed the conflict severity. Role redesign in PFCG split the three functions into separate single roles, assigned to different user populations with clear functional separation. Authorization Architect ran SoD screening against each redesigned role before build. The three composite roles were approved through the workflow process and built automatically.

Total elapsed time from analysis to production-ready roles: four weeks. The same remediation started post-go-live, with 4,200 live users dependent on their current access, would have required business sign-off on access removal for active users, parallel testing to prevent process disruption, and a change management effort to explain why users were losing access they had held for years. The post-go-live version of the same work typically takes three to five months.


Key Failure Modes to Avoid

Copying ECC roles into S/4HANA without transaction mapping. Copied roles carry every legacy transaction, including those that no longer exist or have changed authorization behavior. This produces both access gaps (missing S/4HANA functions) and access excess (dormant ECC transactions that now trigger different authorization checks).

Running SoD analysis after user provisioning, not before role creation. Post-provisioning SoD analysis identifies conflicts but requires user-level remediation, which is operationally disruptive and business-politically difficult. Pre-creation SoD analysis stops conflicts from entering the design.

Treating non-human identities as out of scope for migration role review. Interface, batch, and RFC users carry real access risk. Their authorizations should be reviewed against the S/4HANA authorization model with the same rigor applied to human user roles.

Deferring SoD remediation to post-go-live. The cost differential between pre-go-live and post-go-live remediation is not linear. Post-go-live remediation competes with operational support, requires business process testing to avoid disruption, and generates audit findings in the first review cycle if not completed quickly.

Using Authorization Architect as a role-copy factory. Automated role build accelerates execution. It does not replace design judgment. Automation run against an uncorrected business function model or a flawed SoD ruleset produces wrong roles faster.


What to Do Next

If your S/4HANA project is in planning, start the SUIM inventory now. Pull the four reports described in Step 1 of the remediation workflow. That data will tell you the scope of your remediation problem before the project schedule is locked and the role work gets compressed into the final two months before cutover.

If your project is already underway, the same analysis applies with more urgency. Get SUIM data, run SoD conflict analysis against a current ruleset, and prioritize the highest-severity conflicts for resolution before the transport to production.

If you have already gone live and the role work was deferred, build the quarterly review cadence and the non-human identity inventory program now. The clean-up will take longer than pre-go-live remediation would have. Starting immediately limits the accumulation.

The technical workflow is not complicated. The governance discipline required to execute it consistently, across teams, landscapes, and project timelines, is where most organizations struggle. That discipline starts with a clear decision that SoD is a design-time engineering responsibility, not a post-go-live audit finding.


Subscribe to Continue This Work

This publication covers SAP authorization engineering, identity governance, and the technical architecture of secure enterprise systems. Future articles will go deeper on Fiori authorization design, SAP GRC Access Control ruleset maintenance, and non-human identity governance frameworks for cloud-integrated SAP landscapes.

If you are building or fixing authorization governance in an SAP environment, subscribe now so these articles reach you directly. No generalist technology news, no vendor marketing. Just the technical depth that the people actually doing this work need.

SR 26-2 Is Here: The 2026 Model Risk Guidance That Finally Gives Validators Teeth

Article by Prof. Hernan Huwyler, MBA, CPA, CAIO
AI GRC Director | AI Risk Manager | Quantitative Risk Lead
Speaker, Corporate Trainer and Executive Advisor
Top 10 Responsible AI and Risk Management by Thinkers360


On April 17, 2026, the Federal Reserve, the FDIC, and the OCC (collectively, "the agencies") issued SR Letter 26-2, which replaces prior model risk management guidance, the SR 11-7 issued in 2011. This update refines supervisory expectations regarding how banking organizations should calibrate their model risk management frameworks. The guidance is most directly applicable to institutions with total assets exceeding $30 billion, though smaller institutions with complex modeling activities are advised to consider its principles.



Scope and Applicability

The guidance formally excludes simple arithmetic calculations, deterministic rule-based processes, and notably, generative artificial intelligence and agentic artificial intelligence models from the definition of a model. However, the agencies explicitly state that traditional statistical, quantitative, and non-generative artificial intelligence models remain within scope. The primary audience is organizations with over $30 billion in assets, reflecting a tailored supervisory approach that recognizes the lower inherent risk profiles of most community banking institutions.

What Is Covered and What Is Not

SR 26-2 draws a clean line between two categories of artificial intelligence. On one side, traditional statistical models and non-generative, non-agentic AI models are fully within scope. This includes logistic regression for credit scoring, random forests for fraud detection, gradient boosting for loss forecasting, and any probabilistic model that applies statistical, economic, or financial theories to produce quantitative estimates. On the other side, generative AI such as ChatGPT-style models and agentic AI that makes autonomous decisions are explicitly excluded from the guidance. 

The agencies state these technologies are novel and rapidly evolving, so they are not covered here. Simple spreadsheet arithmetic and deterministic rule-based processes with no statistical underpinning are also excluded. For practitioners, this means the bank existing credit risk, market risk, and stress testing models remain subject to the full model risk management framework, while the internal productivity chatbots do not.

How to Treat Probabilistic and AI Models in Practice

For probabilistic models and non-generative AI, the guidance applies the same materiality-based framework as any other quantitative model. U.S. banks under scope must assess each model using two dimensions: exposure (portfolio size and financial impact) and purpose (regulatory significance or critical risk decisions). A machine learning fraud detection model affecting $50 million in transactions may require less rigor than a smaller logistic regression model used for regulatory capital calculations, if the latter serves a more critical purpose. The key operational change is that validators of AI models must now have organizational standing to effect change, not just technical expertise. 

For probabilistic models with inherent uncertainty, banks must document assumptions explicitly and monitor performance drift continuously, not annually. Vendor-supplied AI models receive no lighter treatment; proprietary black-box constraints do not excuse banks from validating conceptual soundness. If a vendor will not provide transparency into model design, development data, or assumptions, banks must either conduct independent back-testing using the internal own data or limit the model to immaterial use cases.

Main Changes and Technical Nuances

The most significant departure from prior guidance is the formal introduction of a materiality-driven framework. Rather than applying uniform rigor to all models, the agencies now require banking organizations to evaluate model risk through two distinct lenses:

  1. Model Exposure: The quantitative significance of a model's output to business decisions, typically measured by portfolio size or financial impact.

  2. Model Purpose: A qualitative assessment of whether the model supports regulatory requirements or manages critical financial risk exposures.

The interaction of exposure and purpose determines model materiality, which then dictates the depth of validation, monitoring, and governance required. Immaterial models require only identification and periodic monitoring for changes in conditions that could elevate their status. Conversely, higher materiality models warrant comprehensive and rigorous oversight throughout the lifecycle.

The guidance also introduces a more explicit expectation regarding aggregate model risk. Institutions must assess risk not only at the individual model level but also across portfolios of models. This includes evaluating dependencies, common assumptions, shared data sources, and correlated methodologies that could cause simultaneous failures. A single point of weakness in a shared data pipeline, for example, could manifest as aggregate risk across multiple high-stakes models.

Effective Challenge and Independence

The agencies reinforce the concept of effective challenge as a non-negotiable component of sound governance. Effective challenge is defined as critical analysis performed by objective experts who possess the technical competence to evaluate model risk, sufficient independence to maintain objectivity, and the organizational standing to compel changes. This elevates the requirement beyond mere peer review to a governance mechanism with teeth. Validation functions must be structured to avoid conflicts of interest, particularly misalignment of incentives between model development and validation reporting lines.



Vendor and Third-Party Products

A critical clarification addresses vendor and third-party models. The guidance states that the use of proprietary products, including those where underlying code or methodology is inaccessible, does not diminish the banking organization's risk management responsibilities. Validation of vendor models must include an assessment of conceptual soundness, design, development data, and ongoing performance. Customizations made to vendor models for specific business needs must be documented, justified, and evaluated as part of validation. The inability to inspect proprietary elements is not an acceptable basis for reducing validation rigor.

Model Development, Validation, and Monitoring

The guidance formalizes three components of validation:

  • Conceptual Soundness: Assessing model design, assumptions, qualitative judgments, and data selection.

  • Outcomes Analysis: Comparing model outputs to real-world results, including back-testing and outlier analysis.

  • Ongoing Monitoring: Evaluating performance against changing products, exposures, data relevance, and market conditions.

Notably, the guidance permits limited circumstances where a model may be used prior to completion of validation, such as an urgent business need. In such cases, the institution must apply heightened attention to model limitations, inform relevant stakeholders, and implement compensating controls including usage limits and closer performance monitoring.

Governance and Documentation

The agencies expect a comprehensive model inventory that supports risk management at both individual and aggregate levels. Documentation must be adequate to ensure continuity of operations, track recommendations and exceptions, and support remediation efforts. Internal audit functions are expected to evaluate the effectiveness of model risk management practices rather than duplicate validation activities.

Enforceability Context

While the guidance explicitly states that non-compliance will not result in supervisory criticism standing alone, the agencies preserve their authority to take action for any violations of law or unsafe or unsound practices stemming from insufficient management of model risk. Practically, this means the guidance defines the supervisory baseline. Deviations from its principles will be cited as evidence of inadequate risk management in the event of a model failure or material loss.

Implications for GRC Professionals

The 2026 guidance signals a maturation of model risk management from a technical validation exercise to an integrated governance discipline. GRC professionals should prioritize three actions: first, implementing a tiered inventory that clearly distinguishes material from immaterial models; second, assessing aggregate risk across model portfolios, particularly where shared assumptions or data sources exist; and third, reviewing vendor management agreements to ensure that contractual terms do not impede the validation and ongoing monitoring required by the agencies. The exclusion of generative and agentic artificial intelligence is temporary; the principles articulated in this guidance will likely inform future supervisory expectations as those technologies evolve.



Critical Implications of the Revised Model Risk Management Guidance (SR 26-2)


Four Critical Changes for Risk Managers


1. Redesign Model Tiering Using Dual-Axis Materiality Assessment

Risk managers must now classify all AI predictive models using both exposure (quantitative portfolio impact) and purpose (qualitative regulatory or risk significance), replacing single-dimension risk ratings. This materiality-based framework means a fraud detection AI model affecting $50M in transactions may warrant less rigor than a $10M credit decisioning model if the latter supports regulatory capital calculations. Organizations must rebuild model inventories to document both dimensions, as immaterial models by exposure may still be material by purpose. The tiering directly determines validation depth, monitoring frequency, and governance escalation pathways for each AI risk model.

2. Establish Effective Challenge with Organizational Authority

Validators of AI predictive models must now possess not only technical expertise but demonstrable organizational standing and influence to effect change, moving beyond advisory roles. Risk managers must restructure validation teams to ensure challengers can delay model deployment, escalate concerns to executive committees, and mandate remediation with teeth. This represents a fundamental shift from validation as documentation exercise to validation as governance gate, particularly critical for complex AI models where technical reviewers previously lacked business authority. Second-line model risk functions must now be empowered to override first-line deployment timelines when AI model risks are inadequately addressed.

3. Implement Rigorous Vendor Risk Model Governance

Third-party AI models for credit scoring, fraud detection, or risk forecasting no longer receive lighter treatment despite proprietary limitations, requiring the same conceptual soundness validation as internal models. Risk managers must negotiate with vendors for sufficient transparency into model design, development data, assumptions, and performance metrics to conduct meaningful validation, even when source code is unavailable. Ongoing monitoring and outcomes analysis are now explicitly required for vendor AI models, including documentation of any overlays or adjustments made to customize outputs. Where vendors cannot provide adequate validation evidence, risk managers must either conduct independent testing using the bank's own data or limit the model's application to lower-materiality use cases.

4. Deploy Continuous Model Monitoring Infrastructure

Ongoing monitoring is elevated from periodic review to continuous evaluation, requiring risk managers to implement real-time performance tracking for material AI predictive models across changing data distributions and market conditions. Monitoring frameworks must now explicitly assess whether AI models remain fit-for-purpose as products, client bases, or economic environments shift, with predefined thresholds triggering recalibration or redevelopment. Risk managers must establish outcomes analysis comparing AI model predictions to actual results (back-testing) as a standard validation component, not an optional add-on, particularly for models relying on expert judgment or alternative data. The guidance mandates documentation of model deterioration triggers and response procedures, forcing proactive governance rather than reactive remediation when AI risk models fail.

Priority Actions for SR 26-2 Compliance

1. Materiality Triage

Large U.S. banks should redesign model inventories around purpose and exposure, not a single generic risk score. The guidance is explicit that model materiality depends on the business importance of the use case and the significance of the output to decisions, including regulatory and financial risk use. For predictive AI models, credit loss, fraud, liquidity, and capital-related use cases should be tiered above internal analytics or convenience models. Common practice still overweights model complexity and underweights business consequence; that should be corrected.

2. Challenge Authority

Banks should formalize effective challenge as a control with authority, not as a review function. The guidance requires challengers to have sufficient expertise, independence, organizational standing, and influence to effect change throughout the model lifecycle. That means validation functions need documented rights to delay launch, require remediation, and escalate unresolved issues to executive governance forums. Common advice tends to treat validation as commentary; that is not defensible under this guidance.

3. Continuous Monitoring

Scoped banks should move material predictive AI models to ongoing monitoring with explicit deterioration triggers. The guidance requires monitoring for changes in products, exposures, activities, clients, data relevance, and market conditions, and it states that material deterioration may warrant overlays, adjustment, or redevelopment. Monitoring should therefore include pre-defined thresholds for drift, performance decay, and segmentation instability, not just periodic reporting. Common practice often relies on quarterly review cycles; that is too slow for models embedded in live decisioning flows.

4. Third-Party Validation

Banks should validate vendor and other third-party predictive models to the same conceptual standard applied to internally developed models. The guidance states that proprietary constraints do not remove the need to understand design, development data, assumptions, and performance. Where source code is unavailable, banks need compensating controls such as benchmarking, documented customization review, independent testing, and ongoing outcomes analysis. Common advice often treats SOC reports or vendor attestations as sufficient coverage; they are not.

5. Use Expansion Gate

Banks should treat any extension of model use as a new risk event requiring formal review. The guidance states that using a model beyond its intended purpose introduces additional uncertainty and requires additional analysis of limitations and controls. That means a predictive model approved for one portfolio, channel, or decision layer should not be repurposed without re-validation and governance sign-off. Common practice often extends models through informal business requests; that is a control weakness, not agility.

6. Aggregate Risk Map

The banks under scope should maintain a live inventory that maps individual and aggregate model risk, including shared data, assumptions, and dependencies. The guidance specifically calls out aggregate risk arising from interactions among models and from common methodologies or inputs that can fail simultaneously. For predictive AI models, that inventory should also identify upstream data feeds, shared calibration logic, and correlated override points. Common advice tends to validate models in isolation; that misses the concentration risk the guidance now makes explicit.



About the Author:

Hernan Huwyler is a risk and compliance executive who advises financial institutions on model risk management, AI governance, and control frameworks. He has led validation functions for global banks and regularly writes on the intersection of quantitative risk and regulatory compliance.

#ModelRiskManagement, #SR262, #SR117, #ModelValidation, #EffectiveChallenge, #AIModels, #RiskGovernance, #ModelRisk, #VendorRiskManagement, #FinancialRegulation, #FederalReserve, #FDIC, #OCC, #GRC, #Compliance, #RiskManagement, #AIGovernance, #ModelMateriality, #SecondLineOfDefense, #BankingRegulation


How to Stop Producing Risk Registers Nobody Uses

Article by Prof. Hernan Huwyler, MBA, CPA, CAIO
AI GRC Director | AI Risk Manager | Quantitative Risk Lead
Speaker, Corporate Trainer and Executive Advisor
Top 10 Responsible AI and Risk Management by Thinkers360

The Painful Gap Between Risk Reporting and Risk-Informed Decisions

Most Enterprise Risk Management programs fail in the same quiet way. They produce polished registers, colorful heat maps, and quarterly reports that look impressive in board packs. Then the organization makes its next major capital allocation, acquisition, or vendor choice using a single-page summary with one projected number and zero reference to the risk framework that consumed thousands of hours to build.

I've watched this pattern destroy the credibility of risk functions across industries. The risk team works hard. Stakeholders get interviewed. Likelihood and impact get scored. And none of it touches the actual decisions that determine whether the organization wins or loses. The gap between risk reporting quality and decision quality is where ERM programs go to die.

This article addresses that gap directly. It provides a stage-by-stage implementation approach for building an ERM program that changes how your organization decides, plans, and allocates resources. Every recommendation comes from field-tested practice, not theory. If your ERM program currently produces documents that live in SharePoint between annual reviews, this post shows you how to fix that.


Core Framework: The Three Pillars of Decision-Driven ERM

Effective ERM that actually changes decisions rests on three pillars. Each one addresses a different failure mode I've seen repeatedly in organizations that mistake activity for impact.


Pillar 1: Risk-Informed Performance Management

ERM must live inside the performance management system, not alongside it. This means every major risk links to at least one strategic objective and KPI. When risk shows up in performance reviews and operating rhythms, people pay attention. When it lives in a separate portal, they don't.

The most common failure here is creating the linkage on paper but not in practice. I worked with one organization that mapped all 35 risks to strategic objectives in their GRC platform. Beautiful mapping. But the quarterly business reviews still used a completely separate slide deck with no risk content. The fix was simple but politically difficult: we added a mandatory "risk and assumption" section to the existing QBR template and made the business unit head (not the risk team) responsible for completing it. Adoption jumped from near zero to 80% within two quarters because the accountability sat with the person who owned the performance conversation.


Pillar 2: Risk Analysis Embedded in Decision Workflows

Every significant decision, from capital expenditure approvals to vendor selections to product launches, must include explicit risk reasoning. Not a generic "risk section" pasted at the end of a business case. A structured analysis of key assumptions, downside scenarios, and alignment with risk appetite.


o not try to retrofit risk analysis into existing decision workflows by adding a new form or approval gate. That creates resentment and checkbox behavior. Instead, redesign the decision paper template itself. Add three mandatory questions directly into the body of the document: "What are the top three assumptions this recommendation depends on?" "What happens if each assumption is wrong?" "How does this fit within our stated risk appetite?" When these questions sit inside the template that decision-makers already complete, risk thinking becomes part of the work rather than extra work.


Pillar 3: Distributions Replace Point Estimates

Organizations addicted to single "best guess" numbers make systematically overconfident decisions. Fighting this addiction requires replacing point estimates with ranges, scenarios, and probability distributions for all material assumptions.

Do not try to convert every number in your organization to a distribution. Start by identifying "high-leverage assumptions," the five or six variables that most affect NPV, margin, schedule, or safety in your biggest decisions. Convert those to three-point estimates (minimum, most likely, maximum) first. I made the mistake early in my career of trying to build full stochastic models for everything. The result was analysis paralysis and skepticism from leadership. Starting with just the high-leverage variables keeps the effort manageable and produces results that are visually obvious to executives who have never seen a tornado chart before.


Stage 1: Reframe ERM and Align It to the Business Cycle

The first implementation stage kills the annual risk assessment ritual and replaces it with a rolling cadence tied to how the business actually operates.

Map your organization's existing planning calendar: budgeting cycle, strategy refresh, product roadmap reviews, capital planning windows. Then attach risk input as a standard step in each of those existing processes. Risk analysis during budgeting means budget assumptions get challenged. Risk analysis during strategy refresh means strategic bets get stress-tested. Risk analysis during product roadmap reviews means launch decisions include downside scenarios.


The responsible party for each touchpoint is the business owner, not the risk function. The risk function sets the method, provides tools, and samples for quality. But the business leader presents the risk view alongside the performance view. This matters because risk ownership that sits with a central function creates a dynamic where business leaders treat risk as "someone else's job."

What to do: Collapse your risk inventory from whatever unwieldy number it has grown to (I've seen 200+) down to 10 to 20 enterprise-level risks with clear aggregation logic. Local risks roll up into enterprise themes. The board sees 15 risks, not 150. Business units manage their local registers, but reporting flows upward through defined aggregation rules.

The hardest part of this stage is getting the CEO and CFO to agree that risk content belongs in existing performance forums rather than in separate risk committee meetings. I've found the most effective argument is financial: show them a past decision where a single-point estimate led to a materially different outcome than what a range-based analysis would have predicted. One concrete example of a budget miss or project overrun that was foreseeable with basic scenario analysis does more to shift executive behavior than any amount of framework documentation. Find that example in your own organization's recent history. It exists. I guarantee it.


Stage 2: Build Risk Analysis Into Decision Templates and Workflows

This stage addresses the specific mechanics of getting risk reasoning into the documents and approval processes that govern major decisions.

Start by mapping every "decision point" where risk analysis should be mandatory. Board approvals. Capital investments above a defined threshold. Acquisitions. Large contracts. Major technology choices. Key product or market entry decisions. For each type, define a minimum level of analysis. Small decisions get a short qualitative checklist. Large, irreversible, or high-uncertainty bets get full quantitative modeling.


For every significant contract, investment, or vendor choice, attach a one to two page mini risk assessment. The template should cover: objectives, key assumptions, top five risks with likelihood and impact ratings, existing controls, residual risk rating, and proposed mitigations. This format works because it's short enough to complete in an hour but structured enough to surface real issues.


Standardize quick techniques for smaller assessments: what-if questions, simple decision trees, bow-tie diagrams, or 5x5 matrices. Reserve deeper tools like FMEA, HAZOP, or fault-tree analysis for complex technical or safety-critical decisions. Set clear thresholds (contract value, strategic impact, irreversibility, public or ESG exposure) that trigger the more advanced assessment. This way your organization runs dozens of mini-assessments per month with sensible prioritization, not bureaucratic uniformity.

Require that any recommendation comparing Option A to Option B includes risk-adjusted reasoning. Not just base-case numbers. The proposal must show what happens to each option under stress. Which option breaks first? Which option has a wider range of possible outcomes? This single requirement forces genuine analytical thinking and prevents the common dysfunction where the "highest NPV" option wins by default even when its returns depend on a single fragile assumption.

Watch out for "fake risk-based" methods. I've audited vendor and contract risk methodologies across multiple organizations and found that many rely on uncalibrated scoring, arbitrary matrices, or vague checklists that produce a number but do not actually improve the decision. The test is simple: can you show me a specific instance where this risk methodology changed the selection of a vendor, the structure of a contract, or the design of a project? If the answer requires more than 30 seconds of thought, the methodology is theater. Replace it with structured identification, explicit assumptions, harmonized scales, and wherever possible, quantification tied to financial or operational impacts.

Stage 3: Replace Point Estimates With Ranges and Simulations

This is where decision-driven ERM gets quantitatively serious. Most organizations plan using single numbers for exchange rates, commodity prices, demand volumes, system uptime, and dozens of other variables. Every experienced professional knows these numbers are wrong. But the organization plans as if they're certain, then acts surprised when reality differs.

For key drivers, require ranges or probability distributions instead of single numbers. Start with three-point estimates (minimum, most likely, maximum) because they're intuitive and fit into existing spreadsheet workflows. Show P10, P50, and P90 outcomes next to the traditional single case. Standardize a small set of "risk views" for every major item: base case, conservative (P80 to P90), aggressive (P20), and stress case. Make approval documents reference which profile management is accepting.

For large projects, site selections, portfolio decisions, and annual budgets, run Monte Carlo simulations on the combined distributions of key assumptions. Report results in terms executives can act on: probability of loss, probability of meeting budget or schedule, value at specific percentiles, and which variables contribute most to variance. Tornado charts that show "FX drives 40% of your outcome variance" focus mitigation efforts far better than a color-coded heat map ever could.

Build simple internal libraries of typical distributions for recurring drivers. FX volatility ranges. Load factor distributions. Failure rate curves. Price curve bands. When teams can reuse validated assumptions instead of inventing numbers from scratch, the quality of analysis goes up and the time required goes down. I spent months building these libraries at one organization and it cut the time to produce a quantified risk view from two weeks to three days.

The cultural shift matters more than the technical one. I watched a capital allocation committee change their decision after seeing simulation output for the first time. The "highest NPV" option had a 35% probability of delivering negative returns once you modeled realistic input ranges. The second-ranked option had lower expected returns but only a 12% probability of loss. They chose robustness over optimism. That single moment did more to establish the credibility of quantitative risk analysis than two years of framework presentations. Find your version of that moment. Run the simulation on a decision that's already been made and show leadership what they would have seen if they'd had this view at the time. The reaction will tell you whether your organization is ready.

Stage 4: Governance, Ownership, and Culture Infrastructure

Without accountability structures, everything in the previous three stages degrades within 12 months. I've seen it happen. An organization builds beautiful decision templates, runs impressive simulations, and then slowly reverts to old habits because nobody's performance goals include risk-adjusted outcomes.

Define risk ownership at the level of specific "risk objects": products, processes, portfolios, or business units. Each risk object gets a named owner. That owner's performance goals explicitly include risk-adjusted outcomes. Not just revenue. Not just volume. This connects risk management to compensation and career progression, which is the only reliable driver of sustained behavior change.

Run short monthly "risk clinics" with each business unit. These replace the annual committee meeting that tries to cover everything and covers nothing well. In a 60-minute clinic, review changes in the unit's risk profile, challenge key assumptions, and adjust plans. The risk function facilitates. The business unit leads. Keep the format consistent: what changed since last month, what are the top three risks to this quarter's objectives, what decisions are coming up that need risk input.

Build an explicit expectation that major decisions (capex approvals, acquisitions, product launches, outsourcing) must reference key risks and mitigations from the ERM system. Treat the absence of this reference as a process failure. Not a documentation gap. A process failure that gets flagged in the same way a missing financial approval would get flagged. This is a governance design choice that signals organizational seriousness.

The single most common dysfunction I see in ERM governance is the "risk owner in name only" pattern. Someone's name appears next to a risk on the register, but their actual performance review, bonus criteria, and promotion case make zero reference to how they managed that risk. The fix requires executive sponsorship from the CEO or CFO to mandate that risk-adjusted KPIs appear in performance scorecards for anyone who owns a top-20 enterprise risk. Without this, risk ownership is decorative. I failed to get this done at one organization because I tried to push it through the risk committee instead of the compensation committee. The lesson: risk ownership is a people and incentives problem, not a risk framework problem.


 Implementation Tips

These four tips apply across all stages and address the patterns that most commonly cause decision-driven ERM programs to stall or revert.

Tip 1: Maintain Method Integrity Over Time

Original implementation tip: ERM methods degrade naturally. Templates get shortened. Simulation steps get skipped when deadlines are tight. Scoring scales drift as new people join and interpret criteria differently. Schedule a semi-annual "method health check" where the risk function reviews a sample of recent decision papers, mini-assessments, and simulation outputs against the defined standards. Flag deviations. Retrain where needed. Publish a short "quality scorecard" that shows which business units are maintaining standards and which are slipping. Transparency creates peer pressure that formal compliance never matches.

Tip 2: Handle the "Risk Champion" Role Carefully

Original implementation tip: Many organizations appoint "risk champions" in each business unit to act as liaisons with the central risk function. This works when champions have genuine credibility and seniority in their unit. It fails when the role gets assigned to the most junior person available or treated as administrative overhead. Require that risk champions hold a position at least one level below the unit head. Give them explicit time allocation (minimum 10% of their role). Include champion effectiveness as a factor in their performance review. I've seen champion networks transform ERM adoption when they're staffed with respected operators. I've seen them become an excuse for everyone else to ignore risk when they're staffed with interns.

Tip 3: Document Decision Rationale, Not Just Decision Outcomes

Original implementation tip: Create a simple "decision record" template that captures: the options considered, the risk analysis for each option, the trade-offs discussed, the risk appetite alignment, and the rationale for the final choice. Store these records in a searchable repository. Review a sample annually to check whether risk information was captured, how it influenced the choice, and how outcomes compared to expectations. This feedback loop is where organizational learning happens. Most organizations skip it entirely. The ones that do it consistently develop a pattern-recognition capability that makes future decisions measurably better. One organization I worked with found that 60% of project overruns in a three-year sample traced back to the same two assumption categories that were consistently treated as deterministic when they should have been modeled as ranges.

Tip 4: Be Skeptical of Dashboard-First GRC Platforms

Original implementation tip: Before committing to any ERM or GRC platform, ask the vendor one question: "Show me three examples where your platform's output changed an actual decision at a client organization." If they can only show you dashboards, taxonomies, and workflow automations, proceed with extreme caution. The best platforms provide centralized risk repositories, standardized taxonomies, automated data feeds from incidents and audit findings, scenario analytics, and integration with the BI tools and project portfolio systems your leaders already use daily. The worst platforms produce beautiful screens that no decision-maker ever opens. Run a pilot focused on one specific decision type before scaling. Measure whether the pilot improves option selection or outcome quality, not just reporting speed.

Key References

The following standards and frameworks provide authoritative guidance for building decision-driven ERM programs:


ISO 31000:2018, Risk Management Guidelines, provides the foundational principles and process for integrating risk management into organizational governance and decision-making

COSO ERM Framework (2017), Enterprise Risk Management: Integrating with Strategy and Performance, directly addresses the linkage between risk management and strategic planning

IEC 31010:2019, Risk Assessment Techniques, catalogs and guides the selection of specific risk assessment methods (Monte Carlo, FMEA, bow-tie, fault tree, and others) matched to decision context

ISO 31022:2020, Guidelines for the Management of Legal Risk, extends risk management principles to legal and contractual decision-making

NIST Risk Management Framework (SP 800-37), while focused on information systems, provides a strong model for embedding risk analysis into system acquisition and authorization decisions

The Orange Book (HM Treasury, UK), Managing Public Money risk guidance, offers practical templates for integrating risk analysis into investment and spending decisions

IIA Three Lines Model (2020), provides the governance structure for separating risk ownership, risk oversight, and independent assurance

Closing

When ERM stays a compliance artifact, it consumes budget, absorbs staff time, and produces documents that create an illusion of control. Decisions continue to rely on single-point estimates, gut feel, and the loudest voice in the room. The risk register gets updated annually, presented quarterly, and referenced never. The organization pays the full cost of risk management and receives almost none of the benefit.

When ERM operates as a living decision system, every major choice carries an explicit view of uncertainty, a structured comparison of options under stress, and a clear statement of which risks leadership is consciously accepting. The risk register becomes a hub connected to controls, incidents, KPIs, and projects. Simulations replace single guesses. Performance conversations shift from "you missed the number" to "where did we land in the distribution, and what did we learn?" The difference between these two states determines whether your organization manages risk or merely documents it.

What's one major decision your organization made in the last year that would look completely different if someone had modeled the downside honestly?

How to Use Large Language Models Securely in Risk Management, Compliance, Cybersecurity, and Audit

 

Article by Prof. Hernan Huwyler, MBA, CPA, CAIO
AI GRC Director | AI Risk Manager | Quantitative Risk Lead
Speaker, Corporate Trainer and Executive Advisor
Top 10 Responsible AI and Risk Management by Thinkers360

A Tactical LLM Playbook for GRC Practitioners

A compliance officer asked an LLM to analyze a vendor contract for GDPR obligations. The prompt included the full contract text. The contract contained employee names, personal email addresses, salary data from an embedded compensation schedule, and a confidential arbitration clause. All of it went into a third-party API. The compliance officer received a helpful analysis. The organization received a data privacy incident.

Nobody planned for this. The compliance officer was doing good work. The tool produced a useful output. And the organization now had regulated personal data sitting in an external system with no data processing agreement, no retention controls, and no way to request deletion.

That is the paradox of LLMs in GRC. The same capability that makes them powerful for regulatory analysis, risk assessment, and audit automation makes them dangerous when deployed without guardrails. An LLM will process whatever you feed it. It does not distinguish between public regulatory text and confidential personal data. It does not know that the regulation it cited does not exist. It does not understand that the risk score it generated was influenced by training data biases that systematically underweight emerging market vendors.

This problem is not hypothetical. It is happening right now in compliance teams, audit departments, and risk functions across every industry. The speed at which GRC professionals adopted LLM tools outpaced the speed at which their organizations built controls around those tools. The result is a growing population of uncontrolled AI interactions processing sensitive data, generating compliance outputs, and informing risk decisions with no logging, no validation, and no governance.

This post is a tactical playbook for deploying LLMs securely in GRC functions. It covers the guardrail architecture that must be in place before any LLM touches compliance data, the specific risks that LLM deployment creates in each GRC domain, the practical workflows that produce value while maintaining the control rigor that regulators and auditors expect, and the implementation roadmap that gets you from concept to production in 90 days. Every recommendation maps to published regulatory guidance and production experience across financial services, technology, healthcare, and public sector organizations.




Why GRC Teams Are Adopting LLMs and Why Most Are Doing It Wrong

The adoption driver is obvious. GRC work is document-heavy, repetitive, and time-constrained. Reading 200 pages of regulatory text to identify three relevant provisions. Reviewing 50 vendor questionnaire responses to spot inconsistencies. Mapping 300 controls to a new compliance framework. Writing audit workpaper narratives for 40 controls tested. These tasks consume enormous skilled labor hours and produce outputs that are structurally similar from one instance to the next.

LLMs handle this type of work well. They read fast. They summarize accurately when properly grounded. They identify patterns across large document sets. They generate structured outputs from unstructured inputs. For a GRC team drowning in manual work, the productivity gain is immediate and measurable.

The problem is that most GRC teams adopted LLMs the way they adopt a new spreadsheet template. Someone on the team tried it. It worked. They told colleagues. Usage spread. Nobody built controls. Nobody established policies. Nobody logged anything. Six months later, the team has processed hundreds of sensitive documents through an uncontrolled channel, generated compliance outputs with no validation trail, and created a regulatory exposure that is larger than any risk the LLM was used to assess.

I have seen this pattern at more than a dozen organizations in the last 18 months. The teams are not negligent. They are resourceful people solving real problems with available tools. The failure is organizational. Nobody told them to stop. Nobody gave them a secure alternative. Nobody defined what acceptable LLM use looks like in a regulated function.

This playbook fixes that.

Build Control Architecture Before Anything Else

No LLM should interact with GRC data without a layered defense architecture. This is non-negotiable. The architecture applies regardless of whether you use a commercial API, an open-source model, or an enterprise-deployed system. It applies to the summer intern using ChatGPT and to the AI platform your IT department is evaluating for enterprise deployment.

The data flow has five stages. Untrusted input enters a PII and secrets filter. Filtered input passes through a content policy check. Validated input reaches the LLM. LLM output passes through output moderation. Moderated output goes through selective human review before it becomes operational.

Each layer addresses a specific threat. Skip a layer and you create an exploitable gap.

Layer 1: Input Sanitization and Secret Scanning

Before any data reaches the LLM, scan it for personally identifiable information, authentication credentials, API keys, and other sensitive material.

Tools like Microsoft Presidio handle PII detection through named entity recognition and configurable patterns. It catches names, email addresses, phone numbers, social security numbers, credit card numbers, and dozens of other PII categories. You can configure custom recognizers for organization-specific patterns like internal employee IDs or client account numbers.

TruffleHog or similar secret scanners detect credentials and API keys embedded in text. This matters more than most GRC teams realize. Vendor contracts, IT audit evidence packages, and incident reports frequently contain embedded credentials, connection strings, or API tokens that were included for context but should never leave the organization.

Custom regex patterns catch organization-specific sensitive data formats like internal account numbers, classification markings, matter numbers, or case identifiers that would reveal the existence of confidential investigations.

This layer prevents the most common and most damaging LLM deployment failure in GRC: feeding regulated data into a model without appropriate controls. Privacy-preserving methods are not optional for compliance data. They are the baseline.

Practical tip for Layer 1: Build a sensitivity classification for your GRC document types. Not every document carries the same risk. A publicly available regulation is low sensitivity. A vendor due diligence file containing bank account numbers and beneficial ownership data is high sensitivity. A whistleblower report is critical sensitivity. Map each document type to the appropriate input controls. Low-sensitivity documents may pass through basic PII scanning. High-sensitivity documents require full sanitization with human verification that sensitive data was properly removed. Critical-sensitivity documents should never enter an external LLM API under any circumstances.

Layer 2: Content Policy Engine

Before the sanitized input reaches the LLM, a policy engine validates that the request conforms to defined acceptable use policies.

Open Policy Agent (OPA) can enforce rules such as: no contract text containing compensation data may be sent to external LLM APIs, no prompts requesting risk scores for identified individuals without appropriate authorization flags, no regulatory analysis prompts without a jurisdiction tag that enables the correct grounding sources, and no incident report summaries may be generated without a case classification tag confirming the matter is not subject to legal privilege.

This layer implements the access governance and acceptable use controls that ISO/IEC 42001 requires for any AI management system and that the NIST Generative AI Profile identifies as essential for trustworthy deployment.

Most organizations skip this layer entirely. They scan for PII (Layer 1) and moderate outputs (Layer 3) but apply no policy logic to the requests themselves. This is like having a firewall that inspects packets but no access control list defining what traffic is permitted.

Practical tip for Layer 2: Start with three policies and expand from there. Policy one: No external LLM API calls may include documents classified as confidential or above. Policy two: No prompts may request analysis of named individuals without a documented business justification. Policy three: All regulatory analysis prompts must include the source regulation as context rather than asking the model to recall regulatory requirements from memory. These three policies prevent the majority of GRC-specific LLM incidents I have encountered.

Layer 3: Output Moderation

LLM outputs must be checked before they reach users. This layer catches five categories of problems.

Hallucinated regulatory citations. The LLM cites "GDPR Article 47(3)" and it sounds authoritative. But GDPR Article 47 has only two paragraphs. The citation does not exist. In a GRC context, a hallucinated regulatory requirement can trigger unnecessary control implementations, create false compliance confidence, or lead to audit findings based on nonexistent obligations.

Inappropriate confidence levels. The LLM states "this vendor is compliant with NIS2 requirements" when it has only reviewed a self-assessment questionnaire. The statement conveys certainty that the evidence does not support.

Unauthorized legal conclusions. The LLM generates text that could constitute legal advice without appropriate disclaimers. In many jurisdictions, providing legal analysis without proper qualification creates liability.

Sensitive data inference. The LLM includes information it inferred from its training data rather than from the provided input. It might reference a vendor's previous regulatory issues that were in the training data but were not provided in the current prompt, potentially revealing information the user should not have access to.

Formatting and structure violations. The output does not conform to organizational standards for compliance reports, audit workpapers, or risk assessments, creating inconsistency in official records.

Tools like Lakera, Protect AI, or custom moderation layers using regex patterns and classification models serve this function. For GRC-specific moderation, build custom checks that verify regulatory citations against a known-good database of actual regulations, flag absolute compliance statements that should include qualifications, and detect outputs that reference information not present in the provided context.

Practical tip for Layer 3: Create a regulatory citation verification database. Build a simple lookup table containing every regulation, article, section, and paragraph your organization is subject to. When the LLM cites a regulatory provision, automatically verify it against this database. Any citation that does not match triggers a review flag. This single check catches the most dangerous category of LLM errors in GRC: confident citation of nonexistent requirements. The database takes about two days to build for a typical regulated organization and saves hundreds of hours of manual citation checking.

Layer 4: Selective Human Review

Not every LLM output requires human review. But every output that will inform a compliance decision, be shared externally, or create a permanent record must be validated by a qualified human before it becomes operational.

The IIA Global Internal Audit Standards require that AI-generated outputs used in assurance activities be validated against primary sources. ISACA's AI Audit Framework reinforces this requirement. The DOJ Evaluation of Corporate Compliance Programs explicitly expects that automated compliance tools support, rather than replace, accountable human judgment.

The practical challenge is defining which outputs require review and which do not. Here is a classification that works in practice.

Always requires human review: Any output that will be submitted to a regulator, shared with the board, included in an audit report, used to make a compliance determination, or sent to an external party. Any output that recommends a specific course of action on a matter involving legal liability, regulatory obligation, or significant financial exposure. Any output that assigns a risk rating to a specific entity, vendor, product, or business unit.

Requires spot-check review: Routine summaries of known documents, standardized formatting of data that was already validated, and translation of approved content between formats. Review 10-20% of these outputs on an ongoing basis and increase the percentage if errors are found.

Does not require individual review: Internal research summaries used only to inform the human reviewer's own analysis, draft outlines that will be substantially rewritten, and data extraction from structured sources where the accuracy can be verified programmatically.

Practical tip for Layer 4: Track the human review rejection rate by use case. If reviewers are overriding or significantly modifying more than 15% of LLM outputs for a specific use case, the prompt design needs improvement. If the rejection rate is below 3%, you may be rubber-stamping outputs without genuine review. Both extremes indicate a process problem. The healthy range is 5-12% for most GRC use cases in the first six months of deployment, declining to 3-7% as prompts mature.

Layer 5: Comprehensive Logging (The Layer Most Teams Forget)

Every LLM interaction that informs a GRC decision must be logged. This is not Layer 5 in the sequential data flow. It operates across all four layers, capturing the complete interaction lifecycle.

Log the following for every interaction: timestamp, user identity, use case classification, the prompt (with sanitized version if PII was removed), the source documents provided as context (by reference, not by full content), the model name and version, the raw output, any moderation flags triggered, the human review disposition (approved, modified, or rejected), and the final output that became operational.

Without this trail, regulators cannot evaluate how decisions were made, auditors cannot test the reliability of AI-assisted processes, and the organization cannot demonstrate the effectiveness of its compliance program.

The DOJ Evaluation of Corporate Compliance Programs expects that companies can demonstrate how compliance decisions are made. PCAOB AS 2201 requires audit evidence supporting the design and operating effectiveness of internal controls. If an LLM participated in control testing or compliance analysis, the audit trail must document that participation.

I have worked with three organizations that deployed LLMs in their compliance functions, demonstrated value, scaled to multiple use cases, and then discovered they had no systematic record of any prior LLM interaction. When their external auditor asked how a specific regulatory gap analysis was performed, nobody could reproduce the prompt, the source documents used, or the model version that generated the output. The analysis was correct. The evidence was nonexistent.

Logging is not a future enhancement. It is a prerequisite.

Practical tip for logging: Use a structured logging format from day one. Each log entry should follow a consistent schema that includes a unique interaction ID, the use case category (regulatory analysis, vendor review, audit support, etc.), the risk classification of the input data, and the review status. This structured format makes the log searchable, auditable, and reportable. An unstructured text log of prompts and outputs is better than nothing, but it will not survive an auditor's scrutiny when they need to reconstruct the decision trail for a specific compliance determination six months after the fact.

Core Risks of LLM Deployment in GRC

Five risks require specific mitigation before LLMs can be deployed in any GRC workflow. Each risk has a specific mechanism and a specific countermeasure.

Risk 1: Prompt Injection Through Untrusted Data

When an LLM processes vendor emails, regulatory text, incident reports, or any other external data, that data can contain instructions that hijack the model's behavior. A malicious vendor could embed hidden instructions in a contract document that cause the LLM to classify the vendor as low-risk regardless of the actual content. An adversary could embed instructions in a phishing email that, when the LLM processes the email for threat classification, causes the model to classify the email as safe.

This is not a theoretical attack. Prompt injection has been demonstrated against every major commercial LLM. In a GRC context, the consequences are particularly severe because the outputs directly inform risk decisions.

The mitigation is input sanitization plus an external guardrail layer that separates user instructions from untrusted data. The content policy engine (Layer 2) should flag any input containing instruction-like patterns within data that should be treated as passive content. Some teams use a dual-model approach where one model processes the untrusted data and a separate model generates the analysis, preventing injected instructions from reaching the analysis model.

Practical tip: When processing vendor-submitted documents, strip all formatting, metadata, and hidden text layers before sending content to the LLM. Hidden text fields, white-on-white text, and metadata comments are the most common vectors for embedded injection instructions in documents. A simple text extraction that preserves only visible content eliminates the majority of document-based injection risks.

Risk 2: Hallucinations on Regulatory Content

LLMs generate plausible-sounding text that may cite regulations, articles, or requirements that do not exist. I have personally encountered LLM outputs that cited specific GDPR recitals with paragraph numbers that do not exist, referenced SEC rules with fabricated rule numbers, and quoted ISO standards with invented clause numbers. Each output was written with the same confident tone as a legitimate citation.

In a GRC context, a hallucinated regulatory requirement can trigger three types of damage. First, unnecessary control implementations that waste resources addressing a nonexistent obligation. Second, false compliance confidence where the team believes it has met a requirement that does not exist while missing one that does. Third, audit findings based on nonexistent obligations that damage credibility when the error is discovered.

The mitigation is grounding. Every regulatory analysis prompt must reference authoritative source documents provided in the context, not the model's training data. The prompt design should instruct the model to cite only from provided sources and flag any statement it cannot support with a specific reference. Human review must verify every regulatory citation against primary sources before the analysis becomes operational.

Practical tip: Design your prompts with explicit grounding instructions. Instead of "What are the DORA requirements for cloud outsourcing?" write "Based only on the following text of DORA Articles 28-30 [paste articles], identify the specific requirements that apply to cloud service provider arrangements. For each requirement, cite the specific article and paragraph. If you cannot cite a specific provision for a statement, flag it as 'ungrounded' and do not include it in the final output." This prompt structure reduces hallucinations by 80-90% in my experience because it constrains the model to verifiable source material.

A second practical tip: Maintain a "hallucination journal" for your GRC LLM deployment. Every time a human reviewer catches a hallucinated citation, incorrect regulatory reference, or fabricated requirement, log it with the prompt that produced it, the incorrect output, and the corrected information. Review this journal monthly. Patterns will emerge. Certain types of prompts, certain regulatory domains, and certain document structures produce hallucinations more frequently. Use these patterns to refine your prompt templates and strengthen your output moderation rules.

Risk 3: Data Leakage of PII and Secrets

Any data sent to an LLM API potentially becomes training data for future model versions unless contractual and technical controls prevent it. Even with appropriate data processing agreements, the risk of sensitive data exposure through model memorization or prompt logging creates GDPR, HIPAA, and other regulatory liability.

The risk extends beyond the obvious PII categories. GRC documents frequently contain information that is sensitive for reasons beyond privacy law. Whistleblower identities. Attorney-client privileged communications. Draft regulatory filings. Merger and acquisition discussions. Enforcement action responses. Board deliberations on risk appetite. None of these may contain PII in the traditional sense, but all of them create material harm if exposed.

The mitigation is the input sanitization layer (Layer 1) combined with context size limits that prevent sending entire documents when only specific sections are needed. For highly sensitive workflows, deploy models on-premises or in a private cloud environment where data never leaves organizational control.

European data protection authorities and the UK Information Commissioner's Office have both established that organizations must conduct data protection impact assessments for AI systems processing personal data and implement privacy-by-design measures. This is not guidance. It is a regulatory expectation with enforcement consequences.

Practical tip: Implement a "minimum necessary data" principle for LLM interactions, analogous to the minimum necessary standard in healthcare privacy. Before sending any document to an LLM, ask: "What is the minimum amount of text needed for this analysis?" If you need a summary of a 50-page contract's termination provisions, extract only the termination clause and send that. Do not send the entire contract. If you need to classify a vendor's risk based on their industry and geography, send the industry code and country, not the full vendor profile. Every character you do not send is a character that cannot be leaked.

Risk 4: Bias Amplification in Risk Scoring

LLMs trained on historical data may systematically disadvantage certain vendor categories, geographic regions, or organizational types in risk scoring. A model that learned from historical compliance data where emerging market vendors were disproportionately flagged will continue that pattern regardless of current risk profiles.

This risk is particularly insidious in GRC because it operates invisibly. The risk scores look reasonable. The format is professional. The analysis reads well. But the underlying pattern consistently rates vendors from certain regions higher risk than equivalent vendors from other regions, not because of actual risk factors but because of historical enforcement patterns in the training data.

The NIST AI RMF Map function specifically requires characterizing data quality and potential biases as prerequisites for trustworthy AI deployment. ISO/IEC 23894 provides the formal risk management framework for identifying and addressing AI-specific bias risks.

The mitigation is testing with diverse scenarios and implementing explainability checks that reveal the factors driving each risk assessment.

Practical tip: Build a bias detection test set. Create 20 fictional vendor profiles that are identical in every risk-relevant dimension except geography, ownership structure, or industry category. Run them through your LLM risk scoring workflow. If the scores differ meaningfully based on factors that should not drive risk ratings, you have a bias problem. Repeat this test quarterly and after any model update. Document the results. This test takes about two hours to build and 30 minutes to run. It catches bias that no amount of output review will detect because the individual outputs all look reasonable in isolation.

A second practical tip: When using LLMs for risk scoring, require the model to explain each score component and the evidence supporting it. A risk score of "high" with an explanation of "because the vendor is located in Southeast Asia" reveals geographic bias immediately. A risk score of "high" with an explanation of "because the vendor has had three data breaches in the last 24 months, lacks SOC 2 certification, and has no documented incident response plan" reveals legitimate risk factors. The explainability requirement turns the LLM from a black box into a transparent reasoning tool.

Risk 5: Absence of Audit Trail

Every LLM interaction that informs a GRC decision must be logged. The prompt, the input data (sanitized), the model version, the output, and the human review disposition must all be recorded. Without this trail, regulators cannot evaluate how decisions were made, auditors cannot test the reliability of AI-assisted processes, and the organization cannot demonstrate the effectiveness of its compliance program.

This risk compounds over time. An organization that deploys LLMs without logging may operate for months or years without incident. But when a regulator asks how a specific compliance determination was made, when an auditor requests evidence supporting a control test conclusion, or when litigation requires production of the decision-making process for a specific vendor assessment, the absence of records transforms a manageable inquiry into a defensibility crisis.

Practical tip: Tie your LLM logging to your existing GRC record retention schedule. If your organization retains audit workpapers for seven years, retain LLM interaction logs for the same period. If regulatory examination materials are retained for five years, apply the same standard. This alignment ensures that LLM evidence is available for the same duration as the compliance decisions it supported. It also prevents the common mistake of applying a shorter retention period to AI interaction logs than to the decisions those interactions informed.

LLMs in Risk Management and Compliance: Practical Workflows

Automated Policy Analysis and Gap Identification

Feed your internal policy library and the current text of relevant regulations (GDPR, DORA, NIS2, EU AI Act, SOX, HIPAA) into the LLM context. Ask it to identify gaps between your policies and regulatory requirements, suggest wording changes for identified gaps, and prioritize findings by regulatory deadline and enforcement severity.

The output is a prioritized action list with specific policy sections requiring updates, the regulatory basis for each change, and recommended language.

The grounding requirement is critical here. The LLM must analyze from the provided regulatory text, not from its general training data. Include the actual regulation in the prompt context. Do not ask the LLM to recall what GDPR Article 17 says. Provide Article 17 and ask the LLM to compare it against your policy.

Practical tip for policy analysis: Break your analysis into regulation-by-regulation passes rather than asking the LLM to compare your policy against all applicable regulations simultaneously. A prompt that says "Compare this policy against GDPR, DORA, NIS2, SOX, HIPAA, and the EU AI Act" will produce shallow analysis across all six frameworks. Six separate prompts, each providing the full text of one regulation and your policy, will produce deeper analysis for each framework. The total time is slightly longer, but the quality difference is substantial. Each pass focuses the model's full attention on one comparison, producing more specific gap identification and more actionable recommendations.

A second practical tip: After the LLM identifies gaps, ask it to generate a remediation priority matrix using three dimensions: regulatory deadline (when must compliance be achieved), enforcement severity (what are the consequences of non-compliance), and remediation complexity (how much effort is required to close the gap). This matrix gives your compliance leadership a visual tool for resource allocation decisions that is grounded in specific regulatory requirements rather than subjective prioritization.

Real-Time Risk Assessment Integration

LLMs can integrate with SIEM systems and risk platforms to contextualize alerts and recommend remediation steps. When a SIEM generates an alert, the LLM receives the alert context (sanitized of PII), relevant control documentation, and historical disposition data for similar alerts. It generates a preliminary risk assessment, suggests which controls may have failed, and recommends investigation steps.

This reduces the time from alert generation to informed human decision from hours to minutes.

NIST SP 800-137 on Information Security Continuous Monitoring provides the foundational design principles for real-time monitoring systems. The LLM extends these principles by adding contextual interpretation that rule-based systems cannot provide.

Practical tip: Build a "playbook context" for your LLM integration. For each alert category your SIEM generates, create a structured context package that includes the relevant control documentation, the escalation procedure, the historical false-positive rate for that alert type, and the three most recent dispositions for similar alerts. When the LLM receives an alert, it also receives this context package. The result is a preliminary assessment that is informed by your organization's specific control environment and incident history, not generic cybersecurity advice.

Third-Party Risk Communication Analysis

LLMs analyze vendor communications, due diligence documents, and compliance audit responses to identify risk indicators that human reviewers might miss in large document volumes. They flag inconsistencies between vendor representations and public filings, identify missing documentation in onboarding packages, and generate structured risk summaries from unstructured vendor correspondence.

OFAC compliance guidance and FATF publications on financial crime provide the screening frameworks that LLM-assisted vendor analysis must align to. The LLM should flag potential matches for human analyst review. It should never make autonomous sanctions screening decisions.

Practical tip: Design your vendor analysis prompts to specifically request contradiction detection. "Review the attached vendor questionnaire response and the attached vendor's most recent annual report. Identify any statements in the questionnaire that are contradicted by, inconsistent with, or not supported by the annual report. For each contradiction, cite the specific questionnaire response and the specific annual report section." This prompt structure catches the discrepancies that matter most in vendor due diligence: the gap between what the vendor tells you and what the vendor tells its shareholders.

A second practical tip: Use LLMs to build a vendor risk indicator library from your historical vendor assessments. Feed the LLM your last three years of vendor risk assessments and the subsequent outcomes (vendors that had incidents, vendors that failed audits, vendors that experienced financial distress). Ask it to identify which risk indicators in the initial assessments were most predictive of subsequent problems. The resulting indicator library improves future assessments by focusing analyst attention on the factors that actually predict vendor risk in your specific portfolio.

Regulatory Change Impact Assessment

Beyond identifying new regulations, LLMs can assess the operational impact of regulatory changes on your specific control environment.

The workflow: When a new regulation or amendment is published, feed the LLM the full text of the change alongside your current control framework documentation. Ask it to identify which existing controls are affected, what new controls may be required, which business processes need modification, and what the implementation timeline looks like based on effective dates and transition periods.

Practical tip: Create a standard "regulatory change impact template" that the LLM completes for every significant regulatory development. The template should include affected business units, affected control framework sections, new obligations created, existing controls requiring modification, estimated implementation effort, regulatory deadline, and recommended priority. This standardized format makes regulatory change management consistent regardless of which team member handles the analysis and creates an audit trail of how each regulatory change was assessed and actioned.

LLMs in Cybersecurity for Practical Workflows

Intelligent Threat Detection and Contextual Analysis

LLMs process security event logs, network traffic metadata, and threat intelligence feeds to identify patterns that signature-based detection misses. They interpret anomalies in context, distinguishing between a legitimate after-hours database access by an on-call DBA and an unauthorized access attempt using compromised credentials.

The practical workflow: Security events pass through initial triage rules. Events requiring contextual interpretation are forwarded to the LLM with relevant context (network topology, user role, access history). The LLM generates a preliminary classification and recommended response. A security analyst reviews the classification before any automated response executes.

Practical tip: Measure and track the LLM's classification accuracy against your security analyst's final determinations. After three months of parallel operation, you will have enough data to calculate the model's precision (what percentage of flagged events are genuine threats) and recall (what percentage of genuine threats does the model flag). These metrics determine whether the LLM is improving your detection capability or just adding noise. If precision is below 40%, your prompts need refinement. If recall is below 80%, the model is missing too many genuine threats to be trusted as a triage tool. Adjust and retest monthly.

Adversarial Defense for LLM Systems

LLMs deployed in GRC functions are themselves targets. Adversarial attacks including prompt injection, model extraction, and training data poisoning can compromise the integrity of any LLM-dependent process.

Protecting LLMs requires adversarial training (exposing the model to attack patterns during fine-tuning), sophisticated input validation (detecting and rejecting adversarial inputs before they reach the model), and differential privacy implementations (preventing the model from memorizing or leaking training data).

The practical implication: Treat your GRC LLM deployment as a security-sensitive system. Apply the same vulnerability management, access control, and monitoring practices you would apply to any critical business application. Include LLM systems in your penetration testing scope. Monitor for unusual usage patterns that might indicate compromise or misuse.

Practical tip: Conduct quarterly red team exercises against your GRC LLM deployment. Have your security team attempt prompt injection through vendor documents, try to extract sensitive information through carefully crafted queries, and attempt to manipulate risk scores through adversarial inputs. Document the results, fix vulnerabilities, and retest. Red teaming is not optional for production AI systems in regulated environments. The NIST AI RMF identifies red teaming as a core measure activity, and the EU AI Act requires it for high-risk AI systems.

Incident Root-Cause Analysis and Response Acceleration

Post-incident, LLMs analyze logs, control execution records, change management timelines, and access records to reconstruct event sequences. They identify patterns across the current incident and historical incidents. They suggest contributing factors and recommend preventive controls.

The time compression is significant. An investigation that took two weeks of manual log analysis and stakeholder interviews can produce a preliminary root-cause assessment in hours. The human investigator validates and refines the LLM's analysis rather than building it from scratch.

Practical tip: Build an "incident context package" template for your LLM. When an incident occurs, the template guides evidence collection so the LLM receives the information it needs in a structured format: affected systems, timeline of events, user activities during the relevant window, control status at time of incident, recent change management activities, and any prior incidents involving the same systems or processes. A structured input produces a structured analysis. An unstructured dump of log files produces an unstructured summary that requires extensive human rework.

LLMs in Audit for Practical Workflows

Automated Compliance Audit Execution

LLMs map policies to operational procedures, test whether documented controls match actual system configurations, and flag discrepancies between stated compliance posture and evidence. They reduce false positives compared to traditional keyword-based compliance scanning because they understand context rather than matching strings.

The practical workflow: Feed the LLM your control framework, your policy documents, and the evidence collected for a specific control. Ask it to assess whether the evidence supports the control design and operating effectiveness described in the framework. The LLM generates a preliminary assessment with identified gaps and recommended additional evidence. The auditor reviews the assessment, validates against primary evidence, and finalizes the workpaper.

Practical tip: Create standardized prompt templates for each control type in your framework. An access control test prompt differs from a change management control test prompt, which differs from a segregation of duties control test prompt. Each template should specify what evidence the model should expect, what criteria define effective operation, and what constitutes a deficiency. Standardized templates produce consistent results across auditors and across audit periods, making trend analysis possible and reducing the learning curve for new team members.

A second practical tip: Use the LLM to generate the "expected evidence" list for each control before fieldwork begins. Feed it the control description and ask it to list every piece of evidence that should exist if the control is operating effectively. Compare this AI-generated list against your current audit program's evidence requirements. In my experience, the LLM identifies 15-25% more evidence items than most manual audit programs because it considers edge cases and supporting documentation that experienced auditors sometimes take for granted.

Secure Audit Pipeline with Continuous Evidence Monitoring

LLM-supported secure pipelines enable continuous compliance enforcement with built-in auditability and operational governance. The pipeline continuously ingests control evidence, applies LLM-based analysis to detect anomalies and control failures, and generates audit-ready reports on a scheduled basis.

This shifts internal audit from periodic sampling to continuous assurance, one of the most significant operational improvements available through LLM technology.

The key governance requirement: Every LLM-generated audit finding must be validated by a qualified auditor before it enters the audit report. The LLM identifies potential issues. The auditor confirms them. The IIA Global Internal Audit Standards are explicit that professional judgment remains the auditor's responsibility regardless of the tools used.

Practical tip: Start your continuous monitoring pipeline with a single high-volume control. Access provisioning is an excellent starting point because it generates large volumes of evidence (provisioning tickets, approval records, access logs), has clear pass/fail criteria (was the access approved before it was provisioned?), and typically has the highest false-positive rate in manual testing. Run the LLM monitoring in parallel with your manual testing for two quarters. Compare results. Quantify the time savings and the additional exceptions identified. Use these metrics to build the business case for expanding the pipeline to additional controls.

Workpaper Generation and Standardization

LLMs can generate draft audit workpapers from structured inputs, creating consistent documentation that follows organizational standards. The auditor provides the control description, the evidence reviewed, and the testing results. The LLM generates the workpaper narrative, the conclusion, and any recommendations.

Practical tip: Build a workpaper quality checklist that applies to both human-written and LLM-generated workpapers. The checklist should verify that the workpaper states the control objective, describes the testing methodology, identifies the population and sample (or confirms full-population testing), documents each piece of evidence reviewed, states whether the control is effective or deficient, and provides the auditor's conclusion with supporting rationale. Apply this checklist to LLM-generated workpapers before approval. Over time, refine the prompt template so the LLM consistently produces workpapers that pass the checklist without modification.

What You Need to Know Now on LLM Safety Alignment 

Regulatory timelines for AI safety are not future concerns. They are current obligations.

EU AI Act prohibitions applied from February 2025. General-purpose AI transparency obligations apply from August 2025. Most high-risk system duties apply from August 2026. The Colorado AI Act becomes effective February 1, 2026. China's generative AI rules already apply to global providers serving China.

The NIST AI RMF 1.0 sets the de facto US control baseline. The 2024 playbook and profiles guide generative AI evaluations, bias mitigation, and governance mapping. ISO/IEC 42001:2023 provides the auditable AI management system standard. The UK ICO guidance establishes GDPR-grade governance expectations for generative AI effective now.

Enterprise readiness gaps are significant. Industry surveys indicate only 30-40% of firms report mature AI governance aligned to NIST or ISO controls. Fewer than 25% have LLM-specific red teaming in place.

Estimated compliance costs over 12-24 months: $500,000 to $2 million one-time for typical deployers. $3-10 million for GPAI providers and fine-tuners. $5-15 million for high-risk regulated product vendors. Plus ongoing 10-20% of AI program budget.

Automation reduces 25-40% of manual effort by automating model inventory, evaluation pipelines, documentation, dataset lineage, and evidence collection.

Mandatory Versus Best-Practice Safety Metrics

Regulators rarely prescribe numeric thresholds. They require rigorous, documented measurement and continuous improvement.

Mandatory to report across EU AI Act, NIST AI RMF-aligned programs, and relevant jurisdictions: harmful content rates with uncertainty measures, jailbreak and red-team incident rates with severity classification, robustness under foreseeable misuse scenarios, documented bias assessments, accuracy and error reporting for intended tasks, and post-release incident monitoring with corrective actions.

Best-practice metrics to track and justify when used: statistical parity difference, equalized odds gaps, refusal precision and recall, toxicity percentiles, robustness under strong adversarial test suites, explainability coverage scores, and content policy consistency across prompts and languages.

Practical tip for safety metrics: Do not attempt to track all metrics simultaneously from day one. Start with three mandatory metrics: hallucination rate (percentage of outputs containing unverifiable claims), PII leakage rate (percentage of outputs containing personal data not present in the authorized input), and human override rate (percentage of outputs modified or rejected by human reviewers). These three metrics give you immediate visibility into the most critical risks. Add additional metrics as your monitoring capability matures.

Your 90-Day Implementation Checklist

Week 1-2: Foundation

Stand up an AI system inventory and data lineage register for all LLM use cases. Document the owner, model version, training data sources, jurisdictional exposure, and intended use for each deployment. This inventory becomes the foundation of your compliance program for EU AI Act, NIST AI RMF, and ISO 42001 obligations.

Practical tip: Do not limit the inventory to officially sanctioned tools. Survey your GRC team anonymously to identify all LLM tools currently in use, including personal accounts on commercial APIs. The shadow AI problem in GRC functions is larger than most organizations realize. You cannot govern what you do not know exists.

Week 3-4: Governance Operationalization

Operationalize NIST AI RMF functions (Govern, Map, Measure, Manage) for each LLM deployment. Define risk tolerances for bias, toxicity, privacy, and hallucination. Establish evaluation criteria and testing procedures. Publish acceptable use policies.

Practical tip: Write your acceptable use policy in plain language with specific examples. "Do not input sensitive data" is unhelpful. "Do not paste vendor bank account numbers, employee Social Security numbers, whistleblower identities, or attorney-client privileged communications into any LLM tool" is actionable. Include a list of approved use cases with approved tools for each. Include a list of prohibited use cases. Make the policy three pages maximum. If your team will not read it, it does not exist.

Week 5-6: Technical Controls

Implement the four-layer guardrail architecture: input sanitization, content policy engine, output moderation, and selective human review. Deploy logging infrastructure capturing prompts, outputs, model versions, and review dispositions for every LLM interaction that informs a GRC decision.

Practical tip: If you cannot implement all four layers immediately, implement Layer 1 (input sanitization) and Layer 5 (logging) first. Input sanitization prevents the highest-impact incidents (data leakage). Logging creates the audit trail you need for every subsequent compliance and audit interaction. Layers 2, 3, and 4 can be added incrementally while these two foundational layers are already providing protection.

Week 7-8: Pilot Deployment

Select two high-ROI use cases. Policy gap analysis and third-party due diligence summarization are the strongest starting points because they use readily available data and produce immediately valuable outputs. Run each on 10 cases. Compare AI outputs against manual process results. Iterate prompt design based on identified gaps.

Practical tip: Document the time spent on each pilot case using both the manual process and the LLM-assisted process. Calculate the time savings per case, the accuracy comparison, and the additional insights identified by the LLM that the manual process missed. These metrics are your business case for scaling. "The LLM completed vendor due diligence summaries in 12 minutes per vendor versus 3.5 hours manually, identified two risk indicators the manual process missed, and produced one false positive that was caught in human review" is the type of evidence that secures budget and executive support for expansion.

Week 9-10: Validation and Monitoring

Publish or update model and system cards with use restrictions, known limitations, red-team results, and user transparency notices. Implement post-market monitoring with thresholds, escalation paths, and regulator-ready reporting templates.

Practical tip: Run a tabletop exercise simulating an auditor requesting the complete decision trail for an LLM-assisted compliance determination. Can your team produce the prompt, the source documents, the model version, the raw output, the moderation results, and the human review disposition? If any link in that chain is missing, fix it before an actual auditor asks.

Week 11-12: Scale and Sustain

Scale validated use cases to team workflows. Establish ongoing model performance monitoring. Define recalibration triggers. Document lessons learned and update governance documentation.

Practical tip: Assign a single person as the LLM governance owner for your GRC function. This person does not need to be a data scientist. They need to be organized, detail-oriented, and empowered to say no when a proposed use case does not meet governance standards. Without a designated owner, governance activities will be deprioritized whenever workload increases, which in GRC is always.

Stakeholder Accountability

C-suite: Appoint an accountable AI executive. Approve risk appetite and budget. Set 2025-2026 milestones tied to EU AI Act and applicable jurisdiction requirements.

Compliance and Legal: Map obligations to controls. Draft transparency notices. Update data processing agreements and supplier requirements to NIST/ISO-aligned clauses.

Engineering and ML: Integrate automated evaluations into CI/CD pipelines for safety, robustness, and privacy. Enable model versioning, lineage tracking, and dataset retention policies.

Product and Operations: Define high-risk use screening criteria. Implement user disclosures and human oversight configurations for critical decisions.

Do not wait for EU AI Act codes of practice to finalize before acting. Prohibitions and GPAI transparency timelines start in 2025. Organizations that wait for complete guidance before beginning implementation will miss mandatory deadlines. Start with the model inventory. It requires no regulatory interpretation, produces immediate visibility into your AI deployment landscape, and satisfies the foundational requirement of every framework from NIST to ISO 42001 to the EU AI Act. You cannot govern what you cannot see. The inventory makes your AI deployments visible.

Best Practices for Sustainable LLM Integration in GRC

Establish a Robust Data Foundation

AI is only as effective as the data it processes. Invest in data governance policies managing the data lifecycle, lineage, and ownership. Apply data cleaning and normalization to ensure consistency across systems. Create centralized, secure data repositories where GRC-related information can be accessed in real time by AI tools. Without clean and governed data, LLM outputs risk perpetuating bias or generating inaccurate analyses that compromise compliance posture.

Practical tip: Before feeding any dataset to an LLM for the first time, run a data quality assessment. Check for completeness (what percentage of records have all required fields populated), consistency (do the same entities have the same names and identifiers across datasets), and currency (when was each record last updated). A 10-minute data quality check prevents hours of troubleshooting bad LLM outputs caused by bad input data.

Select Tools and Vendors with GRC Requirements in Mind

Not all AI tools are built for regulated environments. Evaluate vendor transparency including how their models make decisions and whether outputs are explainable. Prioritize tools with industry-specific capabilities such as financial regulatory mapping, supply chain risk scoring, or sanctions screening. Assess integration capabilities with existing GRC platforms, ERP systems, and cybersecurity tools. Require vendors to demonstrate compliance with relevant regulations and support for ongoing model monitoring.

Practical tip: Add AI-specific due diligence questions to your vendor assessment process for any AI tool your GRC function will use. Key questions include: Where is data processed and stored? Is customer data used for model training? What data retention and deletion capabilities exist? What explainability features are available? What security certifications does the vendor hold? What is the vendor's incident response process for AI-specific failures like model compromise or training data contamination? These questions should be standard for any AI vendor evaluation in a regulated function.

Implement AI Governance Before Scaling

AI governance ensures that AI systems operate within defined ethical and legal boundaries. Create a cross-functional AI governance body including legal, compliance, IT, and business leaders. Define acceptable use policies for AI, particularly regarding sensitive data and decision-making in high-risk areas. Establish regular audits of AI models assessing performance drift, bias, and adherence to compliance controls. Document limitations and escalation paths for uncertain outputs.

Practical tip: Schedule quarterly AI governance reviews that examine three things. First, the LLM use case inventory: are there new use cases that have not been through the governance approval process? Second, performance metrics: are hallucination rates, override rates, and false positive rates within acceptable thresholds? Third, regulatory developments: have any new regulations or guidance changed the requirements for your current deployments? These reviews take two hours per quarter and prevent the governance drift that occurs when AI governance is treated as a one-time implementation rather than an ongoing program.

Train and Empower GRC Teams

AI is not a replacement. It is a capability multiplier. Train staff on how LLM outputs should be interpreted, including identifying hallucinations, recognizing bias indicators, and understanding confidence limitations. Encourage human-AI collaboration where domain experts guide and validate AI-driven insights. Foster continuous learning through certifications, workshops, and hands-on practice with ethical AI, data science for compliance, and automation tools.

Well-trained teams trust and effectively use AI in complex regulatory scenarios rather than treating it as an opaque black box or rejecting it entirely.

Practical tip: Run a monthly "LLM literacy" session for your GRC team. Each session takes 30 minutes and covers one topic: how to write effective prompts for regulatory analysis, how to spot hallucinated citations, how to interpret confidence indicators, how to use grounding techniques, or how to document LLM-assisted work for audit purposes. After six months, every team member will have practical competency across the core skills needed for secure LLM use. This is more effective than a single multi-day training because it builds habits incrementally and allows each session to incorporate lessons from the prior month's actual usage.

A second practical tip: Create a shared prompt library for your GRC function. Every time someone develops a prompt that produces consistently good results for a specific use case, add it to the library with documentation of the use case, the grounding sources required, the expected output format, and any known limitations. This library becomes your team's institutional knowledge for LLM use. It prevents individual team members from reinventing prompts, ensures consistency across the function, and provides a foundation for continuous improvement.

Supporting Peer-Reviewed Sources 

Cadet, E., Etim, E.D., Essien, I.A. et al. (2024). Large Language Models for Cybersecurity Policy Compliance and Risk Mitigation. DOI: 10.32628/ijsrssh242560

Bollikonda, M. and Bollikonda, T. (2025). Secure Pipelines, Smarter AI: LLM-Powered Data Engineering for Threat Detection and Compliance. DOI: 10.20944/preprints202504.1365.v1

Karkuzhali, S. and Senthilkumar, S. (2025). LLM-Powered Security Solutions in Healthcare, Government, and Industrial Cybersecurity. DOI: 10.4018/979-8-3373-3296-3.ch004

Krishna, A.A. and Gupta, M. (2025). Next-Gen 3rd Party Cybersecurity Risk Management Practices. DOI: 10.4018/979-8-3373-3078-5.ch001

Patel, P.B. (2025). Secure AI Models: Protecting LLMs from Adversarial Attacks. DOI: 10.59573/emsj.9(4).2025.93

Abdali, S., Anarfi, R., Barberan, C.J. et al. (2024). Securing Large Language Models: Threats, Vulnerabilities and Responsible Practices. DOI: 10.48550/arxiv.2403.12503

Iyengar, A. and Kundu, A. (2023). Large Language Models and Computer Security. DOI: 10.1109/tps-isa58951.2023.00045

Zangana, H.M., Mohammed, H.S., and Husain, M.M. (2025). The Role of Large Language Models in Enhancing Cybersecurity Measures. DOI: 10.32520/stmsi.v14i4.5144

Anwaar, S. (2024). Harnessing Large Language Models in Banking. DOI: 10.30574/wjaets.2024.13.1.0426

Jaffal, N.O., AlKhanafseh, M., and Mohaisen, A. (2025). Large Language Models in Cybersecurity: A Survey. DOI: 10.3390/ai6090216

The Line Between Capability and Catastrophe

Organizations that deploy LLMs in GRC without guardrails will eventually experience one of three failures: a data privacy incident from uncontrolled input, a compliance error from unvalidated hallucinated output, or a regulatory finding from the absence of an audit trail. Each of these failures is entirely preventable. Each of them is happening right now at organizations that treated LLM deployment as a technology adoption project rather than a controlled operational change.

Organizations that build the four-layer guardrail architecture first, implement logging before deploying the first use case, validate every output against primary sources before it becomes operational, and treat their own AI deployments as governed systems subject to the same rigor they apply to any critical business process will extract genuine value from LLMs across every GRC domain. Their regulatory analyses will be faster and more comprehensive. Their vendor monitoring will be continuous rather than annual. Their audit evidence collection will be complete rather than sampled. And their compliance posture will be defensible because every AI-assisted decision has a documented trail from input through analysis through human review.

The capability is real. The risks are real. The difference between value and catastrophe is whether you build the guardrails before or after the incident.

Have you implemented input sanitization and prompt logging for every LLM interaction in your GRC function, and can you produce the complete audit trail for any AI-assisted compliance decision made in the last 90 days?


About the Author

The AI governance frameworks, LLM security architectures, and GRC implementation guidance described in this article are part of the applied research and consulting work of Prof. Hernan Huwyler, MBA, CPA, CAIO. These materials are freely available for use, adaptation, and redistribution in your own AI governance and GRC programs. If you find them valuable, the only ask is proper attribution.

Prof. Huwyler serves as AI GRC ERP Consultancy Director, AI Risk Manager, SAP GRC Specialist, and Quantitative Risk Lead, working with organizations across financial services, technology, healthcare, and public sector to build practical AI governance frameworks that survive contact with production systems and regulatory scrutiny. His work bridges the gap between academic AI risk theory and the operational controls that organizations actually need to deploy AI responsibly.

As a Speaker, Corporate Trainer, and Executive Advisor, he delivers programs on AI compliance, quantitative risk modeling, predictive risk automation, and AI audit readiness for executive leadership teams, boards, and technical practitioners. His teaching and advisory work spans IE Law School Executive Education and corporate engagements across Europe.

Based in the Copenhagen Metropolitan Area, Denmark, with professional presence in Zurich and Geneva, Switzerland, Madrid, Spain, and Berlin, Germany, Prof. Huwyler works across jurisdictions where AI regulation is most active and where organizations face the most complex compliance landscapes.

His code repositories, risk model templates, and Python-based tools for AI governance are publicly available at https://hwyler.github.io/hwyler/. His ongoing writing on AI Governance and AI Risk Management appears on his blogger website at https://hernanhuwyler.wordpress.com/

Connect with Prof. Huwyler on LinkedIn at linkedin.com/in/hernanwyler to follow his latest work on AI risk assessment frameworks, compliance automation, model validation practices, and the evolving regulatory landscape for artificial intelligence.

If you are building an AI or GRC governance program, standing up a risk function, preparing for compliance obligations, or looking for practical implementation guidance that goes beyond policy documents, reach out. The best conversations start with a shared problem and a willingness to solve it with rigor.


Primary keyword: secure LLM use in GRC

Secondary keywords: LLMs in risk management, LLMs in compliance, LLMs in cybersecurity, LLMs in audit, LLM governance framework, secure AI deployment in GRC, prompt injection mitigation, AI compliance controls, explainable AI in GRC, agentic AI security controls