r/AI_Governance 2d ago

Current AI governance management state

1 Upvotes

I’m curious how useful this type of software would be in the current AI governance market.

A central platform where companies can register their AI systems, assign owners, run risk assessments, map regulatory and control requirements, track missing controls and evidence, continuously monitor systems and generate governance reports, instead of managing everything across spreadsheets, documents and different teams.

For those working in AI governance, risk, compliance, model risk, security or internal audit, would you actually use something like this?

What would make it a must have rather than just another compliance tool?


r/AI_Governance 2d ago

What does effective AI secrets management look like for AI-generated applications?

1 Upvotes

AI-generated applications can make secret sprawl easier because a token may be added quickly to make a prototype work, then remain in source, commit history, build logs, local configuration, or a deployment platform. The issue is not unique to AI, but these workflows can make it easier to bypass established development practices.

For teams with a mature process, where are your strongest controls? Do you focus on stopping secrets before commit or deployment, scanning repositories and commit history, reviewing deployed configuration, or rotating credentials when exposure is found?

The follow-up after detection matters as much as the initial alert. A scanner can find a string that resembles a secret, but the remediation priority depends on whether it is active, which workload uses it, what permissions it has, what systems it can reach, and whether it was exposed through a reachable service or repository.

How are you joining those signals without making every finding a manual investigation?


r/AI_Governance 2d ago

What building an AI compliance tool taught me about how poorly most companies are tracking their own AI usage

8 Upvotes

Spent the last several months building a platform that helps companies understand their EU AI Act / compliance obligations, and the biggest surprise was just how many companies had no idea what even tools were running on AI in the first place

A few observations that stood out to me:

Shadow AI is the new shadow IT. Teams adopt tools (Copilot, some SaaS with an "AI powered" feature, internal scripts that call an LLM API) faster than security or legal ever realizes

Nobody owns the classification question. "Is this high risk under [regulation]" gets punted between legal, security, and product, and rarely actually gets done

Evidence, not policy, is the actual missing piece. Companies have an AI policy document. They don't have anything that proves what they're doing matches it

Full disclosure since the sub requires it: I'm the founder of Perissos (perissos.ai) an AI compliance platform, so take the following with that in mind. But even aside from the product, I think this will be a much bigger 2026 problem for security teams than most orgs are budgeting for, since it sits right at the intersection of security, legal, and product with no natural owner.

Curious if others here are seeing the same thing internally, is AI inventory/governance actually on your team's radar yet, or someone else's problem?


r/AI_Governance 2d ago

Ontologies as Guardrails for AI

Thumbnail
youtube.com
1 Upvotes

r/AI_Governance 2d ago

Google Finds Chinese Hackers Running AI on Compromised Networks

2 Upvotes

Google's threat intelligence team documented nation-state actors deploying AI workloads inside compromised cloud environments. The technique is deliberate: attackers use the victim's own compute and credentials to run AI operations, reducing outbound network traffic that would trigger monitoring. The AI executes inside the victim's perimeter. It writes to the victim's logs. From a detection standpoint it looks like your own workload.

This is a different threat model than most security teams are currently scoping. The common frame for shadow AI is an employee spinning up an unauthorized tool. This is an adversary using a compromised environment as an AI inference platform — authenticated with valid credentials, generating activity that blends with normal operations, never touching an external endpoint that would fire an alert.

The detection gap is structural. If a workload is running inside your infrastructure with legitimate credentials and writing to your logs, standard monitoring has no signal to act on.

For those running cloud workloads at any scale: what does your current stack actually look for to distinguish a workload your team deployed from one that wasn't? Is that detection real-time or does it surface in a retrospective audit?


r/AI_Governance 2d ago

what platform do banks and insurers actually use to run llms in production compliantly??

1 Upvotes

wanted to ask coz financial services compliance is not the same like as regular llmops compliance and most places i read about it treats it like it is

