Thealvarro

Privacy — Security skill for Claude Code

Security community

Audit what data the extension touches and write a privacy policy.

How to install Privacy

Installs to ~/.claude/commands/thealvarro-chrome-extension-builder-privacy.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Thealvarro/chrome-extension-builder/HEAD/.claude/commands/privacy.md -o ~/.claude/commands/thealvarro-chrome-extension-builder-privacy.md

Restart Claude Code, or start a new session, for it to be picked up.

What Privacy does


description: Audit what data the extension touches and write a privacy policy

Read `agent/commands/privacy.md` and follow it exactly.

Audit the data by reading the code, not by asking the user what it does. Produce the data table, then the policy at `my-extension//PRIVACY.md`.

State once, up front, that this is not legal advice. Never claim compliance with a specific regulation.

Reply in the user's language.

Alternatives in Security

  • Portaljs Check Data Quality — Audit a local or remote tabular file (CSV/TSV) for common data quality issues 2.3k ★
  • OpenTag — Open-source, channel-native agent gateway for Slack 499 ★
  • Data Viz Audit — Audit a data visualization for chart type selection, accessible color palette, annotations, and anti-patterns 309 ★

Full documentation available on GitHub

View Source Repository