agentsclimarketplace

Gdpr dsar en

Skill matematicsolutions/awesome-matematic-skills-en/data-protection/skills/gdpr-dsar-en

English hub of method-neutral legal AI skills (verification core, content quality, EU law) - bundle model. Polish-jurisdiction skills live in awesome-matematic-skills-pl.

Install
npx -y skills add matematicsolutions/awesome-matematic-skills-en --skill gdpr-dsar-en

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Data subject rights request (DSAR) assistant grounded in GDPR Art. 12 and 15-22. Identifies the request type (access 15, rectification 16, erasure 17, restriction 18, portability 20, objection 21, automated decisions 22), tracks the DEADLINE (one month from receipt, Art. 12(3); +2 months if complex), gates exemptions and refusal grounds (e.g. Art. 17(3), manifestly unfounded/excessive requests - Art. 12(5)), and drafts the response + a request register. Identity verification of the requester (Art. 12(6)) comes first. It does NOT send responses or erase data (human acts). Runs locally (GDPR-safe). Use when: "subject access request", "erasure request", "right to be forgotten", "objection", "DSAR deadline", "data portability".

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.9 KB, as published. Nobody here has run it

GDPR DSAR EN - data subject rights requests (Art. 12, 15-22)

Philosophy

A rights request is a clock plus a legal assessment, not an automation. The skill classifies, tracks the deadline and produces a draft; the fulfil/refuse decision and the act of sending belong to the controller. Erasure/export is irreversible/outward => always a human (governance boundary).

Step 0 - Identity and deadline

  • Identity verification (Art. 12(6)) - where reasonable doubt exists, request further information; this pauses the clock until confirmed, but must not be used to obstruct.
  • DEADLINE: one month from receipt (Art. 12(3)). Extension of up to 2 months for complexity/ number of requests - inform within the first month with the reason. The skill computes deadline and deadline_extended.
  • Free of charge by default (Art. 12(5)). A fee or refusal is allowed only where the request is manifestly unfounded or excessive - the burden of proof is on the controller.

Step 1 - Classify the right

Art.RightKey
15Access + copyscope of information, copy of data, third-party rights
16Rectificationinaccurate/incomplete data
17Erasure ("forgotten")grounds in (1) vs exemptions in (3) (legal obligation, claims, freedom of expression)
18Restriction"freeze" instead of erasure
20Portabilityconsent/contract + automated processing only; structured format
21Objectionlegitimate interest / direct marketing (marketing = absolute)
22Automated decisionsright to human intervention

Step 2 - Gates and refusal grounds

Check right-specific exemptions (especially Art. 17(3) and national restrictions). Legally justify every refusal + inform of the right to lodge a complaint with the SA and a judicial remedy (Art. 12(4)).

Step 3 - Draft response + register

The skill drafts the response (plain language, Art. 12(1)), a list of data/sources (from the RoPA - [[gdpr-ropa-dpa-en]]), and a register entry (receipt date, type, deadline, outcome).

Tool - deadline calculator (deterministic, offline)

Do not compute the one-month deadline by hand - month arithmetic has traps (receipt 31 Jan => ends 28/29 Feb, per Regulation (EEC) No 1182/71). Use the script (zero dependencies, GDPR-safe):

python scripts/gdpr_deadlines.py dsar --from 2026-01-31 --extend

Returns deadline_1_month and (with --extend) deadline_extended_3_months. Paste the result into the response and register.

Governance boundary

Skill: classifies, computes deadlines, drafts, maintains the register. Human: verifies identity, decides fulfil/refuse, performs the erasure/export, sends the response. Irreversible and outward acts are never automatic.

Companion

Records of processing (where the data is): [[gdpr-ropa-dpa-en]]. Polish parity: rodo-dsar-pl.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.