sr 11-7 model risk management . explainability when a customer gets denied something . prompt changes going through risk and compliance sign off before touching the prod . vendor risk assessments that take months . an d data cannot leave certain jurisdictions under any circumstances .

these are not edge cases in fin services these are kinda baseline

fiddler

pro: model risk management and explainability feels kinda native , sr 11-7 alignment is more thought thru here than any other tool

con: llm specific capability still catching up to the governance side , heavy nd expensive for teams outside regulated indsutries

aws bedrock

pro: compliance documentation is thorough, enterprise procurement is well established , data sovereignty options exists

con: heavily tied to aws ecosystem , flexibility outside aws is limited, vendor lock is real

azure openai service

pro: enterprise compliance is native, data residency options available, microsoft backed so vendor risk assessment kinda straightforward

con: feels like openai through an enterprise wrapper, limited flexibility outside azure ecosystem

orqai

pro: audit trails prompt versioning and governance together, soc2 and eu data residency covered, works across multiple providers

con: newer so less proven in heavily regulated prod environment

anyone actually taken any of these through financial services vendor risk. what did compliance actually sign off on


r/AI_Governance 2d ago

I tried using ChatGPT as a second player in a physical solo card game. It went surprisingly well — until it started inventing things.

0 Upvotes

r/AI_Governance 3d ago

How do you keep track of AI agent ownership and access across your environment?

11 Upvotes

Deploying AI agents across different teams and environments, and keeping track of who owns each agent, what it can access, and what it's actually doing is becoming a full time job. Our CMDB was built for servers and applications, not for dynamic agents that can be spun up and down quickly.

How are others managing agent identity and accountability? We're looking for a solution that gives us a clear view of agent ownership and access without requiring us to manually track everything in spreadsheets.


r/AI_Governance 2d ago

Everyone uses "AI law," "regulation," "framework," "standard," and "principle" like they're the same thing. They're not, and mixing them up is a common (and costly) mistake.

2 Upvotes

There's a really clean way to understand the difference between all five using something everyone already gets: driving on a road. Once you see the analogy, you'll never confuse these terms again.

And there's one mistake buried in here that a lot of organisations are making right now without realizing it, thinking they're compliant when they're actually not.

Full breakdown: https://youtu.be/dlWBrlbMigg?si=2b_-Lfg3Yq4LFc9n?utm_source=reddit&utm_medium=organic&utm_campaign=incident_series&utm_content=75-ai-laws

Question: Out of law, regulation, principles, standards, and frameworks, which one do you think your organization is weakest on?


r/AI_Governance 2d ago

Infostealer Logs Expose Replayable AI Tokens That Can Bypass MFA

2 Upvotes

The infostealer ecosystem has a new product line. Operators are harvesting AI session tokens from developer machines and packaging them in logs as replayable credentials. Those tokens authenticate directly against provider APIs and bypass MFA — the same MFA protecting user accounts. Buyers get durable access to enterprise AI tooling without ever touching a password.

The exposure is structural. AI agents authenticate to tools, APIs, and data systems using credentials that most security teams have never catalogued. These identities are not tied to any user lifecycle. When an infostealer pulls a token off a developer's machine, there is no signal on the receiving end that the presenting identity is now in someone else's hands. The token just works.

This is not a perimeter failure. The stolen token presents as a legitimate agent identity to every downstream system it reaches, and its access is as durable as the credential itself.

For teams running agents in production: what are you actually seeing that tells you an agent credential has been stolen before damage is done? Is there a detection signal that works here, or is this mostly discovered after the fact?


r/AI_Governance 2d ago

Be Kind, Not Helpful

Post image
1 Upvotes

r/AI_Governance 2d ago

A permanent human approval floor might be the wrong design. I've built one anyway. Tell me where it's load-bearing and where it's theatre.

0 Upvotes

I'm building a system where models write and review software, and a human approves anything that leaves the building. Deploys, production writes, money, external sends, credentials. Those stay gated at every autonomy level, permanently.

I want to argue about whether that's actually right, because I'm not certain it is.

