Sep 08 2026

A signed two-page policy beats a fifty-page draft. Every time…

Startups at Seed or Series A Don’t Need a CISO to Pontificate. They Still Need Governance.

A viral take says early-stage startups need operators, not CISOs. Mostly right — but three of the four things it says startups need are governance work. What actually blocks the audit and the deal.


A take went around recently that I mostly agree with, which is why I want to argue with it.

The argument: a Seed or Series A company hires a security engineer at a healthy base salary, and within two weeks they’re drafting fifty-page governance policies and pitching board decks instead of fixing IAM roles. Meanwhile the AWS permissions are still a mess and the SOC 2 is dead in the water. Startups don’t need someone pontificating about corporate risk frameworks. They need operators who lock down the cloud, automate evidence collection, get enterprise procurement off the founder’s back, and let engineering ship.

Every word of the diagnosis is correct. Role clarity is a real failure mode, and if you hired for hands-on infrastructure work and got a risk committee, that’s a mis-hire no matter how good the risk committee is.

But read that list of what startups supposedly need instead. Lock down the cloud. Automate the evidence collection. Get procurement off your back. Unblock the SOC 2.

Three of those four are governance work described in operator vocabulary.


“SOC 2 dead in the water” is almost never a cloud configuration problem

This is the load-bearing claim, so it’s worth being specific. When a SOC 2 stalls at an early-stage company, here’s what’s actually blocking it, in rough order of frequency:

  • Policies undocumented, or documented and never reviewed — which hits CC1, CC2 and CC5 simultaneously
  • No formal risk assessment process (CC3)
  • Access reviews never performed (CC6) — note: not access misconfigured, access reviews not performed and signed
  • Incident response plan never tested (CC7)
  • Change management applied inconsistently (CC8)
  • No vendor risk program — no inventory, no tiering, no due diligence (CC9)
  • Data classification undefined (C1)

Now look at what’s on that list that Terraform fixes. Almost nothing. Your IAM roles can be immaculate and every one of those gaps remains open.

And there’s a structural fact founders consistently learn too late: a Type 2 report tests operating effectiveness over an observation period, typically six to twelve months. You cannot compress it, you cannot backfill it, and the clock starts when the controls are actually operating — not when you decide to get serious. Evidence has to be contemporaneous, created at the time the control operated. An access review reconstructed in a panic the week before fieldwork is not evidence; it’s a document about the past.

Which means the highest-leverage early action isn’t hardening. It’s starting the clock — getting a minimal, real control set operating so the window begins, and so that six months from now you have records rather than intentions.

This is the same argument I made about ISO 42001 Stage 2, and it generalises: controls are rarely why organisations fail. Evidence is. A programme built in the eight weeks before an audit gets found out, because records have dates.


“Getting procurement off your back” is governance by definition

The second item on the operator list is the one that funds the company, so it deserves precision about what it actually involves.

An enterprise security review is not a technical assessment. It’s a document request. The questionnaire asks for your information security policy, your named security owner, your subprocessor list, your access review cadence, your incident response procedure, your business continuity test, your data retention schedule — and, in every substantive questionnaire I’ve seen since mid-2026, an AI governance block: what AI do you use, do you or your vendors train on customer data, who’s accountable for your AI systems, are you ISO 42001 certified or implementing it.

You cannot answer any of that with cloud configuration. And the answers are representations — a completed questionnaire is a contractual statement to a customer. Claiming a control you can’t evidence converts a security problem into a misrepresentation problem, which is a materially worse category to be in.

So “get procurement off my back” decodes to: produce a coherent, defensible, evidenced document set that matches what you actually do. That is governance. Calling it operations doesn’t change the work.


The real distinction: fitness, not volume

Here’s where I think the original take mistargets. Its villain looks like the CISO mindset. The actual villain is governance theatre — and the tell is not that a policy exists, it’s that the policy is unsigned, undated, unowned, and unmatched to scope.

The test I’d apply to any governance artifact at an early-stage company is the same one an auditor applies:

  1. Does it exist?
  2. Is it operating? — is there a record showing it ran
  3. Who owns it? — a name, not a team
  4. Show me a specific instance, on a date

A two-page acceptable use policy that a founder signed, dated, and circulated passes all four and unblocks a procurement question. A fifty-page policy suite in draft passes exactly one. The fifty-page version isn’t wrong because it’s governance; it’s wrong because it’s optimised for the appearance of a programme rather than for producing artifacts.

