Writing & Content privacy-policygdprccpalegal-compliancewebsite-scanningcookie-consentdocument-generation

Privacy Policy Generator

Scans a website's actual data collection practices and generates a GDPR/CCPA-compliant privacy policy tailored to what it really finds.

FollowSkills review · FSRS-2.0
Not recommended
44/ 100 5-point scale 2.2 / 5
1 2 3 4 5 6
1Trust12 / 25 · 2.4/5

The skill fetches arbitrary user-supplied URLs via WebFetch and inspects page source — a read-only external call with a small attack surface; output includes an explicit AI disclaimer requiring attorney review, and data-flow disclosure is reasonably clear. Deducted for: no explicit user-confirmation step before external requests, no declared least-privilege boundary on scan scope (reads page scripts), file writes to the working directory without rollback notes, and unknown license/publisher attribution.

2Reliability9 / 20 · 2.3/5

Instructions are internally consistent with a clear four-phase flow (scan → generate → banner → output) and a detailed detection checklist; no visible contradictions on the claimed path. Deducted for: no tests or reproducible examples, detection coverage depends on model inference (possible missed or false tracker detections), and no defined failure feedback for unreachable URLs or JS-rendered pages.

3Adaptability7 / 15 · 2.3/5

Trigger condition is precise (/legal privacy <url>), the scenario (generate a privacy policy for an existing website) is clear, and capability boundaries are declared (only practices detectable on the public page). Deducted for: core function depends entirely on WebFetch reachability of overseas sites with no assessment for mainland-China networks; no Chinese-language support; SPA or login-gated pages are unfit but not disclosed.

4Convention6 / 15 · 2.0/5

SKILL.md is well-layered and readable with a structured template and [FILL IN] placeholders. Deducted for: unknown repository license metadata, no version or changelog, no FAQ or known-limitations doc, unclear maintenance ownership and update path, and unverifiable marketing statistics in the README ('60 seconds', '82%') plus Skool community promotion.

5Effectiveness6 / 15 · 2.0/5

Generating the policy strictly from detected practices, with risk flags and action items, plausibly adds marginal value over generic templates; but per static calibration no execution evidence exists (cap 7). Deducted for: output still requires filling in contact email, retention periods, etc., and mandatory attorney review limits direct usability; GDPR/CCPA clause accuracy is unverified.

6Verifiability4 / 10 · 2.0/5

Limited auditable material: the full SKILL.md is inspectable and the checklist/template are cross-checkable. Deducted for: no tests, no sample outputs, no third-party execution evidence, unsourced marketing statistics in the README, and no separation of author claims from verifiable fact.

Evidence confidence:Low Reviewed Sep 09, 2026 Reviewed revision 19ece98df260
Before you use it
  • This is a static source review only; no scanning or generation was executed, and real output quality is independently unverified.
  • Generated privacy policies are AI-produced and not legal advice; a licensed attorney must review before publication.
  • Automated scanning covers only what is visible on the public page — backend, internal, and mobile data practices cannot be detected, so the policy may not match reality.
  • Core function depends on WebFetch reaching the target site; some overseas sites may be unreachable from mainland-China networks, and the skill has no Chinese-language support.
  • The repository has no license metadata and no versioning or changelog; verify licensing and maintenance status before enterprise adoption.
  • README marketing figures ('60 seconds', '82%', pricing stats) are unsourced and should not inform procurement decisions.
Review evidence [1][2]
See the full review method →

What does this skill do, and when should you use it?

This is the privacy-policy specialist within the AI Legal Assistant skill collection, triggered by /legal privacy <url>. It uses WebFetch to fetch the target site and runs a checklist for cookies, tracking scripts, form fields, payment processing, and third-party services. It then generates a complete privacy policy based only on what was actually detected, covering GDPR, CCPA/CPRA, and COPPA requirements, plus a recommended cookie consent banner. Output is saved as a Markdown file with compliance risk flags and a list of items the user must fill in. It explicitly states it is not legal advice.

1) Fetches the target site via WebFetch and detects data-collection signals: cookies, Google Analytics, Meta Pixel, form fields, Stripe/PayPal processing, chat widgets, social logins, ad scripts, and more; 2) classifies the site's collection intensity as Minimal/Moderate/Extensive/Heavy; 3) generates a 12-section privacy policy including data types collected, purposes with a GDPR legal-basis table, third-party sharing, retention, GDPR and CCPA user rights, children's privacy (COPPA), and international transfers; 4) outputs cookie consent banner text with compliance requirements; 5) saves the result as PRIVACY-POLICY-[company]-[date].md and presents a detection summary, compliance readiness assessment, action items, and risk flags.

  1. An indie developer or small business needs a privacy policy draft for a SaaS landing page before launch, matched to the trackers actually installed
  2. A freelancer generating a first-draft privacy policy for an e-commerce client, to be finalized by an attorney
  3. A site owner self-auditing for high-risk gaps, such as third-party tracking without a cookie consent banner
  4. A website with California traffic that needs CCPA 'Do Not Sell or Share' language and user rights sections added
  5. A compliance consultant doing a quick GDPR/CCPA gap pre-check of a client site before a formal audit

What are this skill's strengths and limitations?

