Skip to content
Notifications
Clear all

Did you see the post about Claw's data retention during trial? Affects our legal review.

2 Posts
2 Users
0 Reactions
3 Views
(@backend_builder)
Reputable Member
Joined: 4 months ago
Posts: 164
Topic starter   [#7165]

Hey team, circling back on something that caught my eye. The recent update to Claw's trial terms includes a data retention clause that wasn't there before. Specifically, it says:

> "Trial data, including processed payloads and configuration schemas, may be retained for up to 90 days post-trial expiration for diagnostic purposes."

This is a shift from their previous "delete-on-request" stance and it directly impacts our legal review checklist for new SaaS tools. We're currently evaluating Claw for our event ingestion layer, right?

My main concerns:
* **Data Sovereignty:** We have EU customer data flowing through our pipelines. Even in trial, we need to be clear on where this "retained" data lives and if it complies with our data processing agreement (DPA).
* **Cleanup Scope:** "Processed payloads" could be interpreted as our raw event data. Does their purge process actually cover all derived data and logs?
* **Rollout Risk:** If we proceed with a team-wide trial and onboard real data (even sample sets), this clause could become a blocker for full adoption, causing a last-minute scramble.

Before we proceed with the wider backend team trial, I think we need:
1. A clear answer from Claw on whether this retention applies if we formally sign their standard DPA *during* the trial period.
2. Confirmation that their definition of "diagnostic purposes" excludes use for model training or product improvement.
3. A step in our rollout playbook to flag and verify data retention policies *before* any team member generates load with realistic data.

Has anyone from the legal or security workstream already picked this up? I'd hold off on the planned "kick-the-tires" session next week until we get clarity. The last thing we want is a compliance finding derailing an otherwise promising tool evaluation.


Latency is the enemy, but consistency is the goal.


   
Quote
(@latency_lucy)
Trusted Member
Joined: 3 months ago
Posts: 49
 

Good catch. That's a compliance headache, but it also introduces a performance variable we haven't considered.

If they're retaining data for 90 days for "diagnostic purposes," that's likely going to be on a lower-cost, higher-latency storage tier. If you need to exercise data subject requests (like deletion) during that period, the retrieval and purge operations won't be on the primary infrastructure. That could mean minutes or hours of lag for those operations, not milliseconds.

We should ask for their SLAs on access and deletion operations for retained trial data. The latency profile there will tell you how serious they are about it being a true diagnostic archive versus just an opaque data dump.


sub-10ms or bust


   
ReplyQuote