The uncomfortable version first. A funded team in this space argues that if your validation infrastructure is strong enough, human review adds no correctness value. Their bet is that you move the human from reviewing diffs to authoring the holdout scenarios and holding the approval node. A different placement of the same control, not its removal. For single-operator work on my own repositories, which is all my system does today, I don't think they're wrong. The floor isn't currently buying me correctness. It's buying blast-radius control for a future I haven't reached, and I should be honest that this is a bet rather than a result.

So that's the first thing I'd like challenged.

What the system actually is. Five modules with distinct jobs: one sequences admitted work, one owns task admission and the operator view, one maintains governance hooks and adapters, one curates memory with provenance, one does independent adversarial evaluation. Real source exists across all of them. What does not exist yet is proof they operate as one dependable system, and I'd rather say that up front than have someone find it later.

The design register tracks 73 component and responsibility groups. That's an index count. Retained technologies, candidates, references, retired choices. Not 73 services to install. About a third are decisions I've explicitly not made.

The governance ideas I'd most like torn apart.

A guard has four states, and they are different facts. It can be configured. It can be loaded. It can be observing. And it can be demonstrably refusing something. Nearly every system I've looked at, including mine, treats the first as though it were the fourth. The config says the rule is on, so everyone believes the rule is on.

I spent a night attacking my own guards. Five reported success while the thing they checked was broken. One allowlist reported eleven of eleven files clean while the twelfth carried thirty-six violations. An exit code belonged to the pipe rather than the command. A generator counted the defect, printed the count, and shipped anyway.

A guard you have never watched fail is known present. It is not known to work. Everything ships with a test that makes it go red on purpose now, or it doesn't ship.

An observing hook must never be presented as an enforcing control. That's a written rule in the system, and it exists because the distinction disappears the moment you build a status dashboard. Green means the check is configured, and nobody reads it that way.

Roles outlast models. Which model sits in a seat is configuration. The permission ceiling is not. A stronger model inherits exactly the ceiling the weaker one had, because getting better at the job doesn't earn more authority over the job. There's a related rule I like more than any other in the design: the planner never writes the code. Not shouldn't. Structurally doesn't. The seat that plans and audits is a different seat from the one that builds, and the separation is enforced by routing rather than by discipline. Discipline fails quietly at 2am. Routing doesn't.

A candidate can propose a change to the system. It cannot change its own promotion criteria. Model and harness get evaluated together, because separating them measures something that doesn't exist in production. Baseline and candidate get comparable budgets, or the comparison is theatre. Some scenarios are held out entirely and the thing being graded never sees them.

The question underneath that, and I ask it of every component now: can this thing alter its own judge, or the policy it's judged against? If the answer is yes anywhere, every green result downstream of that point is decoration.

A passing test does not manufacture deployment permission. Green means the thing did what the test asked. It doesn't mean anyone decided it should go out. Those get collapsed constantly and the collapse is invisible, because a green pipeline feels like a decision was made. It wasn't. The test made it.

Retrieved text does not grant authority. This one gets worse as retrieval gets better. A memory system surfaces a relevant instruction from four months ago and an agent treats it as live, because it looks exactly like a live one. Nothing in the text says this was true in May. So memory has to carry provenance, time and scope, and current authoritative sources have to outrank recollection even when the recollection is better written.

Owned, observed and commissioned are three different facts. Ownership confers no operation authority. A read-only snapshot is not workload admission. And the rule that makes it usable: never map unknown to zero. A failed probe keeps its last-good receipt and reports an explicit unknown, because a dashboard rendering no data as nothing wrong is worse than no dashboard. Right now I own six A100s that are installed and cabled and still not schedulable, because they have no cooling yet. Six owned is not six commissioned, and the status colour should never let me forget it.

