Join our Newsletter — 33% off our NHI Course

How should security teams govern custom GPTs and AI agents in ChatGPT Enterprise without slowing adoption?

Security teams should treat custom GPTs as governed AI workloads, not casual productivity tools. Start by inventorying GPTs, file uploads, and Canvas usage, then define approval, access, and monitoring rules that match how agents actually behave. The goal is to keep visibility across buildtime and runtime, restrict sensitive data exposure, and preserve business agility with controls that are practical to operate.

Why This Matters for Security Teams

Custom GPTs and AI agents in ChatGPT Enterprise are not just another sanctioned SaaS feature. They can ingest files, call tools, chain actions, and expose sensitive context faster than traditional review processes can keep up. That makes them closer to governed NHI workloads than to ordinary user-created content. The control problem is not whether teams should adopt them, but whether adoption happens with enough visibility to prevent data leakage, privilege creep, and hidden automation.

Industry guidance is still evolving, but the pattern is clear: static approval checklists do not match agentic behavior. Security teams need inventory, policy, and runtime monitoring that reflect what the agent can actually do. NHI research from NHI Management Group shows how quickly exposed secrets are abused in the wild, and why short exposure windows matter as much as least privilege. See The State of Non-Human Identity Security and the OWASP Agentic AI Top 10 for the risk categories that most often surface first.

In practice, many security teams encounter unsafe GPT sprawl only after a sensitive file has already been embedded in a workflow or an over-broad connector has been reused across multiple teams.

How It Works in Practice

The most workable model is to govern custom GPTs in three layers: buildtime, runtime, and oversight. At buildtime, security teams should require registration of each GPT, its owner, its data sources, and its tool permissions. That creates a policy boundary before the GPT becomes a shadow workflow. At runtime, use context-aware review for prompts, uploads, connector calls, and action execution, because the security decision should depend on what the agent is trying to do, not only on who created it.

This is where agentic guidance differs from ordinary application governance. Static RBAC is useful for admin access, but it does not fully describe an autonomous workflow that may call external tools, summarize files, or chain actions based on model output. Current guidance suggests pairing least privilege with just-in-time approval, short-lived access, and logging that captures both the user and the agent action. NIST AI Risk Management Framework and CSA MAESTRO agentic AI threat modeling framework both reinforce the need for mapped controls, accountable owners, and measurable runtime assurance.

  • Inventory every custom GPT, shared prompt, connector, and file upload path.
  • Classify data exposure by sensitivity, then block regulated or highly confidential data by default.
  • Require explicit approval for tool use that can write, delete, export, or forward data.
  • Log prompt context, connector calls, and action outcomes for investigation and review.
  • Use short-lived permissions for higher-risk workflows so access expires after the task ends.

Where teams can do this well, adoption stays fast because users are not waiting on ad hoc approvals for every request; they are operating inside pre-cleared guardrails. These controls tend to break down when custom GPTs are allowed to connect to broad shared drives, ticketing systems, or code repositories without tenant-level logging and owner-specific policy.

Common Variations and Edge Cases

Tighter control often increases friction for teams that want to prototype quickly, so organisations have to balance speed against the risk of uncontrolled data access. The best practice is evolving, and there is no universal standard for every ChatGPT Enterprise deployment yet. Some teams will allow low-risk experimentation in a sandbox, while others will require preapproval for any GPT that can read files or invoke actions.

One common edge case is the “harmless assistant” that becomes risky only after a connector is added later. Another is a GPT shared across departments, where the original approval no longer reflects the data it can reach. That is why governance should be tied to the current capability set, not the original launch request. NHI attack reporting from NHI Management Group shows how often exposure and visibility gaps become the real issue, not the initial creation event; see LLMjacking: How Attackers Hijack AI Using Compromised NHIs and OWASP NHI Top 10 for practical risk patterns.

Teams that rely only on procurement review, legal sign-off, or a one-time security questionnaire usually miss runtime drift, which is when a safe GPT becomes a risky one because its connectors, files, or usage context changed after approval.

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, CSA MAESTRO and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 A2 Covers prompt/tool abuse and unsafe agent behavior in custom GPTs.
CSA MAESTRO MCP-2 Addresses governance of agent actions, permissions, and runtime oversight.
NIST AI RMF Supports accountable AI risk governance across buildtime and runtime.
OWASP Non-Human Identity Top 10 NHI-03 Relevant to secret handling, rotation, and exposure in AI-connected workloads.
NIST CSF 2.0 PR.AC-4 Aligns with access control and least-privilege enforcement for GPT usage.

Map GPT permissions to least-privilege access rules and review them after every capability change.