Skip to content
Securafy AI Lab by Securafy
AI Security & Governance

AI Security & Governance: A Practical Playbook for Businesses Adopting AI

Rodney Hall breaks down AI security and governance into eight operational steps — from discovering shadow AI tools to setting an incident-disclosure path — naming who owns each step and what artefact it produces. This is the sequence to run, not another explainer of what the terms mean.

In this article

You already know what AI governance means and why it matters — the harder question is what your team does on Monday morning to run it. That's the gap this playbook closes: eight steps, each with a named owner and a specific artefact it produces, taking you from "AI is happening somewhere in this business" to a program you can actually audit. It assumes you already understand the concepts of security, governance, and compliance; if you don't, our companion piece on how those three disciplines differ is the right place to start first.

Step 1: Discover What AI Is Already Running In Your Business

The playbook starts with discovery, not policy. Before you write a rule, you need to know what you're actually governing, and for almost every SOC engagement I've run, that list is longer than leadership expects. It's rarely just the tool someone in marketing signed up for with a company card. It's the AI features switched on automatically inside software you already pay for — the summarization button in your email client, the meeting-notes assistant your video vendor enabled in a routine update, the "smart" search in your CRM now sending queries to a third-party model. None of that required anyone to request access or ask IT. It just appeared.

Discovery needs three legs to give an honest picture. Pull SaaS and browser-extension inventories from your identity provider and endpoint management console — this catches a surprising amount of unsanctioned use, since most employees authenticate with their work email even for personal experiments. Review the admin consoles of your core platforms (Microsoft 365, your CRM, your help desk software) for AI features shipped default-on. And ask department heads directly what their teams use day to day, because some usage — a free-tier chatbot on a personal browser profile — won't show up in any log you control.

Owner: IT/security lead, typically your vCISO or the person who owns endpoint and identity tooling. Artefact: a dated AI inventory listing every tool, the department using it, and whether it was sanctioned or discovered — the foundation every later step references.

Step 2: Classify The Data Each Use Touches

Once you know what's running, the next question isn't "is this tool good or bad" — it's what data it touches, because the control depends entirely on that answer, not on the tool's reputation. An AI note-taker summarizing an internal brainstorm carries a different risk profile than the same tool summarizing a client intake call containing protected health information. Two employees can use the identical product and create very different exposure depending on what they feed it.

For each inventory entry, tag the data category it processes: public/marketing content, internal operational data, customer PII, regulated data (PHI, cardholder data, financial details), or privileged/legal material. This turns a flat list of tools into a risk-ranked one, and it's the input every later step depends on.

Owner: compliance officer or vCISO, working from the department input gathered in Step 1. Artefact: a data-classification tag on every inventory line, feeding directly into the access decisions in Step 4.

What Should An AI Acceptable-Use Policy Actually Say?

It should say, in one page or less, exactly what data categories can never be pasted into which tools, and it should live somewhere people actually check — not a shared drive nobody opens. The mechanics of writing that policy are covered in full in our guide to building an AI acceptable-use policy; the version relevant here is Step 3.

The single highest-leverage line in that policy is the never-paste rule: name the data categories from Step 2 that can never go into a public AI tool, full stop, regardless of how useful the output would be. Put it in onboarding and the employee handbook, and — the part most policies skip — pinned where people see it in the flow of actually using these tools, like a browser-extension warning. A policy that only exists as a PDF gets read once and ignored.

Owner: compliance officer, drafted with input from department heads whose teams generated the Step 1 inventory. Artefact: a one-page acceptable-use policy, version-dated, distributed and acknowledged, not just published.

Step 4: Decide Identity And Access Before Tools Multiply

This is where AI governance becomes an identity problem, not a content problem. The question isn't just who can open an AI tool — it's whether that tool inherits standing access to everything the employee's account can already reach. An assistant connected via OAuth to your email or file storage doesn't just answer prompts; it can read and act across whatever scope you granted it, often indefinitely, until someone remembers to revoke it.

Decide, in advance, who can connect a new AI integration to a business system, and route that connection through the same access-request path as any other application. Apply least privilege the same way you would to a new hire: scope the connection to what the use case actually requires, not whatever the default OAuth prompt offers. For any tool touching the data categories flagged regulated or privileged in Step 2, require explicit sign-off before the connection is authorized, not after someone notices it in a quarterly review.

Owner: IT/security lead, enforced through your identity and access management platform. Artefact: a documented access-approval record for every AI integration with standing access to a business system, reviewable on demand.

Step 5: Log Activity And Set A Review Cadence

Governance that isn't reviewed is a document, not a control. Decide what you retain — prompts, outputs, connection logs, or some subset — and for how long, based on what regulatory obligations and your cyber insurance questionnaire actually require, not a default of "everything, forever" or "nothing." Then assign a specific person to look at those logs on a set schedule. An unreviewed log is functionally the same as no log.

The GOVERN function of the NIST AI Risk Management Framework makes this explicit: it calls for "ongoing monitoring and periodic review of the risk management process and its outcomes," with roles and review frequency defined in advance, not improvised after something goes wrong. That's a useful backstop if you're building this cadence for the first time — the review needs an owner and a calendar, not just a policy statement.

Owner: vCISO or designated compliance lead, using the access log from Step 4 as the primary review input. Artefact: a retention schedule plus a dated review log showing who checked activity and when.

How Do You Handle AI Features That Arrive Inside Software You Already Own?

