Subscribe to the Non-Human & AI Identity Journal

Who is accountable when a ChatGPT App leaks data or triggers the wrong action?

Accountability should sit with the business owner of the integration, the security team that approved the access model, and the platform team that manages the identity behind it. If no one can revoke the app, review its scope, or prove what context it received, governance has failed even if the underlying model behaved as designed.

Why This Matters for Security Teams

A ChatGPT App can look like a simple productivity feature while quietly acting as an execution pathway with access to prompts, files, connectors, and downstream APIs. That changes the accountability question from “what did the model say?” to “who approved the data flow, the permissions, and the action path?” Current guidance from NIST SP 800-53 Rev 5 Security and Privacy Controls is clear that access control, auditability, and configuration management must be assignable to named owners, not left implicit in a platform integration.

The practical risk is that AI apps often span multiple control domains at once: identity governance, data protection, application security, and change management. When a ChatGPT App leaks data, the failure may originate in overly broad scopes, weak consent review, missing secrets segregation, or a tool invocation that was never intended to be high impact. That is why accountability cannot rest solely with the model provider. The organisation that enabled the app is responsible for deciding what it may see, what it may do, and how quickly it can be shut off.

In practice, many security teams encounter the accountability gap only after a sensitive prompt, connector sync, or automated action has already caused impact, rather than through intentional governance design.

How It Works in Practice

Accountability needs to follow the control plane, not the marketing label of the app. A ChatGPT App may inherit user identity, service account privileges, delegated API scopes, or a separate non-human identity for tool access. If those relationships are unclear, incident response becomes slow because no one can tell whether the issue came from over-permissioning, prompt injection, data overexposure, or a faulty automation rule. The right operating model is to define the business owner, the technical owner, and the approver for every integration.

In mature environments, security teams map each app to a minimum set of controls:

  • Named ownership for approval, review, and revocation decisions.
  • Scoped access to only the connectors, repositories, and actions required.
  • Logging that records what context was supplied and what tool calls were attempted.
  • Periodic review of permissions, secrets, and delegated tokens.
  • Kill-switch or disablement procedures that work without waiting on the vendor.

That operating pattern aligns with NIST SP 800-53 Rev 5 expectations around accountability, least privilege, audit logging, and configuration control. It also reflects the lesson emerging from real-world AI misuse cases, including the Anthropic report on the first AI-orchestrated cyber espionage campaign, where tool access and orchestration mattered as much as model output.

Where this guidance breaks down is in heavily decentralised SaaS environments where users can self-install apps, consent is granted at the edge, and platform logs do not preserve enough context to reconstruct each action chain.

Common Variations and Edge Cases

Tighter control often increases approval overhead, requiring organisations to balance rapid AI adoption against stronger review, logging, and access restraint. That tradeoff becomes sharper when the app is embedded in collaboration tools, because the line between user convenience and automated authority is easy to blur.

There is no universal standard for this yet, but current guidance suggests treating different app types differently. A read-only summarisation app should not be governed like a write-capable agent that can send messages, create tickets, or update records. Likewise, a ChatGPT App that touches regulated data should be reviewed with the same discipline used for other privileged integrations, especially where tokens, connectors, or shared service identities are involved.

Edge cases often include:

  • Shared workspace installs where one team approves access for many users.
  • Delegated OAuth scopes that are broader than the visible UI suggests.
  • Toolchains where the model is benign but the connected system performs the harmful action.
  • Bring-your-own-data setups where sensitive records are exposed through retrieval, not direct prompting.

For agentic or semi-agentic deployments, the accountability question extends to the identity behind the app. If a platform team cannot prove which non-human identity executed the action, governance should be considered incomplete. That is also the point at which a security review should ask whether the organisation is operating a controlled integration or simply trusting an opaque automation chain.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and MITRE ATLAS address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 GV.OV-01 This question is about ownership and accountability for AI app outcomes.
NIST AI RMF GOVERN AI app leaks and wrong actions are governance and accountability failures.
OWASP Agentic AI Top 10 Tool use, delegated action, and prompt injection create agentic risk here.
NIST SP 800-53 Rev 5 AC-6 Least privilege is central when an app can read data or trigger actions.
MITRE ATLAS AML.T0067 Adversarial prompt and tool abuse can cause unintended model-driven actions.

Assign clear governance owners and review accountability for each AI integration.