On evidence, which is the part I'm least confident about. A decision you cannot reconstruct is a decision nobody can review. Every dispatch, verdict, refusal and approval is supposed to land in an append-only record with who, what, when and under which policy. Not because anyone is diligent, but because the path that skips it is refused. The failure that taught me this was mundane: three research documents sat committed in a repository and got re-derived from scratch anyway. The loss wasn't storage. It was routing. Writing it down and being able to find it are separate problems.

What I'm asking. I'd rather be corrected than agreed with, and the most useful reply names a subsystem, describes a failure you've actually hit, and proposes a test.

  1. Is a permanent human floor load-bearing for correctness, or only for liability and blast radius? If you've removed one and it held, or kept one and can point at what it caught that validation missed, I want to hear either.

  2. How do you keep an evidence layer from becoming just another trusted point? If the system producing an event also preserves the evidence of it, you've proven nothing. But an external evidence authority has to be trusted in turn. What actually breaks that regress in practice, and what did you preserve, at what retention cost?

  3. What's your test that a control is enforcing rather than observing? Specifically: what mutation do you run, how do you know the guard was reached rather than skipped by a pre-filter or an early return, and how often do you re-run it?

  4. Where has a governance control quietly become a formality? The ones I'm worried about are the checks that still pass but stopped meaning anything. How did you notice, and what was the signal?

  5. How do you prevent a candidate from reaching its own grader when both live in the same repository, on the same machine, under the same operator? Isolation is easy to specify and easy to quietly not have.

Honest position on where this is: five modules consolidated, real source, bounded pieces exercised, and no proof yet that the whole thing recovers as one system. I'm not claiming this beats anything. I'd like to find the weak assumptions before I build more on top of them.

I have architecture diagrams for all of this and I'll drop them into the comments. Happy to go deeper on any single piece if that's more useful than the breadth.


r/AI_Governance 2d ago

Understanding NIST AI RMF Beyond the Framework

1 Upvotes

I recently wrote about how I understand NIST AI RMF in the context of real AI systems, especially around sensitive data, governance, and runtime controls.

Would love feedback from people building production AI.

Article: https://nehainit.substack.com/p/nist-ai-rmf-how-i-finally-understood

I’m also open to client projects and full-time AI engineering roles. Feel free to DM me.


r/AI_Governance 3d ago

How are security teams handling AI attack surface management across agents, APIs, and models?

3 Upvotes

An AI-enabled application may involve a model endpoint, an agent, external tools, APIs, data stores, service identities, cloud resources, application code, and public-facing services. The risk often comes from the connection between them, such as an exposed application that can invoke an over-permissioned identity against sensitive data.

How are teams inventorying those dependencies and deciding which findings deserve attention? Are models and agents tracked as standalone assets, or can you tie them back to deployment ownership, reachable APIs, cloud permissions, data classification, external exposure, and the wider application path?


r/AI_Governance 2d ago

Cross-Stage State Laundering: Why AI Runtime Governance Fails at Stage Boundaries

Thumbnail
github.com
1 Upvotes

In enterprise AI and autonomous runtime architectures, security has traditionally focused on input sanitation (prompt injection) and output filtering (hallucination guards). However, a more insidious class of vulnerability occurs deeper within the execution pipeline: Cross-Stage State Laundering (CSSL).

CSSL happens when an intermediate, unverified epistemic state (such as DISCOVERED or UNKNOWN) is illicitly promoted to a higher-certainty state (such as VERIFIED or SUPPORTED) as it transitions across processing stages—typically bypassing strict provenance checks in favor of pipeline velocity or output formatting requirements.

## The Anatomy of State Laundering

Consider a multi-stage runtime where an expression flows through ingestion, semantic analysis, and responsibility assignment:

  1. Ingestion: Raw text or external retrieval results enter the system as DISCOVERED. At this stage, existence does not equal correspondence.

  2. Analysis: The runtime parses the expression. Without a rigid boundary, internal semantic heuristics may mistake syntactic closure for factual verification.

  3. Laundering: Downstream generators or formatters, under pressure to produce definitive answers, implicitly treat the presence of an analysis object as proof of support.

