Skip to content
MSP Strategy10 min read

Overcoming IT Security Approvals

Ask any engineering leader where velocity actually dies, and the honest answer is rarely "writing the code." It dies in the queue. The change-advisory…

ByPeter VasilionUpdated Jul 3, 2026

Ask any engineering leader where velocity actually dies, and the honest answer is rarely “writing the code.” It dies in the queue. The change-advisory board that meets twice a week. The vendor security review that sits for three weeks behind nineteen other vendor security reviews. The access request that needs four approvers across two time zones. The audit-evidence gather that pulls a senior engineer off delivery work to screenshot configurations no one will look at until the next SOC 2 window.

This is the part of IT that doesn’t show up in a sprint board but governs everything on it. And it is exactly where the conversation about autonomous agents tends to stall — because the moment you suggest letting an agent touch a regulated, security-sensitive process, a reasonable CTO pushes back: our compliance requirements are too strict for autonomous agents.

We want to take that objection seriously, because it is correct as stated and wrong as applied. You should not hand an agent unsupervised authority to approve its own changes in a regulated environment. But that is not what good agentic governance does. The opportunity is narrower, more rigorous, and more defensible than the hype suggests: agents do the evidence-gathering, policy pre-checking, and risk-drafting that consume the bulk of approval-cycle time, and a human approves at the gate that actually matters. The bar stays where your auditors put it. The queue gets shorter.

This is agentic governance for security approvals — and done correctly, it raises the floor on consistency while lowering the wait.

The bottleneck isn’t the decision — it’s everything before it

Spend time inside a security or change-approval process and a pattern emerges that the four foundations Facet works across — analytics, tooling, process, and automation — make obvious: the judgment call is a small fraction of the elapsed time. The rest is assembly.

A vendor security review is mostly chasing a SOC 2 report, reconciling a questionnaire against last year’s answers, and checking whether the data-flow crosses a boundary that triggers a DPA. A change approval is mostly confirming that a rollback plan exists, that the change window is correct, and that the affected systems are tagged in the CMDB. An access request is mostly verifying that the requested role doesn’t violate separation-of-duties. None of that is the decision. All of it is the bottleneck.

Industry coverage of network-security operations heading into 2026 names the same culprits we see in the field: manual validation and approval steps, coordination across multiple teams, and poor visibility into who changed what and when — gaps that slow implementation and invite human error (Tines, 2026). The shift to Zero Trust compounds it, because continuous, signal-rich validation increases the volume and complexity of access decisions a team has to make, not the decisiveness of any single one.

The vendor-risk corner of this is where the time cost is most visible. Practitioners describe InfoSec reviews backing up into multi-week queues, and automation vendors report customer outcomes such as compressing a three-week review queue into one-day turnarounds, with 40–50% reductions in vendor onboarding time when questionnaires arrive pre-populated from prior responses and public evidence (Atlas Systems / TrustCloud, 2026). Treat the specific figures as vendor-reported rather than independently audited — the direction, not the decimal, is the point. The assembly work is automatable. The judgment work shouldn’t be automated. Agentic governance is the discipline of telling those two apart.

Action item: Map one approval process end-to-end and mark each step as “assembly” or “judgment.” The ratio will tell you how much of your queue is recoverable.

What an agent should actually do at the approval gate

The useful framing is not “let the agent approve things.” It is “let the agent prepare a decision so complete that the human approval takes minutes instead of an afternoon.” Four concrete jobs sit squarely in the assembly column.

  • Gather evidence continuously, not at audit time: The modern GRC posture has moved from quarterly snapshots to continuous capture — systems that pull control evidence on an ongoing basis, map it to multiple frameworks at once, and maintain immutable audit trails so the organization is always audit-ready rather than scrambling (Secure Privacy, 2026; RSAssure, 2026). An agent slots into this as the tireless collector: pulling the SOC 2, confirming the encryption setting, reconciling the questionnaire, attaching the CMDB record — so the reviewer opens a packet, not an empty form.
  • Pre-check against policy before a human ever looks: Most rejections are mechanical — a missing rollback plan, an out-of-window change, a role that breaks separation-of-duties. An agent can run the request against codified policy first and either clear those checks or flag exactly which one failed and why, so human attention is spent only on genuine judgment calls.
  • Draft the risk assessment, don’t render the verdict: An agent can produce a structured first-pass risk write-up — data classification, blast radius, affected systems, relevant controls, residual risk — and hand it to the approver as a draft to edit and own, not a conclusion to rubber-stamp. The human still signs.
  • Maintain a continuous, queryable audit trail: Every action the agent takes is logged against the identity that authorized it, the human who delegated it, and the resources it touched. That record is the thing that makes the whole arrangement defensible to an auditor — and it’s a byproduct of the work, not a separate chore.

Notice what is not on that list: granting access, approving the change, accepting the vendor, signing the assessment. Those stay with a person. The agent compresses the eight hours of preparation that, by automation-vendor accounting, surround a single assessment (Panorays, 2026) — it does not move the gate.

Action item: Pick your highest-volume approval type and define the “decision packet” an agent would assemble. If a reviewer could approve from that packet in five minutes, you’ve scoped the agent correctly.

Answering the objection head-on: can you trust agents in a regulated environment?