Pros
  • Policy content is generated from an actual scan of the site, not a one-size-fits-all template — it won't invent sections for data types it didn't detect
  • Covers GDPR, CCPA/CPRA, COPPA, and ePrivacy core requirements, including a legal-basis mapping table
  • Output includes severity-ranked risk flags (high/medium/low) and an explicit fill-in checklist for human follow-up
  • Prominent legal disclaimers throughout, honestly framing the output as a draft requiring attorney review
Limitations
  • Scans only public-facing page signals; backend data practices, employee data handling, and internal processing are invisible, so the policy may mismatch reality
  • License is unlisted, leaving usage and commercial terms unclear
  • A single-page fetch may miss trackers loaded dynamically or on subpages
  • Output is Markdown only, with no ready-to-embed HTML/JS; PDF export belongs to a sibling skill (/legal report-pdf), not this one
  • No test suite or documented validation of generated policies against real compliance reviews

How do you install this skill?

Install the full collection with one command: curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-legal-claude/main/install.sh | bash — this installs all 14 skills and 5 agents. This skill lives in skills/legal-privacy/ in the repo. Uninstall via the provided uninstall.sh. Python 3.8+ and reportlab are only needed for PDF reports, not this skill.

How do you use this skill?

In Claude Code, run /legal privacy <url>, e.g. /legal privacy https://example.com. The skill scans the site and writes PRIVACY-POLICY-[company]-[date].md. Then manually complete all [FILL IN] placeholders (contact email, mailing address, DPO details, retention periods) and have a licensed attorney review before publishing.

How does this skill compare with similar options?

The repo positions this as one of fourteen skills in the AI Legal Assistant, with /legal terms (terms of service generation) as its sibling; the README benchmarks it against human attorney review ($300–$500/hour) but names no other competing tools.

FAQ

Can I publish the generated privacy policy as-is?
No. The skill itself repeatedly warns the output is AI-generated, not legal advice. It contains [FILL IN] placeholders (contact email, address, DPO, retention periods), and automated scanning cannot reflect your actual backend data practices — a licensed attorney must review it first.
How does it know what data my site collects?
It uses WebFetch to fetch the page and checks source, scripts, and visible content for dozens of signals like Google Analytics, Meta Pixel, Stripe, and form fields, then generates sections only for what it actually detected.
Does it require extra dependencies?
Not for this skill. Python and reportlab are only needed by the separate PDF report skill; you do need a Claude Code environment with network access to fetch the target site.
Is there legal risk in using it?
Potentially: if the scan misses data practices, the generated policy will be inaccurate and could create GDPR/CCPA exposure. Treat it as a draft and self-check tool, never as a replacement for attorney-drafted legal documents.

More skills from this repository

All from zubair-trabzada/ai-legal-claude

Productivity & Collaboration

Terms of Service Generator (AI Legal Assistant)

Scans any website or SaaS product and drafts complete, GDPR/CCPA-compliant Terms of Service with plain-English summaries for every section.

Productivity & Collaboration

Compliance Gap Analysis

Scans any website and audits it against GDPR, CCPA, ADA/WCAG, PCI-DSS, CAN-SPAM, COPPA and SOC 2, producing a scored gap report with a remediation roadmap.

Productivity & Collaboration

Legal Analysis PDF Report Generator

Turns completed legal contract-review results into a polished branded PDF with score gauge, risk dashboard, and clause-by-clause analysis.

Productivity & Collaboration

AI Legal Assistant (legal/SKILL.md Orchestrator)

One /legal command in Claude Code for contract review, risk scoring, NDA and terms generation, compliance checks, and PDF reports — replacing costly first-pass legal review.

Dev & Engineering

Custom NDA Generator

Generate a complete, situation-tailored Non-Disclosure Agreement from one command, with plain English annotations on every section — no more piecing together templates.

Productivity & Collaboration

Business Agreement Generator

Turns a short Q&A into a complete business agreement with plain-English annotations — freelancer contracts, partnerships, SOWs, MSAs and more.

Productivity & Collaboration

Contract Comparison Skill

Clause-by-clause comparison of two contract versions, flagging every change, who it favors, and hidden risks before you sign.

Productivity & Collaboration

Missing Protections Finder (AI Legal Assistant)

Scans a contract for protections that industry standards say should be there but aren't, then delivers ready-to-insert clause language with urgency ratings.

Dev & Engineering

Deep Risk Analysis (AI Legal Assistant Skill)

Clause-by-clause contract risk scoring (1-10), financial exposure estimates, and ready-to-use replacement clause language.

Productivity & Collaboration

AI Legal Assistant: Full Contract Review

One command launches five parallel AI agents to review a contract, producing a scored report with clause-by-clause risk analysis and negotiation priorities in under 60 seconds.

Productivity & Collaboration

Freelancer Contract Review

Reviews contracts from the freelancer's perspective, flags common traps, scores fairness, and produces actionable negotiation scripts before you sign.

Productivity & Collaboration

Plain English Contract Translator

Turns every clause of a contract from legalese into clear plain English, flagging deliberately confusing or misleading language.

Productivity & Collaboration

Counter-Proposal Generator

Flags every unfavorable contract clause and produces insert-ready replacement language, talking points, and a ready-to-send revision email.

Related skills