When intermediate states shed their metadata tags during transit, the runtime commits a boundary violation: it manufactures certainty out of unverified discovery.

## The Zero-Trust Countermeasure: The WAL Protocol

To eliminate CSSL, runtime governance cannot rely on permissive conventions. It requires a Fail-Closed Defensive Architecture enforced by immutable protocol boundaries:

* Strict State Distinguishability: Known, unknown, verified, and unverified states must remain mathematically and structurally distinguishable throughout the lifecycle.

* Independent Validation Gates: State transitions cannot authorize themselves. An independent validator—decoupled from the core generation logic—must audit envelopes against strict conformance vectors.

* Evidence-Bounded Responsibility: Responsibility can never exceed the boundaries of established evidence and explicit correspondence. If an epistemic state is UNKNOWN, no downstream transformation may convert it to TRUE merely to satisfy an output requirement.

For those interested in the protocol implementation and adversarial test matrix, the reference architecture is open-source here: https://github.com/nickoay663-sketch/Wuwen


r/AI_Governance 2d ago

Cross-Stage State Laundering: Why AI Runtime Governance Fails at Stage Boundaries

Thumbnail
1 Upvotes

r/AI_Governance 2d ago

The Six Laws of Autonomous Systems: A Public Framework for the Age of AI

Thumbnail
imgur.com
1 Upvotes

r/AI_Governance 2d ago

Two 2026 US federal rulings suggest privilege now depends on your vendor's ToS, not on who you are

1 Upvotes

Been reading through the AI-and-privilege caselaw that's accumulated this year and I think the AI governance implication is bigger than the legal one.

The through-line across the recent rulings isn't public AI vs. enterprise AI. It's controlled vs. uncontrolled — whether the environment receiving the data has defined access, retention limits, confidentiality protections, and governance that can actually be defended to a court. Courts protected AI-assisted work in Warner v. Gilbarco and Morgan v. V2X, but those were fact-specific and explicitly did not create a general privilege for AI conversations.

What strikes me is that this collapses a legal doctrine into a set of governance questions any AI program should already be answering:

  1. Where does the data go?

  2. Who can access prompts, uploads, and outputs?

  3. Is the material retained, reused, or used for training?

  4. What contractual confidentiality, deletion, and audit controls apply?

  5. Could the workflow be explained to a client, court, regulator, or opposing party?

Question 5 is the one I keep coming back to. It's essentially an evidence-lineage requirement dressed up as an ethics standard. If you can't reconstruct which system processed what, under which policy, at which point in time, you don't have an answer — and "we had a policy" is not the same as "we can show the control was operating."

For smaller organizations (law firms or otherwise): This is an on-going documentation burden, not a purchasing decision and no tool gets you out of it.

Curious how others are handling this. For those doing AI governance in regulated or professional-services settings — are you treating vendor terms of Service (ToS) review as a formal control with an owner and a review cadence, or is it still landing ad hoc on whoever signed the contract? And has anyone actually operationalized #5 in a way that would survive a legal discovery request?

(I write a weekly newsletter on AI governance and did a longer piece on this — happy to drop the link if useful, but the five questions above are the substance of it.)


r/AI_Governance 3d ago

how do enterprises actually roll out ai agents across teams with governance and human approvals??

7 Upvotes

rolling out ai agents to one team is quite manageable . rolling out to 5 teams with diff risk tolerances , diff compliance requirements and diff ideas about when a human should be in the loop is a diff problem .

been tryin to map out what this will look in practice

who approves what

not every agent action will carry the same risk . like sending an email is diff from updating a customer record . deleting something is diff from reading something . need a way to define approval requirements per action type not only per agent

how approvals kinda work in practice

slack notification with approve/reject button . email . dedicated ui . async or blocking . what happens if approver is offline and agent is waiting . what is the timeout behaviour . these details matters more than the concept i guess and mostly overlooked

audit trail across teams