So the correct instruction to your first security hire is not “stop writing policies.” It’s: write the shortest thing that will survive question four, get it signed, and go fix the cloud.

I’d also offer a more charitable reading of the engineer in that story than the original does. Very often the person drafting policies at week two is doing it because a customer is asking, nobody else will, and no one was named accountable. That’s not pretension. That’s a missing owner, and the founder is the one who left the seat empty.


What the first security hire should actually be

The useful frame isn’t seniority. It’s build versus attest, and they’re genuinely different jobs:

BuildAttest
OutputWorking controlsEvidence that controls work
Typical weekIAM, network, CI/CD, secrets, logging pipelinePolicies, risk assessment, vendor tiering, access review records, questionnaire responses
Failure modeHardened environment, no audit trailBeautiful binder, nothing implemented
UnblocksIncidentsDeals

The overlap zone — automating evidence collection so the build work generates the attest artifacts as a by-product — is the highest-value thing either role does, and it’s where the two disciplines actually meet. Access reviews that emit signed records. Change management that produces approval trails. Logging designed so it answers who authorised this, what did the system have, what did it decide, was that consistent with policy rather than requiring reconstruction.

At Seed and Series A, the pragmatic answer is usually: hire the builder full-time, buy the attest work fractionally. A strong infrastructure security engineer is a full-time job at that stage. Producing a defensible ISMS or AIMS is not — it’s a burst of work followed by a maintenance cadence, and it doesn’t need a full-time salary attached.

I should disclose the obvious: fractional governance is what my practice sells, so treat that recommendation with appropriate suspicion. The honest test of whether you need it: if you can already answer the four questions above for the controls a customer is asking about, you don’t. Go hire the builder and spend nothing on me.


The AI turn, where “just build” stops working

Here’s the part of the original argument that I think dates fastest, and it’s why this matters more in 2026 than it did in 2022.

The advice “operators build, governance pontificates” assumes governance decisions are made in documents. With AI systems, they’re made in architecture — usually by an engineer, at speed, without anyone recognising a governance decision has been taken. Four examples from earlier posts in this series:

  • Where the human sits relative to execution. Whether the system informs a human decision or makes it. That single design choice determines whether California’s ADMT rules apply — advisory tools are excluded provided there’s genuine human involvement in the final decision — and whether you can satisfy EU AI Act Article 14. It looks like a UX decision in the sprint.
  • Agent authority. An agent shipped with a broad tool and a standing service account has been granted ambient authority nobody approved. Authority must be bound to a specific action, not held generally by a component. That’s a code decision with liability attached.
  • Whether the logs will answer the audit. Agent action volume makes evidence architecture impractical to retrofit. If the decision log doesn’t record the policy version in force, no amount of later governance work recovers it.
  • What the model provider’s terms actually say about training on your customers’ data — which becomes your representation the moment you answer a questionnaire.

None of these get fixed by a policy written afterwards. All of them are cheap to get right at design time and expensive to unwind. So the modern version of the operator argument has to be: the builder needs enough governance literacy to recognise which of their design choices are governance choices — and someone accountable to check.

That’s not pontification. It’s the difference between an AI feature you can sell into an enterprise and one you have to re-architect after the security review.


A 90-day plan for a Seed / Series A first hire

  1. Inventory first. Systems, data, vendors, and — the one most people skip — AI systems and agents, including embedded vendor AI and anything in CI. You can’t scope, tier, or answer a questionnaire without it.
  2. Fix the two things that would actually hurt you. Usually identity and secrets. Time-boxed, not a programme.
  3. Write the short policy set and get it signed. Information security, acceptable use, access control, incident response, AI acceptable use. Two to four pages each. Signed and dated beats comprehensive and draft, every time.
  4. Name owners. One person per policy area. In a twenty-person company this is a fifteen-minute conversation that resolves a recurring audit finding.
  5. Start the clock. Run the first access review, log it. Run one incident tabletop, log it. These are the records the Type 2 window will sample.
  6. Automate evidence at the point of work — reviews, approvals, and deployments that emit artifacts without anyone assembling them later.
  7. Build the questionnaire answer library from what’s now true, and re-read anything you answered before your architecture changed.

Note the sequencing. Nothing in there is a board deck, and nothing in there is a fifty-page policy. But five of the seven are governance, and they’re what closes the deal that funds the next engineering hire.


Where I’d land

The original take is right that a Seed-stage company doesn’t need someone theorising about enterprise risk frameworks. It’s wrong that the alternative is pure engineering, because it lists governance outcomes as the goal — evidence automation, procurement unblocked, SOC 2 moving — and then argues against the discipline that produces them.

