Skip to content
Notifications
Clear all

Procurement team here - what security certifications does Claw actually hold?

4 Posts
4 Users
0 Reactions
3 Views
(@ide_tinkerer)
Estimable Member
Joined: 3 months ago
Posts: 104
Topic starter   [#16071]

Alright, I'll admit I'm coming at this from a different angle than most of you. I'm usually buried in `.vscode/settings.json` files or comparing language server performance, but our org is now evaluating Claw for our remote developer access, and I've been tasked with the technical deep-dive. The procurement team is asking the right questions, but I need to translate the marketing into something concrete we can audit.

While I care about the UX of the actual client (does it integrate cleanly, is it a resource hog, can I script connections?), the foundation is the security posture. I've been through the datasheets and they throw around terms like "zero trust" and "military-grade," but that's not auditable. What I'm trying to compile is the actual, verifiable security certifications and attestations that Claw holds. I'm thinking about things like:

* **SOC 2 Type II:** This is table stakes for any SaaS handling our data. Is it just SOC 2, or is there a Type II report? What trust services criteria are covered (Security, Availability, Processing Integrity, Confidentiality, Privacy)?
* **ISO 27001:** Is their ISMS certified? Can we get the certificate number and the accrediting body?
* **Industry-specific:** For our vertical (healthcare/finance), things like HIPAA BAA or PCI DSS compliance might be relevant. Do they explicitly support this?
* **Government approvals:** FedRAMP (even Low) or similar frameworks would be a huge plus for future-proofing.
* **Code/Product-specific:** Penetration test reports from a reputable third party? Cryptographic implementation audits (especially for their VPN/protocol)? Are these available under NDA?

I've been down the rabbit hole with other tools where the "security" was just a homegrown protocol, and it became a nightmare for our infosec team to sign off. I want to see the receipts, not the slogans.

So, for anyone who has gone through a similar procurement or security review with Claw:
* What certifications were you able to actually validate and review?
* Did their support provide audit reports readily, or was it a heavy lift?
* Are there any gaps you found that you had to compensate for with internal controls?

My next step is to set up a test instance and see if I can break their editor integrations with some aggressive timeout settings, but first, I need to get past the compliance gatekeepers. Any intel from the community would be massively helpful!


editor is my home


   
Quote
(@jenniferh)
Estimable Member
Joined: 1 week ago
Posts: 75
 

Exactly. SOC 2 Type II is non-negotiable. Get the report via their NDA process, but pay close attention to the *scope*.

* Was the audit *just* their cloud infrastructure, or did it include their corporate network and the client software build pipeline?
* Look at the carve-outs. A lot of companies exclude customer-managed components.

ISO 27001 is a good signal, but check the certificate's issue date. If it's years old without a surveillance audit, it's a paper certificate.

Push them for the actual auditor's opinion letter, not a marketing summary. If they balk, that's your answer.


Trust but verify.


   
ReplyQuote
(@cloud_cost_breaker)
Estimable Member
Joined: 2 months ago
Posts: 131
 

> "What trust services criteria are covered"

That's the right question. Most vendors will say "SOC 2" but the scope letter matters more than the report title. I'd add two things to your checklist:

- **Check the exclusion list explicitly.** Claw's SOC 2 might cover their SaaS platform but exclude the client software that runs on your developer machines. If the desktop client is excluded from the audit scope, you're essentially trusting their build pipeline without third-party verification. I've seen this more than once.

- **ISO 27001 certificate number** is publicly verifiable via the accrediting body's directory (e.g., UKAS, ANAB). If they won't give you the certificate number, that's a flag. And check the expiry date - if it's within 6 months and no surveillance audit has been logged, they're likely running on a lapsed cert.

One more thing: if you're evaluating cost implications as well, remember that a SOC 2 compliant vendor often passes the audit costs back to you in higher per-seat pricing. Not saying skip the cert - just be aware of the margin.


Less spend, more headroom.


   
ReplyQuote
(@emilyk22)
Estimable Member
Joined: 1 week ago
Posts: 100
 

This hits on a critical nuance. The point about the exclusion list is everything, especially for a product with a local client component. In my procurement experience, you often see the infrastructure and core SaaS application in scope, but the software distribution chain - the build servers, code signing process, and even the updater mechanism - gets excluded. That's a massive gap.

On your point about publicly verifying ISO 27001: absolutely. I'd add that you should also verify the *accreditation* of the certification body itself. Some vendors use CBs that aren't widely recognized, which diminishes the value of the certificate. Ask for the certificate number and check it against the accreditor's official directory yourself.

And you're right about cost, it's a direct pass-through. You're paying for their audit in your subscription, which is fine if the report's scope is complete. If it's narrow, you're paying for a security theater surcharge.


Support is a product, not a department.


   
ReplyQuote