{
  "markdown": "# 🔍 Privacy Audit — Claude Plugin\n\nA Claude Code plugin (and Claude.ai skill) that audits whether your app's legal documents — Privacy Policy, Terms of Service, Cookie Policy, and DPA — actually reflect what your app does.\n\nBuilt for indie developers, SaaS founders, and freelancers who want to ship compliant products without a lawyer on retainer.\n\n---\n\n## Installation\n\n### Option A — Claude Code (recommended)\n\n```bash\n# Add this repo as a marketplace (one-time setup)\nclaude plugin marketplace add https://github.com/bellu/privacy-audit\n\n# Install the plugin\nclaude plugin install privacy-audit\n```\n\nThen run from inside any project:\n\n```bash\n/privacy-audit:audit\n```\n\nClaude will scan your codebase automatically — no manual description needed.\n\n### Option B — Claude.ai web/app\n\n1. Download [`privacy-audit.skill`](./privacy-audit.skill) from this repo\n2. Go to [claude.ai](https://claude.ai) → **Settings** → **Skills**\n3. Upload the `.skill` file\n4. Done — Claude activates this skill automatically when you ask for a privacy or legal audit\n\n### Option C — Build from source\n\n```bash\ngit clone https://github.com/bellu/privacy-audit\ncd privacy-audit\n\n# Requires Python 3.8+\npython package.py\n```\n\n---\n\n## Usage\n\n**Claude Code:**\n```bash\n/privacy-audit:audit\n/privacy-audit:audit --url https://yourapp.com/privacy\n/privacy-audit:audit --jurisdiction ccpa\n/privacy-audit:audit --jurisdiction all\n```\n\n**Claude.ai** — just talk naturally:\n> *\"Audit my privacy policy against my codebase\"*\n> *\"Check my privacy policy for GDPR compliance — here's the URL: https://...\"*\n> *\"Does my ToS reflect what my app actually does?\"*\n\n---\n\n## What it checks\n\n- Privacy Policy, ToS, Cookie Policy, DPA\n- 🔴 Critical gaps — legal risk (undisclosed data collection, missing legal basis, etc.)\n- 🟡 Important gaps — compliance risk (vague language, missing cookie disclosure, etc.)\n- 🟢 Minor issues — best practice (outdated contact info, missing document version, etc.)\n- ✅ 38-point GDPR checklist (Art. 6, 12–22, 28, 32, ePrivacy, cross-border transfers)\n\n## Supported jurisdictions\n\n🇪🇺 GDPR · 🇺🇸 CCPA/CPRA · 🇧🇷 LGPD · 🇨🇳 PIPL · 🇬🇧 UK GDPR · 🇦🇺 Australian Privacy Act\n\n---\n\n## Structure\n\n```\nprivacy-audit/\n├── .claude-plugin/\n│   └── plugin.json           # Plugin manifest\n├── skills/\n│   └── privacy-audit/\n│       ├── SKILL.md           # Main skill instructions\n│       └── references/\n│           ├── gdpr-checklist.md\n│           ├── jurisdictions.md\n│           ├── code-analysis.md\n│           └── artifact-template.md\n├── commands/\n│   └── audit.md              # /privacy-audit:audit command\n├── privacy-audit.skill        # Prebuilt file for Claude.ai\n└── package.py                 # Build script\n```\n\n---\n\n## Disclaimer\n\nAutomated analysis only — not legal advice. Always consult a qualified privacy lawyer for compliance-critical decisions.\n\n---\n\n## License\n\nMIT\n",
  "bytes": 2883,
  "sha": "83eba1c322831be0a01399b24429ce0e33bb1c24b2461f99525d460637475b61",
  "repo_slug": "bellu/privacy-audit",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_bellu_privacy_audit_privacy_audit_f182d884/readme"
}