Reports of a cyberattack involving OpenAI are a sharp reminder that AI providers sit squarely in your supply chain. Here’s how to respond with clarity—not panic.
For context and links to primary sources, see Simon Willison’s roundup: OpenAI cyberattack.
Why this matters now
- Third‑party AI is critical infrastructure: outages or breaches ripple across products and customers.
- Models, fine‑tunes, and RAG corpora are high‑value targets—exposure can leak IP and customer data.
- Agent and plugin ecosystems expand the blast radius via API keys, connectors, and permissions.
10 questions to send your AI vendors today
- Scope: What systems, tenants, and data classes were affected? Were model weights, fine‑tunes, or embeddings accessed?
- Customer data: Which categories (PII, chat logs, files, RAG sources) were exposed, and for how long?
- Evidence & logging: What audit logs prove the timeline and access paths? How long are logs retained?
- Keys & auth: Should we rotate our API keys? Do you support scoped keys, per‑project secrets, and short‑lived tokens?
- Segmentation: How are training, inference, and admin planes isolated? What’s the tenant isolation model?
- Model integrity: Do you cryptographically sign models and verify at load? Any drift or tampering detected?
- Jailbreaks & prompt injection: What mitigations and red‑team results can you share? How are tools/agents sandboxed?
- Supply chain: SBOM for your AI stack (models, datasets, libraries)? How are dependencies patched and monitored?
- Compliance: Map the incident to SOC 2/ISO 27001 controls and the NIST AI RMF. What regulator/customer notifications were made?
- Post‑mortem: What concrete changes (tech, process, staffing) are shipping, and what are the SLAs for future incident comms?
Quick hardening moves for your stack
- Rotate all AI‑related API keys and OAuth tokens; enforce least‑privilege scopes and per‑environment secrets.
- Disable unused plugins/tools for agents; add egress filtering and domain allow‑lists for tool calls.
- Strip sensitive data from prompts; prefer retrieval over upload. Log prompts/outputs with redaction.
- Add guardrails against prompt injection and data exfiltration; review the OWASP Top 10 for LLM Applications.
- Run a tabletop exercise using your AI incident playbook mapped to the NIST AI Risk Management Framework.
What good vendor answers look like
- Specific, dated timelines with log excerpts, not vague statements.
- Clear customer impact matrices and rotation guidance for keys and connectors.
- Signed post‑mortem with concrete fixes, ownership, and deadlines.
Takeaway
Treat AI vendors like core infrastructure. Demand evidence, rotate credentials, tighten agent permissions, and align to OWASP and NIST frameworks.
Get smarter on AI, fast. Subscribe to our free newsletter for weekly, practical briefs: theainuggets.com/newsletter.

