Plain-English summary of the platform-level DPIA. Designed for procurement teams, governors and DPOs reviewing whether Founder OS is safe to deploy in their environment. For the full 16-section master DPIA, see askkira.com/policies.
Founder OS is a single-user operations cockpit that coordinates AI agents working on behalf of the founder. Each agent is specialised (relationship management, outreach drafting, research, networking, marketing, partnerships, etc.) and writes its state to disk locally.
Founder OS processes personal data: founder profile, contact records pulled in by agents, draft email content, pipeline records, audit logs. Anthropic API is used for LLM-backed drafting. Brave Search is used for web discovery. UK GDPR requires a DPIA for new processing that involves personal data at non-trivial scale.
| Risk | Severity | Mitigation |
|---|---|---|
| Unauthorised access to founder data | High | Single-user password gate, HMAC-signed sessions, 5-fail IP lockout, full audit log |
| API key leakage | High | Keys removed from disk; loaded only via environment variables; .env gitignored |
| Mid-write corruption of agent state | Medium | Atomic writes (temp-fsync-rename) on every save |
| Cross-site request forgery | Medium | CSRF tokens on every form POST; SameSite=Lax cookies |
| Unauthorised contact outreach | Medium | Drafts never auto-send; human review required; DNC list honoured by every agent |
| Inappropriate AI output | Low–Medium | Automated monitoring engine; advisory-only framing; human-review-before-send default |
| Sub-processor breach | Low | Each sub-processor bound by UK GDPR equivalent terms; minimal data sent |
Residual risk rating: low to medium under current controls.
No pupil data, no consumer data, no special-category data is processed.
UK GDPR rights honoured for every data subject:
Primary hosting is AWS London (eu-west-2). Foundation model API calls (Anthropic, Brave Search) may route data through US endpoints under Standard Contractual Clauses or equivalent UK transfer mechanisms.
AWS · Anthropic · Brave Search · Google Workspace (founder's own account) · Cloudflare. See Privacy Policy for region and purpose of each.
Reviewed annually or on material change. Next review autumn 2026.