Security & Privacy Design Review

Security & Privacy Design Review is a skill for Claude Code from s977043/river-review. It costs 21 tokens per session (484 once invoked), scanned A, original, MIT.

A design-review skill for checking how an application stores, deletes, backs up, encrypts, and transfers personal or sensitive data. It also examines privacy requests such as data export and erasure.

In plain words
What is it for?
It is for reviewing data-retention policies, backup location, cross-border transfers, encryption, access controls, audit logs, and privacy workflows.
Why use it?
It helps find privacy and data-protection gaps before they become difficult to fix or expose user information.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the river-review plugin — 138 skills, 18 commands, 5 agents, 3 hooks shipped together

Good fit It is for reviewing data-retention policies, backup location, cross-border transfers, encryption, access controls, audit logs, and privacy workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/s977043/river-review/security-privacy-design
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 s977043/river-review --skill security-privacy-design
Clone the repo
git clone --depth 1 https://github.com/s977043/river-review

Made for: Claude Code.

Or install river-review, the plugin that ships this one along with the rest of its 138 skills, 18 commands, 5 agents, 3 hooks.

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 Security & Privacy Design Review

README.md
[![agentmods](https://agentmods.dev/badge/skills/s977043/river-review/security-privacy-design/github.svg)](https://agentmods.dev/skills/s977043/river-review/security-privacy-design)
Your own site
<a href="https://agentmods.dev/skills/s977043/river-review/security-privacy-design"><img src="https://agentmods.dev/badge/skills/s977043/river-review/security-privacy-design/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 Security & Privacy Design Review

Your own site · 80×15
<a href="https://agentmods.dev/skills/s977043/river-review/security-privacy-design"><img src="https://agentmods.dev/badge/skills/s977043/river-review/security-privacy-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 484 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.00021 $0.00484
Opus 5 $0.00010 $0.00242
Sonnet 5 $0.00004 $0.00097
Haiku 4.5 $0.00002 $0.00048

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

Security

Grade A, and why

Security & Privacy Design Review 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 7d 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/upstream/security-privacy-design/SKILL.md · 61 lines

What it actually says

Pattern declaration

Primary pattern: Reviewer Secondary patterns: Inversion Why: プライバシー設計レビューはチェックリスト型評価が主だが、データ関連の設計変更がない差分では実行を止めるゲートが必要

Guidance

  • Check retention/deletion policies, including backups, residency, and cross-border handling.
  • Ensure privacy rights flows (erasure/export) and audit logging are defined with access controls.
  • Verify encryption and access control strategy for data at rest/in transit.
  • Call out missing threat/abuse considerations for sensitive data paths.

Non-goals

  • 実装詳細や規約の推測だけで断定しない。

Pre-execution Gate / 実行前ゲート

このスキルは以下の条件がすべて満たされない限りNO_REVIEWを返す。

  • 差分にデータ保持・削除・暗号化・プライバシーに関連する設計ドキュメント変更が含まれている
  • 差分が非データ領域のみの変更ではない
  • inputContextにfullFileが含まれている

ゲート不成立時の出力: NO_REVIEW: security-privacy-design — プライバシー・データ設計に関連する変更が検出されない

False-positive guards

  • 別文書で保持/削除/暗号化ポリシーがすでに明示されている場合は黙る。
Files

What ships with it

8 files 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. 7d ago First seen · 61 lines · 21 tokens per session scan A be153f01d303

Subscribe to this mod's changes

Security & Privacy Design Review is a skill published in the GitHub repository s977043/river-review (3 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 484 once invoked, about $0.0001 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

review-all

Multi-agent code review for diffs (project-agnostic). Covers standards, bugs, security, DRY, smells, perf, tests, API contracts, a11y/i18n. Verifies each finding to eliminate false positives. Use for /review-all, pre-PR/pre-commit review, or auditing uncommitted/staged changes.

ncoevoet/claude-review-all · 74 tokens

a11y-audit

Dedicated WCAG 2.2 AA/AAA accessibility audit across 10 dimensions (A1-A10) covering semantic HTML, keyboard navigation, ARIA patterns, color contrast, forms, images/media, responsive/zoom, motion/animation, reading/content, and legal compliance. Goes far beyond surface-level design-review checks with deep…

greglas75/zuvo · 147 tokens

privacy-compliance

Comprehensive global privacy compliance agent skill covering GDPR, CCPA/CPRA, HIPAA Privacy Rule, EU AI Act, LGPD, cross-border data transfer mechanisms (SCCs, BCRs, EU-US DPF), PII identification and classification, data minimization, consent management, privacy-by-design patterns, DPIA workflows, data subject access…

JPeetz/agent-skills · 132 tokens

launch-gate

Pre-launch production readiness gate. Comprehensive go/no-go checklist covering SLAs, monitoring, backups, load testing, security, accessibility, legal, rollback, and runbook completeness. Runs at any phase boundary — not just final launch. Use when asking "are we ready to ship this phase?".

rana/skills · 62 tokens

implementing-gdpr-data-protection-controls

The General Data Protection Regulation (EU) 2016/679 (GDPR) is the EU's comprehensive data protection law governing the collection, processing, storage, and transfer of personal data. This skill cover.

xalgorix/xalgorix · 52 tokens

ss-review

Review UI code for design system compliance, accessibility, and best practices.

bitjaru/styleseed · 16 tokens