The dichotomy that actually matters isn’t operator versus CISO. It’s artifacts that survive question four versus artifacts that don’t. Someone has to produce the first kind. At twenty people that person probably shouldn’t be full-time, and definitely shouldn’t be presenting to a board you don’t have yet.


Work with DISC InfoSec

DISC InfoSec provides exactly the fractional half of that split for B2B SaaS and financial services startups — SOC 2 and ISO 27001 readiness, ISO 42001 AI management systems, AI and agent inventories, vendor questionnaire response, evidence architecture, and internal audit. No board decks unless you ask for one.

We led VDR organization through ISO 42001 Stage 2 certification on the first audit attempt as the internal practitioner, served as internal auditor, and authored their MCP Governance Standard.

Readiness path: free 15–20 minute readiness call → ISO 42001 gap assessment or ISO 27001 gap assessment → 7–10 day Quick-Start → full implementation and certification support.

DiscInfoSec — Principal Consultant, DISC InfoSec (Deura Information Security Consulting LLC), Petaluma, AICP, CISSP, CISM | ISO/IEC 42001 & ISO/IEC 27001 Lead Implementer | PECB Authorized Training Partner

📅 calendly.com/hd-deurainfosec 📧 info@deurainfosec.com 📞 (707) 998-5164 🌐 deurainfosec.com


References

  • AICPA Trust Services Criteria — CC1–CC9, plus Availability, Confidentiality, Processing Integrity and Privacy categories; SOC 2 Type 1 vs Type 2 report scope
  • ISO/IEC 27001:2022; ISO/IEC 42001:2023
  • Regulation (EU) 2024/1689 (EU AI Act), Arts. 14, 26
  • CPPA ADMT regulations under CCPA/CPRA — advisory-tool scope exclusion
  • OWASP Agentic Security Initiative; OWASP AI Agent Security Cheat Sheet

Nothing here is legal advice, and formal SOC 2 opinions require a licensed CPA firm.

Startup security hiring seed series, SOC 2 blocked, first security hire, fractional CISO, vendor security questionnaire, ISO 42001 startup, AI governance startup

Download the AI Governance & Cybersecurity pdf file

AI Attack Surface ScoreCard 

MachineLearning & Artificial Intelligence

AI Vulnerability Scorecard: Discover Your AI Attack Surface Before Attackers Do

Your Shadow AI Problem Has a Name-And Now It Has a Score

Most AI Security Tools Won’t Pass an Audit. Here’s a 15-Minute Way to Find Out.

AIMS and Data Governance – Managing data responsibly isn’t just good practice—it’s a legal and ethical imperative

Schedule a consultation: info@deurainfosec.com

InfoSec services | InfoSec books | Follow our blog | DISC llc is listed on The vCISO Directory | ISO 27k Chat bot | Comprehensive vCISO Services | ISMS Services | AIMS Services | Security Risk Assessment Services | Mergers and Acquisition Securit

DISC InfoSec blog | DISC InfoSec Site 

Tags: Bay Area Startups, CISO, cybersecurity startups, vCISO


Aug 25 2026

AI Governance for Bay Area Startups: What to Put in Place Before Enterprise Customers Ask

Category: AI,AI Governancedisc7 @ 9:30 am

AI Governance for Bay Area Startups: What to Put in Place Before Enterprise Customers Ask


There’s a specific email that changes a startup’s quarter. It arrives from a champion who is genuinely on your side, and it reads something like: “Security review went fine, but our AI risk team added a section. Can you send over your AI governance documentation?”

You have a SOC 2. You do not have AI governance documentation. The deal is in the forecast. The quarter closes in five weeks.

I’ve now watched this play out enough times to say it plainly: the AI governance question in enterprise procurement is not coming, it’s here, and the timeline mismatch is brutal. A certifiable management system takes six to eighteen months to build and operate. Procurement does not pause while you build one. The startups that clear this cleanly are the ones that assembled the artifacts before the questionnaire arrived — which, conveniently, is also the cheapest time to do it.

This post is for founders, first security hires, and technical co-founders at Bay Area startups shipping AI features into enterprise accounts. Two things are true for you simultaneously that aren’t true for most companies: your buyers are the enterprises applying the pressure, and your legal address is in the state with the most active AI and privacy regulator in the country.


Why this shifted so fast

Three forces converged in roughly twelve months.

