By Sagar Shankaran, Founder of CallSphere
CISA's 2025 SBOM guidance brings AI and SaaS into scope. Here is the SBOM architecture for a HIPAA-aligned AI voice platform — first-party services, model artifacts, and sub-processor declarations.
Key takeaways
The 2025 CISA SBOM Minimum Elements Draft brought AI and SaaS in scope for the first time. For a HIPAA AI voice stack, SBOM is no longer a "nice to have" — it is the first thing an auditor asks for after the BAA.
SBOMs are not named directly in HIPAA but become a strong supporting control under 45 CFR 164.308(a)(1)(ii)(B) (risk management) and 45 CFR 164.314(a) (BA technical safeguards). The 2024 NPRM strengthens vulnerability management — SBOM is the inventory that makes scanning and patching possible. CISA's August 22, 2025 draft "2025 Minimum Elements for a Software Bill of Materials" updates the 2021 NTIA guide and codifies new requirements including AI and SaaS use cases. NIST SP 800-66 Rev. 2 maps the discipline to NIST SP 800-161 Rev. 1 (Cybersecurity Supply Chain Risk Management) and SP 800-53 SR-4 (Provenance) and SR-11 (Component Authenticity). FDA requires SBOMs for medical devices under 524B of the FD&C Act.
AI stacks have unusual supply chain depth — base OS, container, runtime, language ecosystem, ML framework, ASR/TTS clients, LLM SDK, vector DB driver, FHIR client, telephony SDK, observability agents. Plus model artifacts themselves: pre-trained weights, fine-tunes, embeddings, tool definitions. The CISA 2025 guidance brings AI in scope by treating model artifacts and vendor SaaS as components. A complete SBOM lists first-party services, third-party libraries (with versions and licenses), container base images, model artifacts, and sub-processor declarations. Formats are SPDX or CycloneDX, signed and versioned.
CallSphere generates per-service SBOMs in CycloneDX format on every CI build with Syft, signed with Sigstore, and stored versioned in an artifact registry. Container images carry attached SBOMs verifiable at deploy time. Model artifacts (custom voices, fine-tunes, embeddings) carry their own provenance metadata. The 14 Healthcare Voice Agent tools, the encrypted healthcare_voice PostgreSQL (1 of 115+ tables), and the 90+ platform tools each have an SBOM. Sub-processor SBOM equivalents (vendor SOC reports, ZDR attestations, residency declarations) are tracked in the vendor risk inventory. Customers can review SBOM summaries on request. The platform is HIPAA and SOC 2 aligned, 37 agents, 6 verticals, 50+ businesses, 4.8/5. Pricing $149/$499/$1,499; 14-day trial; 22% affiliate. See /contact.
flowchart LR
PR[PR Build] --> Syft[Syft SBOM Gen]
Syft --> CDX[CycloneDX]
CDX --> Sign[Sigstore Sign]
Sign --> Reg[Artifact Registry]
Reg --> Deploy[Verify on Deploy]
Vendor[Sub-Processors] --> VRM[Vendor SBOM Track]
VRM --> Audit[Audit Trail]
Is SBOM required by HIPAA? Not by name. It is required-in-effect by the vulnerability and supply-chain controls in the 2024 NPRM.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
SPDX or CycloneDX? Both are acceptable. CycloneDX has stronger AI/ML extensions; SPDX has wider tooling.
Do we need to share SBOMs publicly? No. Share with customers and auditors under NDA. Public sharing is optional but trust-building.
What about closed-source vendors who refuse SBOMs? Push for SOC 2 Type II plus an attestation in the BAA. Walk away from vendors who provide neither.
How does this map to FDA medical device rules? FDA Section 524B applies to cyber devices. Healthcare AI voice is usually not a device — but the SBOM discipline is similar and reusable.
SBOM for AI Voice Stacks: HIPAA, CISA Guidance, and 2026 Supply-Chain Reality usually starts as an architecture diagram, then collides with reality the first week of pilot. You discover that vector store choice (ChromaDB vs. Postgres pgvector vs. managed) is not really a vector store choice — it's a latency, freshness, and ops choice. Picking wrong forces a re-platform six months in, exactly when you have customers depending on it.
The big fork is managed (OpenAI Realtime, ElevenLabs Conversational AI) versus self-hosted on GPUs you operate. Managed wins on cold-start, model freshness, and zero-ops; self-hosted wins on unit economics past a certain conversation volume and on data residency for regulated verticals. CallSphere runs hybrid: Realtime for live calls, self-hosted Whisper + a hosted LLM for async, both routed through a Go gateway that enforces per-tenant rate limits.
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
Latency budgets are non-negotiable on voice. End-to-end target is sub-800ms ASR-to-first-token and sub-1.4s first-audio-out; anything beyond that and turn-taking feels stilted. GPU residency in the same region as your TURN servers matters more than choosing a slightly bigger model.
Observability is the unglamorous backbone — every conversation produces logs, traces, sentiment scoring, and cost attribution piped to a per-tenant dashboard. HIPAA + SOC 2 aligned isolation keeps healthcare traffic separated from salon traffic at the storage layer, not just the API.
Is this realistic for a small business, or is it enterprise-only?
The healthcare stack is a concrete example: FastAPI + OpenAI Realtime API + NestJS + Prisma + Postgres healthcare_voice schema + Twilio voice + AWS SES + JWT auth, all SOC 2 / HIPAA aligned. For a topic like "SBOM for AI Voice Stacks: HIPAA, CISA Guidance, and 2026 Supply-Chain Reality", that means you're not starting from scratch — you're configuring an agent template that's already been hardened across thousands of conversations.
Which integrations have to be in place before launch? Day one is integration mapping (scheduler, CRM, messaging) and prompt tuning against your top 20 real call transcripts. Day two through five is shadow-mode running, where the agent transcribes and recommends but a human still answers, so you can compare side-by-side. Go-live is the moment your eval pass-rate clears your internal bar.
How do we measure whether it's actually working? The honest answer: it scales until your tool catalog gets stale. The agent is only as good as the integrations it can actually call, so the operational discipline is keeping schemas, webhooks, and fallback paths green. The platform handles the rest — observability, retries, multi-region routing — without your team owning the GPU layer.
Want to see how this maps to your stack? Book a live walkthrough at calendly.com/sagar-callsphere/new-meeting, or try the vertical-specific demo at realestate.callsphere.tech. 14-day trial, no credit card, pilot live in 3–5 business days.
Written by
Sagar Shankaran· Founder, CallSphere
Sagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
Using GPT-Realtime-2 for healthcare voice agents. BAA scope, PHI handling, retention, logging, and why a managed platform usually wins this build.
Anthropic's Mythos sharpens the asymmetry between AI-armed defenders and AI-armed attackers. A working guide for pentesters and blue teams in 2026.
The 2024 NPRM proposes mandatory penetration tests every 12 months and vulnerability scans every 6 months. Here is how an AI voice agent should be tested in 2026.
Anthropic's restricted Mythos model is reshaping vuln discovery. Inside the Mozilla Firefox case, what it means for AppSec, and where voice AI fits.
AI voice and chat logs are a treasure trove for analytics and a liability landmine for HIPAA. Here is how the two de-identification methods at 45 CFR 164.514 actually apply to multi-turn AI transcripts.
Dental practices have HIPAA-aligned obligations and a uniquely high-volume recall and insurance-verification workload. The AI agent that handles both is the highest-ROI build in 2026 — if it is wired correctly.
© 2026 CallSphere LLC. All rights reserved.