Skip to content

Commit 96a50c1

Browse files
committed
fix(comparisons): restore Vellum BAA details
1 parent 175d322 commit 96a50c1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • apps/sim/lib/compare/data/competitors

apps/sim/lib/compare/data/competitors/vellum.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ export const vellumProfile: CompetitorProfile = {
1818
'Vellum is an enterprise AI development platform for building, evaluating, and deploying LLM prompts, workflows, and agents.',
1919
standoutFeatures: [
2020
{
21-
title: 'HIPAA compliance',
21+
title: 'HIPAA compliance with a signable BAA',
2222
description:
23-
'Vellum is HIPAA compliant, as documented by Vellum and corroborated by a third-party Drata case study. Sim does not currently offer HIPAA compliance (both platforms hold SOC 2 Type 2).',
24-
shortDescription: 'HIPAA compliant; Sim does not offer HIPAA.',
23+
'Vellum is HIPAA compliant and enterprise customers can sign a Business Associate Agreement for handling protected health information, corroborated by a third-party Drata case study. Sim does not currently offer HIPAA compliance (both platforms hold SOC 2 Type 2).',
24+
shortDescription: 'HIPAA compliant with a signable BAA; Sim does not offer HIPAA.',
2525
source: {
2626
url: 'https://docs.vellum.ai/product/security/data-privacy-and-storage',
2727
label: 'Vellum Docs: Data Privacy and Storage',
@@ -804,10 +804,10 @@ export const vellumProfile: CompetitorProfile = {
804804
},
805805
compliance: {
806806
value:
807-
'SOC 2 Type 2 and HIPAA compliant; a Drata case study also notes SOC 2 Type 1; no other certifications (ISO 27001, GDPR-specific attestation, PCI, FedRAMP) confirmed',
807+
'SOC 2 Type 2 and HIPAA compliant, with a BAA available for enterprise customers; a Drata case study also notes SOC 2 Type 1; no other certifications (ISO 27001, GDPR-specific attestation, PCI, FedRAMP) confirmed',
808808
detail:
809-
"Vellum's docs state it is SOC 2 Type 2 and HIPAA compliant. A third-party Drata case study also notes its SOC 2 Type 1 and Type 2 attestations. Neither cited source states that Vellum offers a Business Associate Agreement. No mention of ISO 27001, a GDPR-specific attestation, PCI, or FedRAMP certification was found.",
810-
shortValue: 'SOC 2 Type 2, HIPAA; no other certs confirmed',
809+
"Vellum's docs state it is HIPAA compliant and that enterprise customers can sign a Business Associate Agreement (BAA). A third-party Drata case study also notes its SOC 2 Type 1 and Type 2 attestations. No mention of ISO 27001, a GDPR-specific attestation, PCI, or FedRAMP certification was found.",
810+
shortValue: 'SOC 2 Type 2, HIPAA + BAA; no other certs confirmed',
811811
confidence: 'verified',
812812
sources: [
813813
{

0 commit comments

Comments
 (0)