Enterprise procurement rewrote its questionnaires. The 2026 SIG update added an expanded AI governance section; CAIQ picked up AI-specific control mappings. Practically every substantive vendor security questionnaire in the second half of 2026 now contains an AI block. Industry reporting puts “Are you ISO 42001 certified or implementing it?” in roughly 40% of enterprise AI vendor RFPs in the EU and around 25% in North America.

ISO/IEC 42001 became the artifact procurement can file. Published December 2023, it’s the first certifiable international standard for AI management systems. Anthropic certified in January 2025; Snowflake, ServiceNow, CrowdStrike and others followed. More than 350 organisations globally held certificates by mid-2026. The pattern is exactly what SOC 2 did to SaaS procurement a decade ago: a voluntary good practice quietly becoming a default filter that removes vendors who can’t answer.

The EU AI Act’s high-risk obligations landed on 2 August 2026. If you sell into EU-facing customers, their obligations flow contractually back to you regardless of where you’re headquartered — Articles 25 and 26 are the mechanism.

Here’s the part I want to be honest about: your buyer’s AI risk team is not trying to make your life difficult. They’re being asked by their own board, auditors, and insurers to demonstrate control over AI risk. If you can’t answer, the risk transfers to them. That’s why the questions come before signature and not after.


The California layer nobody warns startups about

Bay Area founders tend to think of AI regulation as a Brussels problem. It isn’t. California moved first among US states, and several deadlines have already passed.

RuleWhat it reachesStatus
CPPA ADMT regulations (under CCPA/CPRA)Automated decision-making technology used for significant decisions — employment, housing, credit, healthcare, educationEffective 1 Jan 2026. Risk assessments required now. Consumer rights (pre-use notice, opt-out, access to decision logic) by 1 Jan 2027. First CPPA attestations 1 Apr 2028.
AB 2013Generative AI training data transparencyDocumentation deadline 1 Jan 2026
SB 942 (AI Transparency Act)Provenance disclosure and detection tooling for GenAI systems with >1M monthly users accessible in CaliforniaOperative 2 Aug 2026, further phases 2027–2028
SB 53 (Transparency in Frontier AI Act)Frontier developers above ~10²⁶ training FLOPs; transparency reports and critical-incident reportingEffective 1 Jan 2026 — most startups are nowhere near the threshold
AB 489AI implying licensed healthcare care without human oversight, including in advertisingEffective 1 Jan 2026

One detail in the ADMT rules is worth an architecture conversation, not just a legal one. Advisory tools — systems that produce recommendations, scores, or analysis for a human decision-maker — are explicitly excluded from the ADMT definition, provided there is genuine human involvement in the final decision. CPPA staff testified during rulemaking that this narrowing cut coverage to roughly 10% of CCPA-covered businesses.

That single distinction is one of the highest-leverage design decisions available to an early-stage AI product. A system that informs a human decision and a system that makes it can look nearly identical in the product demo and land in completely different regulatory buckets. Decide which one you’re building deliberately, document the reasoning, and make sure the human involvement is real rather than a rubber-stamp UI. “Genuine” is doing load-bearing work in that sentence, and a regulator will read it the same way an auditor reads “human oversight” under EU AI Act Article 14 — as a demonstrated capability to intervene, override, and disregard.

Standard caveat: I’m a security and governance practitioner, not an attorney. Scoping decisions of this kind should be run past counsel.


The eight artifacts to have on the shelf

None of this requires a compliance team. At startup scale, most of it is a focused week of work plus a habit. Every item below maps to something a questionnaire actually asks and to a clause an auditor will actually test.

1. An AI system inventory

Every AI system you build, embed, or consume — including the ones your team adopted without telling anyone. Vendor-embedded AI counts. Your support tool’s summarisation feature counts. For each: intended purpose, model and provider, data it touches, who it affects, what decision it informs, and whether a human reviews the output.

Anchors: ISO 42001 Clause 4.3 (scope) and the AI system register; NIST AI RMF MAP 1.1. Effort: one afternoon with a spreadsheet, if you’re honest. Why first: you cannot govern, scope, or certify what you haven’t listed, and this is the single artifact that unblocks all seven others.

2. An impact assessment for each material system

ISO 42001’s AI system impact assessment (AISIA) is mandatory under Clause 6.1.2. It asks: intended purpose, output type, impact domain, affected population, severity if it fails, reversibility, and whether human oversight exists. Low / medium / high classification then drives which controls you actually need.

Why it matters commercially: this is the document that lets you answer “how do you assess AI risk?” with a process rather than an adjective. It also does double duty against the CPPA risk assessment requirement and EU AI Act classification questions.