You handle them the same way you'd handle a new vendor, because that's what they are — most AI exposure in a business doesn't arrive through a tool someone chose. It arrives bundled into a platform you already pay for, switched on by a vendor update you didn't request. Microsoft's documentation on enterprise data protection for Copilot is a useful example of what a vendor review should actually check: whether prompts and responses stay inside your existing contractual boundary, whether they train the vendor's foundation models, and whether your access permissions carry over automatically. Microsoft states that Copilot "respects your identity model and permissions" and that prompts and responses under enterprise data protection "aren't used to train foundation models" — exactly the kind of claim a vendor review should verify in writing, not assume.

Build vendor AI review into your existing renewal and procurement cycle rather than a separate process nobody remembers to run. When a core vendor announces a new AI feature, the questions are the same every time: does it change what data leaves your environment, does it change who has access, and does your existing agreement already cover it. Our guide to safeguarding sensitive data in Microsoft Copilot walks through this specific case in more depth.

Owner: IT/security lead, triggered by procurement or renewal events rather than run on a separate calendar. Artefact: a vendor AI addendum or review note attached to the contract file for every platform with AI features enabled.

Step 7: Define The Incident Path Before You Need It

Someone will eventually paste something they shouldn't have. The test of your program isn't whether that happens — it's whether there's a clear next step, or whether the person quietly hopes nobody notices. Define, in writing, who gets notified, what gets contained, and whether the incident triggers a disclosure obligation under HIPAA, your state breach notification law, or a client contract. Most SMBs haven't answered that last question in advance, and figuring it out mid-incident costs the response time they don't have.

The NIST Generative AI Profile treats data privacy exposure and information security incidents from generative AI as risks requiring specific action under the MANAGE function, not general-purpose incident response bolted on after the fact — the same posture we'd recommend for a client's SOC runbook. Fold the AI-specific path into your existing incident response plan: same escalation chain, same documentation requirements, with an added branch for "what data went where and does that trigger notification."

Owner: vCISO or IT/security lead, integrated into the existing incident response runbook. Artefact: a documented incident path with a disclosure decision tree, tested at least once before it's needed for real.

Step 8: Set A Review Cadence Shorter Than Your Policy Cycle

An annual policy review is the wrong cadence for a tool landscape that changes monthly. New AI features get switched on inside existing vendors constantly, and a policy written in January can be out of date by June. Set a standing quarterly review that re-runs discovery at a lighter weight — a pass through vendor release notes and a spot-check with department heads — rather than waiting for the annual cycle to catch what changed.

This is consistent with how NIST Cybersecurity Framework 2.0's GOVERN function frames oversight: it requires that "results of organization-wide cybersecurity risk management activities and performance are used to inform, improve, and adjust the risk management strategy," which only works if that feedback loop runs more often than once a year. ISO/IEC 42001, the international standard for AI management systems, builds on the same logic, requiring organizations to "continually improve" their AI management system rather than treat it as a one-time build.

Owner: vCISO, calendared as a standing quarterly item, not an ad hoc task. Artefact: a quarterly review memo noting what changed since the last cycle and what, if anything, the policy or access controls need to update.

What Ties These Eight Steps Together?

Each step produces something concrete that feeds the next: the inventory feeds the classification, the classification feeds the policy and access decisions, the access decisions feed what you log, and the review cadence keeps the chain from going stale. That's the difference between a playbook and a principles document — you can point to the artefact and know whether the step happened. For the broader case on why this needs to be a standing discipline rather than a project with an end date, our piece on why AI adoption is a governance problem, not a technology one, and our leadership playbook for AI adoption make that case from the leadership side; this one stays operational.

Vendor documentation on data handling is worth checking directly rather than secondhand. OpenAI's enterprise privacy documentation states that business data across its enterprise products "is not used to train our models by default," and Anthropic's commercial data retention documentation confirms API inputs and outputs are auto-deleted within 30 days by default absent a separate retention agreement. That's exactly the kind of claim Step 6's vendor review should verify, not assume, for any AI feature landing inside a platform already trusted with regulated data. If the access-control layer in Step 4 isn't built yet, our guide to securing Microsoft Copilot and AI agents before they become shadow IT covers that groundwork, and our piece on whether employees can safely use ChatGPT and Copilot at work is the natural next read if Step 3's policy is still outstanding.

Where To Go From Here

None of these eight steps requires new headcount or a costly platform — they require someone with authority to own each artefact and the discipline to keep the cadence. If you're not sure where your organization stands against this sequence, that gap is the finding.

If your team is moving faster with AI than your guardrails are, start with structured training rather than another tool. Securafy AI University gives your people role-based AI training with security built into the material, not bolted on afterward.

If you would rather talk through your specific environment first, book a strategy call with Securafy and we will walk your current AI usage, exposure, and the fastest path to safe adoption.

Rodney Hall
Rodney Hall

Rodney Hall is the President and COO of Securafy, with 2 decades of experience in IT service management and operations.

He writes about the less glamorous but essential side of IT: support systems, documentation, business continuity, recurring issues, downtime, and the processes that keep client environments running well. His perspective comes from years spent improving how service is delivered, how teams respond, and how small problems are prevented from becoming much larger ones.

Outside of work, Rodney enjoys home improvement projects, woodworking, and dirt bike riding. His personal mission mirrors Securafy’s: helping businesses stay secure, compliant, and ready for whatever comes next.

Writes about: Managed IT, IT operations, service delivery, business continuity, downtime prevention, support processes, operational risk

More from Rodney Hall

Learn AI by building with it

AI University helps teams move beyond AI curiosity through practical lessons, secure workflows, guided experiments, and real projects built for everyday business use.

Explore AI University

Stay current on practical business AI

Get practical updates on AI security, governance, tools, compliance, and implementation without the daily hype cycle.

Join the conversation

Have a question or a different take on this? Add it below.