Residency Checklist

AI data residency checklist — print, share, and ship

A print-ready checklist for evaluating AI vendors on data residency. Covers GDPR, PDPL, encryption, sub-processors, audit, breach, and right-to-delete. Use it for vendor review, internal sign-off, or board approval.

Residency controls — tick all that apply

Plugsky satisfies 20 / 20

See the full residency controls on the Plugsky enterprise plan.

Start $5 trial → Data residency feature page
(function(){ document.getElementById('scoreBtn').onclick = function() { var cbs = document.querySelectorAll('#checklist input[type=checkbox]'); var checked = 0; cbs.forEach(function(c){ if (c.checked) checked++; }); var total = cbs.length; var pct = Math.round((checked/total)*100); var cls = pct >= 90 ? 'acc' : pct >= 70 ? '' : 'bad'; var company = document.getElementById('company').value || 'Your company'; var vendor = document.getElementById('vendor').value || 'the vendor'; var grade = pct >= 90 ? 'Excellent — ready for regulated workloads' : pct >= 70 ? 'Good — fill the gaps before signing' : 'Risky — significant gaps'; var html = '
' + pct + '
' + '
' + grade + '
' + '
' + checked + ' / ' + total + ' controls present
' + '
Report
\n' + company + ' evaluated ' + vendor + ' for AI data residency. ' + 'Score: ' + pct + '% (' + checked + ' of ' + total + ' controls satisfied). ' + grade + '.'; document.getElementById('result').style.display = 'block'; document.getElementById('result').innerHTML = html; }; })();