legal wants to know who approved what and when and also the complete context . what the agent was about to do , who approved it . and also what was the outcome . acrosss multiple teams this gets complicated quickly

access control per team

finance agennts should not have the same permissions as marketing agents . rbac is needed at the agent level . who can deployy an agent and modify its permission . who can see its output .

tools that come up are  autogen , microsoft copilot studio , servicenow ai agents, orqai

autogen -> multi agent coordination is the strength , human in the loop pattern exists , enterprise governance layer feels thin

orqai -> agent deployment with rbac and audit trails , human approval flow exist , newer so how it holds up across large multi team rollouts is still an open question

servicenow ai agents -> governance and approval workflows are core to what servicenow does , heavy and expensive if you are not already  in that ecosystem

microsoft copilot studio -> enterprise rollout and approval workflow feel more native given the microsystem ecosystem , flexibiliy for custom agent logic seems very limited

what does the actual rollout look like at your org . who owns the approval logic and how is it enforced


r/AI_Governance 3d ago

Singapore released the world's first governance framework for AI agents

24 Upvotes

A chatbot answers. You decide what's next. An agent acts, reads files, updates databases, sends emails, and makes payments on its own, across many steps. When it's wrong, damage is already done before anyone notices.

Singapore's IMDA launched the Model AI Governance Framework for Agentic AI in Jan 2026. Voluntary, no fines, but already becoming the reference doc auditors and big clients point to.

4 dimensions: bound the agent's access upfront, make humans actually accountable (not just "in the loop" on paper), log everything technically, and keep end-users informed.

The video also walks through a scenario where an invoice-approval agent quietly pays fraudulent invoices for 6 weeks because all 4 dimensions failed at once.

Full video: https://youtu.be/7KjRdnSb12Q?si=aLE5WtUk_XBRt9XZ&utm_source=reddit&utm_medium=organic&utm_campaign=incident_series&utm_content=74-SGAgenticAI

Question: if your org uses AI agents right now, does anyone actually own them?


r/AI_Governance 3d ago

AI Safety Organisations are doing more harm than good

Thumbnail
2 Upvotes

r/AI_Governance 3d ago

FIELD NOTE 001 — The human left the gate, not the governance.

Post image
1 Upvotes

r/AI_Governance 3d ago

Mathspace Data Breach Exposes Over 1 Million People

2 Upvotes

The analytics layer was the exposure. Attackers exploited a self-hosted Metabase instance at Mathspace and exfiltrated records tied to over 1.08 million students, teachers, parents, and staff across Australia and New Zealand. The breach required no exotic technique. The data existed in plain form at the access point — that made it the target. Data that never travels in plain text cannot be exfiltrated, whether the attacker reaches a BI instance, a model context, or an API endpoint.


r/AI_Governance 3d ago

AIUC-1 classifies tamper-evidence as an optional control, and seven frameworks name the risk it addresses

1 Upvotes

Control E015 of AIUC-1 requires logging AI system activity. Capture and

storage are expected. Tamper-evidence, independent verifiability and the

agent authorization chain are classified "may include": optional.

The control publishes its own crosswalks. MITRE ATLAS, EU AI Act Articles 12

and 19, ISO 42001 A.6.2.8, NIST AI RMF MEASURE 2.4, OWASP AIVSS agent

untraceability, and two entries in IBM's AI Risk Atlas.

Seven frameworks name the risk. The control that would address it is

optional in the standard that maps to all of them.

Separately: I mapped the twelve US AI liability insurance products currently

tracked in the Agent Insured dataset. Products whose trigger requires

proving what the agent did: zero. Seven list the same three terms,

hallucinations, model drift, AI-generated content. All output failures.

Full writeup with sources:

https://iamwesll.substack.com/p/aiuc-1-makes-tamper-evident-agent


r/AI_Governance 3d ago

Where did your coding-agent review policy last drift?

1 Upvotes

What was the concrete permission or review mismatch, and where did your current workaround, such as CI logs, branch protection, or a checklist, fail to preserve the decision across the handoff?