3. A signed AI policy and an acceptable use policy

Two short documents, not a binder. The AI policy states your principles, scope, and objectives, and carries a founder’s signature. The acceptable use policy tells your own team what they may and may not put into which tools — the practical antidote to shadow AI.

Anchors: Clause 5.2, Annex A.2.2 (AI policy), A.9.2 (responsible use processes). Effort: a day to draft, an hour to sign. Please actually sign it; unsigned policies are the most common finding I write.

4. A named accountable owner

One person, not a committee. Someone whose job description includes knowing which AI systems are running, what they can do, and what happens when one misbehaves. At a 30-person company this is usually a technical co-founder or the first security hire, and that’s fine — what matters is that the name is written down.

Anchors: Clause 5.3 (roles and responsibilities); NIST AI RMF GOVERN 1.1 and GV-3. Why buyers care: “who is accountable?” is now a standard questionnaire line, and “the team” is a failing answer.

5. Data provenance and a training-data position

Where does training or fine-tuning data come from, what rights do you have to it, and — the question every enterprise buyer asks — do you or your model providers train on customer data? You need the contractual proof, not just the intention: the no-training clause in your provider’s terms, the configuration that enforces it, and the retention settings.

Anchors: Annex A.7 (data for AI systems); AB 2013 for generative training data disclosure. Effort: mostly reading your own vendor contracts, which is a useful exercise regardless.

6. A model and sub-processor register with real diligence

Every model provider and AI-enabled sub-processor, with what they process, where, under what terms, and what happens if they change models underneath you. Enterprise buyers increasingly want the chain, not just your name.

Anchors: Annex A.10.3 (suppliers, allocation of responsibilities across the AI value chain); NIST AI RMF GOVERN 6. Note: silent model swaps by your provider are a real change-management risk and a question sophisticated buyers now ask directly.

7. Human oversight design — with a kill switch you’ve actually tested

Define, per system, where a human must be in the loop, what the escalation path is, and how you stop the thing. Then test the stop. Kiteworks’ 2026 survey across 459 organisations found only about 21% could automatically terminate a misbehaving agent’s access, and among those running AI in production, 23% had never tested their termination process end to end. Gravitee’s 2026 survey of 900+ practitioners found more than half of deployed agents operating with no security oversight or logging, and 88% of organisations reporting confirmed or suspected agent security incidents in the year.

An oversight mechanism that can’t intervene isn’t a control — it’s a place to assign blame after the fact. Anchors: EU AI Act Art. 14; ISO 42001 human oversight controls; NIST AI RMF MANAGE.

8. Logging that answers four questions

Your AI logs should let you reconstruct: who authorised this, what context did the system have, what did it decide, and was that consistent with policy? If you can’t answer all four from your telemetry, you’re not audit-ready — and if you have EU-facing high-risk exposure, Article 26 obliges deployers to retain logs for at least six months, monitor operation, ensure staff competence, and notify incidents.

The practitioner’s version: when I led ShareVault through ISO 42001 Stage 2 certification, the difference between a clean pass and a nonconformity was almost never whether a control existed. It was whether we could produce the artifact that proved it operated. Controls are cheap. Evidence is the product.


Sequencing for a 20-to-50-person company

Days 1–30 — Get honest. Build the inventory. Draft and sign the AI policy and acceptable use policy. Name the owner. Read your model providers’ data terms and write down your training-data position. This is roughly one focused week spread over a month, and it answers about 60% of a typical AI questionnaire block.

Days 31–60 — Get defensible. Run impact assessments on your two or three material systems. Stand up the sub-processor register. Define human oversight thresholds per system and test the kill switch. Write a one-page AI incident runbook that includes prompt injection and data-leak scenarios — treat a prompt injection event in a regulated context as a compliance event, not just a security ticket.

Days 61–90 — Get ahead of the ask. Turn the artifacts into a reusable answer library and a public trust page section on AI governance. Decide your certification posture: ISO 42001 now, or a documented, dated roadmap. A credible roadmap is an acceptable answer to most buyers today. “We take AI safety seriously” is not.

If you already hold ISO 27001, this is far less work than it sounds — the two standards share the Annex SL High Level Structure, so context, leadership, planning, support, evaluation, and improvement are one system serving two standards. Organisations with a running ISMS typically complete ISO 42001 in a meaningful fraction of the elapsed time.


Three mistakes I’d rather you skip

Chasing the certificate before the inventory. Certification scope is derived from what you actually run. Starting with an auditor conversation before you have a system register means paying someone to discover your own environment.