This is the right question, and “trust” is the wrong frame for it. You don’t trust a junior analyst with production access on day one either; you constrain what they can do, log what they did, and review their work at defined points. Agentic governance applies the same engineering discipline — and the emerging standards bodies have started to codify exactly how.

The Cloud Security Alliance’s draft Agentic Profile for the NIST AI Risk Management Framework (March 2026) is the most useful artifact here, because it doesn’t treat “autonomy” as binary. It defines autonomy tiers with escalating oversight obligations — and its Tier 1 is precisely the posture we’re describing: agents that operate in fully supervised mode, generating outputs that require human approval before any action is taken (Cloud Security Alliance, 2026). The profile extends the four RMF functions — GOVERN, MAP, MEASURE, MANAGE — with agent-specific controls: tool-use risk modeling (because much of the risk lives at the tool interface, not in the model’s text), runtime behavioral telemetry instead of periodic audits, and an agent accountability register documenting each agent’s business owner, technical owner, and delegation lineage. This is not a hype document. It is a controls document. (NIST’s own attention to the area is real, too — its agent-security RFI drew 937 public comments, per CSA’s summary.)

Three engineering constraints turn that framework into something an auditor will accept.

  • Least privilege, time-bound, and just-in-time: Agents should hold no standing, permanent privileges. Entitlements are session-aware, scoped to the specific action, and provisioned just in time — each tool invocation individually authorized (Okta, 2026). This directly counters the documented failure mode: research cited across the identity field found roughly 1 in 20 non-human identities carrying full administrative privileges, many dormant for months (BeyondTrust, 2026). An over-privileged agent is a governance failure; a least-privileged one is a control.
  • Tamper-evident audit trails tied to verified identity: The log records who delegated the task, which agent executed it, what it accessed, and when — centralized, tamper-evident, and bound to a verified identity (Okta, 2026). Done right, agentic governance produces better audit evidence than the manual process it replaces, because the trail is automatic and complete rather than reconstructed under deadline.
  • The human gate sits on anything that changes state: The maturing human-in-the-loop guidance converges on a clean rule: read-only retrieval can run autonomously, but anything that changes money, permissions, records, or system state — or that goes out to a vendor, candidate, or customer — gets a stricter gate (Galileo, 2026). Every approval decision is, by definition, a state change. So every approval keeps its human.

There is regulatory tailwind here as well: the EU AI Act’s Article 14 requires high-risk AI systems to be designed for effective human oversight, with enforcement milestones arriving in August 2026 (Strata, 2026). A keep-the-human-at-the-gate architecture isn’t just defensible to your auditor — it’s the direction the law is already pointing. (This is industry analysis, not legal or compliance advice; validate the specifics against your own counsel and audit scope.)

Action item: Before any agent touches an approval process, write its accountability register entry — owner, allowed tools, privilege scope, and the explicit gate it may never cross. If you can’t write that down, the agent isn’t ready.

The pattern, not the pilot: why this compounds

The failure mode we see most often isn’t recklessness — it’s the opposite. A team runs a careful agentic pilot on one vendor review, it works, and then it never becomes a system. The point solution sits there while the queue behind it keeps growing. This is the same trap RPA fell into: isolated wins, no systemic transformation.

Agentic governance pays off when it becomes a loop rather than a one-off. The evidence-gathering agent that pre-fills this week’s vendor review gets more accurate as the corpus of prior answers and policy mappings grows. The pre-check agent that learns which change types your CAB always waves through can route the genuinely routine ones to a lighter gate and reserve human scrutiny for the rest — a risk-based posture that the broader approval-automation literature consistently recommends (Kissflow, 2026). The audit trail, accumulating continuously, turns the next audit from an event into a query.

That is the difference between using AI tools in your security process and building an agentic governance capability. One saves a reviewer an afternoon. The other changes the unit economics of staying compliant while you scale — which is the real prize, because approval throughput is the hidden ceiling on how fast a security-conscious IT organization can move.

Action item: Decide whether you’re buying a tool or building a capability. If approvals are throttling delivery across more than one process, you want the loop — and you want it designed by someone who has built governance, not just demos.

Where Facet fits

We are systems integrators before we are anything else, and security-sensitive approval workflows are exactly the kind of cross-team, cross-tool process where integration discipline matters more than model novelty. The hard part of agentic governance isn’t the agent — it’s wiring it correctly into your identity provider, your GRC platform, your CMDB, and your change process with least privilege, a clean audit trail, and a human gate that your auditors will sign off on.

Facet’s approach is to start where you already feel the queue: map one approval process, separate the assembly from the judgment, stand up an agent that does the assembly under tight constraints, and prove the audit trail before widening scope. The bar stays where your compliance team set it. What changes is how long your business waits behind it.

If long security and change-approval queues are throttling your roadmap, that’s a conversation worth having — bring your strictest process, not your easiest one. The strict ones are where agentic governance earns its keep.


This article reflects Facet Interactive’s perspective on agentic governance patterns and is intended as strategic and technical guidance, not legal or compliance advice. Validate all compliance-specific implementations against your own auditors, counsel, and regulatory obligations.

Free assessment

Ready to take IT off your plate? Six questions.

Book a free 45-minute IT assessment. No commitment, no sales pressure — just an honest look at where you stand and how we can help.

Read more articles

45 min · Free · No commitment · US-based team