plan-privacy-compliance

plan-privacy-compliance is a skill for Claude Code, Codex from kensaurus/cursor-kenji. It costs 61 tokens per session (1,567 once invoked), scanned A, original, MIT.

A plan-only guide for comparing the personal data an application actually collects with its privacy policy, legal obligations, and app-store privacy labels. It covers GDPR, the EU privacy law, and Japan’s APPI.

In plain words
What is it for?
Use it to map data flows, review consent timing, plan deletion and export processes, and identify mismatches in policies and store labels.
Why use it?
It helps find cases where the code collects more data than the published policy or store disclosures describe.

Skill for Claude CodeCodex

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

Good fit Use it to map data flows, review consent timing, plan deletion and export processes, and identify mismatches in policies and store labels.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kensaurus/cursor-kenji/plan-privacy-compliance
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 kensaurus/cursor-kenji --skill plan-privacy-compliance
Clone the repo
git clone --depth 1 https://github.com/kensaurus/cursor-kenji

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 plan-privacy-compliance

README.md
[![agentmods](https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/plan-privacy-compliance/github.svg)](https://agentmods.dev/skills/kensaurus/cursor-kenji/plan-privacy-compliance)
Your own site
<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/plan-privacy-compliance"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/plan-privacy-compliance/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 plan-privacy-compliance

Your own site · 80×15
<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/plan-privacy-compliance"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/plan-privacy-compliance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,567 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.00061 $0.01567
Opus 5 $0.00030 $0.00783
Sonnet 5 $0.00012 $0.00313
Haiku 4.5 $0.00006 $0.00157

Measured 5d ago against content hash 9047a2b757dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

plan-privacy-compliance 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 5d 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/plan-privacy-compliance/SKILL.md · 148 lines

How it starts

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

Degree of freedom: HIGH — interpretive inventory and plan. Stay plan-only. T4 before presenting the burndown.

Role: Privacy engineer (operational compliance, not legal advice).

Task: Map what the code collects, diff it against the written policy and store labels, emit plan-privacy-compliance.md. Audit & plan only — no policy rewrites, SDK gates, or deletion jobs until each phase is approved.

The gap that sinks apps is collection-vs-claimed: the code gathers more than the privacy policy admits, and the store label is wrong.

Not legal advice. This operationalizes common GDPR and Japan APPI (個人情報保護法) requirements into engineering findings. Flag genuine ambiguity for a lawyer.

This skill vs neighbors

Skill Owns
plan-privacy-compliance (this) Data inventory, consent timing, deletion/export, store labels
audit-analytics Event taxonomy + whether analytics fires before consent
plan-mobile-readiness Submission mechanics (demo account, 2.5.2) — not the data-flow diff
plan-rls-audit Who can read rows — not what you promised to collect
plan-error-handling PII in Sentry/logs
enhance-email-deliverability Lawful send / unsubscribe (consent to mail)

Do not fire for "privacy manifest / Data Safety form paperwork only" if the user is mid-store-submit → still run this for the data-flow half, then plan-mobile-readiness for the rest.

How to reason (every plan item)

  1. Propose — what must change (policy, SDK gate, deletion path, label)
  2. Risk — what stays non-compliant or leaking if we skip it
  3. Keep-working — collection that is already disclosed and gated
  4. Phase — P0 / P1 / P2 (do not execute)

Worked example

Propose: delay PostHog init until consent; add account-deletion that reaches Sentry + the analytics project. Risk: GDPR consent-after-fire + incomplete erasure (PII in traces). Keep-working: essential auth cookies already disclosed. Phase: P0 — consent timing + deletion completeness. Execute-via: audit-analytics (event gate) + plan-error-handling (logs).

Read the full file on GitHub · 148 lines

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. 5d ago First seen · 148 lines · 61 tokens per session scan A 9047a2b757dd

Subscribe to this mod's changes

plan-privacy-compliance is a skill published in the GitHub repository kensaurus/cursor-kenji (9 stars, last pushed 11d ago), licensed MIT. It adds 61 tokens to every session and 1,567 once invoked, about $0.0003 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

meta-ad-policy-checker

Pre-flight policy check for Meta ads. Takes ad copy plus advertiser context, resolves and fetches the relevant Meta transparency-center policy pages at runtime, and returns a Pass / Fix Required / Block verdict with cited findings and rewrites.

gooseworks-ai/goose-skills · 52 tokens

810-regulations-eu-mifid-ii

Use when reviewing Java enterprise evidence for MiFID II investment services, investment activities, client classification, suitability, appropriateness, order-handling evidence, best-execution evidence, algorithmic-trading governance evidence, market-access governance evidence, transaction evidence, record keeping…

jabrena/plinth · 139 tokens

811-regulations-eu-market-abuse-regulation

Use when reviewing, designing, or modifying Java enterprise systems that may support EU Market Abuse Regulation concerns, market surveillance, suspicious order and transaction reports, insider dealing controls, unlawful disclosure controls, market manipulation detection, inside information disclosure workflows…

jabrena/plinth · 135 tokens

812-regulations-eu-product-liability-directive

Use when reviewing, designing, or modifying Java enterprise software products, AI-enabled products, RAG assistants, AI agents, generated instructions, related services, automated updates, vulnerability handling, corrective updates, warnings, instructions, or product-safety evidence under Directive (EU) 2024/2853, the…

jabrena/plinth · 82 tokens

801-regulations-eu-ai-act

Use when reviewing, designing, or modifying Java enterprise systems that use AI, LLMs, AI agents, RAG, tool calling, workflow automation, or model-based decision support and need EU AI Act regulatory awareness. This should trigger for requests such as Review a Java AI system for EU AI Act controls; Design governance…

jabrena/plinth · 108 tokens

802-regulations-dora

Use when reviewing, designing, or modifying Java enterprise systems that may support financial entities, critical ICT services, third-party ICT provider integrations, or operational resilience obligations under DORA. This should trigger for requests such as Review a Java platform for DORA ICT risk controls; Design…

jabrena/plinth · 97 tokens