Buying a platform instead of making decisions. Governance tooling is genuinely useful after you’ve decided who is accountable, what your risk appetite is, and which systems are in scope. Bought first, it becomes an expensive dashboard displaying unresolved questions.

Answering a questionnaire aspirationally. This is the one that actually causes damage. A questionnaire response is a representation to a customer. If you claim a control you can’t evidence and an incident follows, you’ve converted a security problem into a contractual and potentially a misrepresentation problem. When I ran a scanner against a client environment and it produced findings I couldn’t reproduce, I pulled them from the report rather than pad it — same principle applies in reverse here. Say what’s true, say what’s planned, date the plan.


The founder’s advantage

Here’s the thing large enterprises would pay a great deal for and can’t buy: your scope is small. You have four AI systems, not four hundred. You can enumerate every model call in your product in an afternoon. You can get a policy signed by walking across the room. The AI management system that takes a 5,000-person company eighteen months of committee work is, at your stage, a couple of weeks of clear thinking plus a discipline of keeping the register current.

That advantage has a short half-life. Every quarter you grow, the inventory gets harder, the shadow AI gets deeper, and the retrofit gets more expensive. The best time to build this was before your first enterprise deal. The second-best time is before the questionnaire lands in your inbox — which, based on where procurement is heading in 2026, is probably this quarter.


Where to start with DISC InfoSec

DISC InfoSec helps Bay Area B2B SaaS and financial services startups get from “we ship AI features” to “here’s our documented, evidenced AI management system” — without a compliance department. I led ShareVault, a virtual data room platform serving M&A and financial services clients, through ISO 42001 Stage 2 certification on the first audit attempt, as the internal practitioner who did the work.

The readiness path is deliberately incremental:

  1. Free 15–20 minute readiness call — where you actually are, and what the next rung costs.
  2. ISO 42001 gap assessment — | ISO 27001 gap assessment — — clause-level, with a prioritised remediation roadmap.
  3. Quick-Start engagement, 7–10 days — the core artifact set built and handed over.
  4. Full implementation and certification support — including internal audit.

If an AI governance section just showed up in a live deal, start with the call — most of the questions in front of you are answerable faster than you think.

DiscInfoSec— Principal Consultant, DISC InfoSec (Deura Information Security Consulting LLC), Petaluma, CA CISSP, CISM | ISO/IEC 42001 & ISO/IEC 27001 Lead Implementer | PECB Authorized Training Partner

📅 calendly.com/hd-deurainfosec 📧 info@deurainfosec.com 📞 (707) 998-5164 🌐 deurainfosec.com


Sources and references

  • ISO/IEC 42001:2023 — Clauses 4–10, Annex A (A.2.2, A.7, A.9.2, A.10.3)
  • NIST AI RMF 1.0 (NIST AI 100-1) — GOVERN 1.1, GV-3, GV-6, MAP 1.1, MANAGE
  • Regulation (EU) 2024/1689 (EU AI Act) — Arts. 14, 25, 26; high-risk obligations from 2 Aug 2026
  • CPPA ADMT and risk assessment regulations under CCPA/CPRA (adopted 24 Jul 2025, OAL approved 22 Sep 2025, effective 1 Jan 2026)
  • California AB 2013, SB 942, SB 53, AB 489
  • Kiteworks, 2026 Data Security and Compliance Risk Annual Survey (459 organisations)
  • Gravitee, State of AI Agent Security 2026 (900+ respondents)
  • Shared Assessments SIG 2026 update; CSA CAIQ AI control mappings

Download the AI Governance & Cybersecurity pdf file

AI Attack Surface ScoreCard 

MachineLearning & Artificial Intelligence

AI Vulnerability Scorecard: Discover Your AI Attack Surface Before Attackers Do

Your Shadow AI Problem Has a Name-And Now It Has a Score

Most AI Security Tools Won’t Pass an Audit. Here’s a 15-Minute Way to Find Out.

AIMS and Data Governance – Managing data responsibly isn’t just good practice—it’s a legal and ethical imperative

Schedule a consultation: info@deurainfosec.com

InfoSec services | InfoSec books | Follow our blog | DISC llc is listed on The vCISO Directory | ISO 27k Chat bot | Comprehensive vCISO Services | ISMS Services | AIMS Services | Security Risk Assessment Services | Mergers and Acquisition Securit

DISC InfoSec blog | DISC InfoSec Site 

Tags: AI Governance, Bay Area Startups