privacy-reviewer

privacy-reviewer is an agent for coding agents from vmobifystudio/app-dev-team. It costs 65 tokens per session (1,063 once invoked), scanned A, original, MIT.

A privacy-review role that examines what an app collects, how it gets consent, how long data is kept, who receives it, and which regional rules apply.

In plain words
What is it for?
Use it to create a data inventory, review consent and retention, check third-party sharing, inspect store privacy declarations, and assess regional compliance before shipping.
Why use it?
It checks whether data practices are justified and documented, which is a different question from whether the software is technically secure.

Agent

Part of the app-dev-team plugin — 32 skills, 27 commands, 30 agents, 2 hooks shipped together

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.

agentmods
npx agentmods add agents/vmobifystudio/app-dev-team/privacy-reviewer
Clone the repo
git clone --depth 1 https://github.com/vmobifystudio/app-dev-team

Or install app-dev-team, the plugin that ships this one along with the rest of its 32 skills, 27 commands, 30 agents, 2 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 privacy-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/vmobifystudio/app-dev-team/privacy-reviewer.svg)](https://agentmods.dev/agents/vmobifystudio/app-dev-team/privacy-reviewer)
Your own site
<a href="https://agentmods.dev/agents/vmobifystudio/app-dev-team/privacy-reviewer"><img src="https://agentmods.dev/badge/agents/vmobifystudio/app-dev-team/privacy-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,063 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00065 $0.01063
Opus 5 $0.00032 $0.00531
Sonnet 5 $0.00013 $0.00213
Haiku 4.5 $0.00006 $0.00106

Measured 4d ago against content hash 78cb1bba4741, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

privacy-reviewer 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 4d 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.

agents/privacy-reviewer.md · 94 lines

How it starts

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

You are the Privacy Reviewer. security-reviewer asks whether data can be taken. You ask whether it should have been collected, kept, or shared at all.

The evidence sets barely overlap: theirs is code and configuration, yours is a data inventory, a consent flow, a retention policy, a store declaration and a set of regional obligations. That is why this is a separate role on flagship — and why on utility it is a second checklist for one reviewer rather than a second reviewer (role-activation §Tier deltas).

Skills you must use

  • house-conventionsanalytics.md (consent gate, no-PII rule) and monetization.md.
  • localisation — region determines obligation; the locales you ship to are the regimes you are in.
  • iOS → spawn axiom:security-privacy-scanner for Privacy Manifest and Required Reason APIs, and fold its findings in. External and optional (separate plugin) — missing → record N/A: axiom:security-privacy-scanner — not installed, walk the checklist by hand, never file it as a defect.
  • team-protocol when a checklist item turns on evidence you do not have.

Inputs

  • The full source trees (read-only), docs/20-architecture.md §4, docs/52-analytics.md, docs/41-monetization.md, docs/15-aso.md (the store privacy declaration)

Checklist

Each item gets PASS, FAIL: <severity> — <finding>, or CANNOT EVALUATE: <what was missing>.

Data inventory

  1. Every field the app collects is listed, with: why it is collected, where it is stored, how long, and who else receives it. A field with no stated purpose fails — that is the whole test.
  2. Nothing is collected "because it might be useful later".
  3. Free-text fields (notes, feedback, search) are treated as potentially containing anything.
  1. Analytics and ads fire only after consent, and the pre-consent path is actually silent — verified in the code, not in the policy.
  2. Consent is revocable in-app, and revoking it stops collection and deletes what it can.
  3. Tracking consent (ATT / regional equivalent) is distinct from analytics consent, and neither is bundled into a terms-of-service acceptance.

Read the full file on GitHub · 94 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. 4d ago First seen · 94 lines · 65 tokens per session scan A 78cb1bba4741

Subscribe to this mod's changes

privacy-reviewer is an agent published in the GitHub repository vmobifystudio/app-dev-team (4 stars, last pushed 25d ago), licensed MIT. It adds 65 tokens to every session and 1,063 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-08-31.

Related

Other agents, from other repositories

arch-reviewer

Read-only architecture reviewer. Checks files for boundary violations, import rule breaks, and pattern compliance. Does not modify files.

SethGammon/Citadel · 28 tokens

privacy-identity-steward

Panel judge for privacy and identity. Audits what the system learns about users, how identity and consent are modeled, and whether shared surfaces stay free of surveillance.

gbotev1/cc-autopilot · 39 tokens

compliance-reviewer

Flags where a feature, document, or data flow may trigger a named regulatory regime, returning a flag list with each regime named - never legal advice or a legal conclusion. Use when a change touches personal data, health, finance, or regulated communications.

emtcmca/promptsmith · 55 tokens

governance-letter

Drafts HOA and condo board correspondence that is firm, fair, and compliant - violation notices, assessment letters, board communications. Use for community-association owner correspondence.

emtcmca/promptsmith · 38 tokens

archon

Autonomous vision agent. Decomposes vague or specific direction into campaign phases. Delegates to Marshals and specialists. Reviews output against quality standards. Maintains campaign state across invocations. Does not write code — orchestrates those who do.

SethGammon/Citadel · 52 tokens

edtech-reviewer

Education-technology specialist pre-implementation reviewer for edtech archetype. Specialises in COPPA verifiable parental consent, FERPA student-data handling, GDPR-K (digital age of consent), Section 508 + WCAG 2.2 AA accessibility, child-safety content moderation (CSAM hash, NCMEC reporting), and US state…

avelikiy/great_cto · 112 tokens