DSAR Workflow

DSAR Workflow is a skill for Claude Code, Codex from zgbrenner/agentcounsel. It costs 39 tokens per session (3,973 once invoked), scanned A, original, MIT.

A structured workflow for handling a data subject request, such as asking to access, delete, correct, or move personal data. It records the request and organizes the operational steps for attorney review.

In plain words
What is it for?
It helps log requests, verify identity, identify affected systems, plan the response, and document the handling process.
Why use it?
It helps prevent requests from being lost or handled inconsistently across identity checks, systems, classification, and responses.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps log requests, verify identity, identify affected systems, plan the response, and document the handling process.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zgbrenner/agentcounsel/dsar-workflow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zgbrenner/agentcounsel --skill dsar-workflow
Clone the repo
git clone --depth 1 https://github.com/zgbrenner/agentcounsel

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for DSAR Workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/zgbrenner/agentcounsel/dsar-workflow/github.svg)](https://agentmods.dev/skills/zgbrenner/agentcounsel/dsar-workflow)
Your own site
<a href="https://agentmods.dev/skills/zgbrenner/agentcounsel/dsar-workflow"><img src="https://agentmods.dev/badge/skills/zgbrenner/agentcounsel/dsar-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for DSAR Workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/zgbrenner/agentcounsel/dsar-workflow"><img src="https://agentmods.dev/badge/skills/zgbrenner/agentcounsel/dsar-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,973 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.03973
Opus 5 $0.00019 $0.01987
Sonnet 5 $0.00008 $0.00795
Haiku 4.5 $0.00004 $0.00397

Measured 6d ago against content hash 5291d179ba4c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

DSAR Workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/privacy/dsar-workflow/SKILL.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DSAR Workflow

Purpose

Produce a structured triage record and response plan for a data subject access request (DSAR) or other data subject rights request (deletion, correction, portability, restriction, objection, opt-out, etc.). This skill organizes the operational workflow — logging, identity verification, request classification, system scoping, response structure, and documentation — so that the legal and compliance team has a complete, attorney-ready handling record. It produces draft legal work product for attorney review — not legal advice.

This skill provides workflow discipline only. It does not determine which privacy law applies, whether a particular exemption is available, whether the requester has a legal right to the requested action, or when the response deadline falls. All such determinations are attorney-verification items. Response deadlines in particular must never be computed from model knowledge — they vary by jurisdiction, framework, and request type, and must be confirmed with counsel or by reference to verified current authority.

Use When

  • An individual has submitted a request to access their personal data ("please send me all data you hold about me").
  • An individual has requested deletion, erasure, or "right to be forgotten" of their personal data.
  • An individual has requested correction or rectification of inaccurate personal data.
  • An individual has requested portability of their personal data in a structured, machine-readable format.
  • An individual has submitted a request to restrict or object to processing of their personal data.
  • An individual has submitted an opt-out of sale, sharing, or targeted advertising request.
  • An internal team (legal ops, privacy, compliance) needs a structured intake and handling record for any of the above.
  • The organization is building or auditing its DSAR intake and response process and needs a template workflow.
  • A regulator has inquired about the organization's handling of a specific data subject request.

Read the full file on GitHub · 179 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 179 lines · 39 tokens per session scan A 5291d179ba4c

Subscribe to this mod's changes

DSAR Workflow is a skill published in the GitHub repository zgbrenner/agentcounsel (19 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 3,973 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

implementing-gdpr-data-subject-access-request

Automates GDPR Data Subject Access Request (DSAR) workflows including identity verification, PII discovery across databases and files using regex and NER, data mapping, response templating per Article 15 requirements, deadline tracking, and audit logging. Covers ICO/EDPB guidance compliance, exemption handling, and…

ThomasMoreAI/legal-skills-open · 90 tokens

performance-management

Runs performance systems that change behavior — expectations, feedback, review cycles, calibration, and handling underperformance. Use this to design or fix a review process, run calibration, write or coach on feedback, address sustained underperformance, or work out why reviews consume weeks and change nothing.

cbrock84/headcount · 59 tokens

vendor-evaluation

Evaluate, select, and contract with vendors and SaaS tools. Use this skill when comparing alternatives, running an RFP, scoring vendors against criteria, negotiating contracts, planning a switch, or assessing a vendor's risk. Triggers on vendor evaluation, RFP, vendor selection, build vs buy, SaaS evaluation, vendor…

rampstackco/claude-skills · 99 tokens

delay-analysis

Analyze construction schedule delays for claims and recovery. Perform time impact analysis, identify delay causes, calculate damages, and document for disputes.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 29 tokens

compliance-tracker

Track regulatory compliance for construction projects. Monitor permits, certifications, inspections, and regulatory requirements with automated alerts and reporting.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 28 tokens

safety-inspection-checklist

Digital safety inspection checklists for construction sites. Generate, conduct, and track safety inspections with automated reporting and compliance monitoring.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 31 tokens