Agentic AI Module Added To NHI Training Course

Prompt-Level Governance

Prompt-level governance is the practice of inspecting and controlling text entered into AI systems before it is submitted. In browser AI, it extends data policy to the exact interaction where sensitive content may leave the organisation, combining classification, identity, and enforcement.

Expanded Definition

Prompt-level governance extends policy enforcement to the exact text, instructions, and context a person enters into an AI system before submission. In NHI and browser AI settings, that boundary matters because prompts can carry secrets, regulated data, system names, or operational intent into an agentic workflow. The governance layer is not just content filtering; it combines identity, classification, and action control so the system can decide whether to allow, redact, rewrite, log, or block the request. Definitions vary across vendors on where prompt governance ends and broader AI content controls begin, so it should be treated as an operational control pattern rather than a single standard. The NIST Cybersecurity Framework 2.0 remains useful here because it frames governance as an enterprise capability tied to risk management, policy, and protective controls rather than a standalone feature. For NHI programs, prompt governance is most effective when it is paired with lifecycle controls described in Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs. The most common misapplication is treating prompt governance as a simple keyword filter, which occurs when organisations fail to inspect identity context and downstream tool access.

Examples and Use Cases

Implementing prompt-level governance rigorously often introduces latency and user friction, requiring organisations to weigh safer AI use against a slower request path and more complex policy tuning.

  • An employee pastes a ticket containing API keys into a browser AI assistant, and the policy engine blocks submission because secrets are detected before the request leaves the browser.
  • A developer asks an AI agent to summarise a support incident that includes customer identifiers, and the prompt is redacted or rewritten to remove regulated fields before processing.
  • A procurement analyst uses an enterprise chatbot to compare vendor contracts, and the system permits the prompt only after identity and role checks confirm the user may handle that data class.
  • A security team routes prompts through controls aligned to NIST Cybersecurity Framework 2.0 to ensure policy, monitoring, and response are traceable.
  • An organisation reviews recurring prompt leakage patterns alongside the Top 10 NHI Issues to identify where human convenience is creating avoidable exposure in AI workflows.

Used well, prompt governance becomes a gatekeeper for browser-based AI and agentic tools, not just a compliance banner. It should also be evaluated against Ultimate Guide to NHIs — Regulatory and Audit Perspectives when prompt handling affects auditability or retention.

Why It Matters in NHI Security

Prompt-level governance matters because the prompt is often the earliest point at which sensitive data, privilege intent, and tool instructions converge. If the prompt is not controlled, an AI agent may inherit more context than it should and then act with authority that was never meant to be exposed. That is especially risky for NHIs because the prompt can reveal secrets, service names, token scopes, or operational instructions that allow lateral movement or unauthorized action. This is where the NHI security picture becomes clearer: in The State of Non-Human Identity Security, only 1.5 out of 10 organisations are highly confident in their ability to secure NHIs, which underscores how easily identity-related controls can lag behind adoption. Prompt governance also supports zero trust thinking because it checks context before trust is extended, rather than assuming the request is safe. The control model should be consistent with NIST Cybersecurity Framework 2.0 and the regulatory discipline reflected in the Ultimate Guide to NHIs — Regulatory and Audit Perspectives. Organisations typically encounter the need for prompt-level governance only after a prompt leaks credentials or triggers an unsafe agent action, at which point the control becomes operationally unavoidable to address.

Standards & Framework Alignment

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

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-02 Prompt leaks often expose secrets and overbroad NHI access paths.
NIST CSF 2.0 PR.AC-4 Prompt governance enforces identity-based access before AI actions proceed.
NIST Zero Trust (SP 800-207) JIT Zero trust requires contextual verification at the point of request, not after submission.

Inspect prompts for secrets, classify data, and block submissions that would expose NHI credentials or privileges.