agentsclimarketplace

Privacy notice review

Skill product-on-purpose/agent-skills-toolkit/tests/fixtures/anti/seeded-defects/privacy-notice-toolkit/skills/privacy-notice-review

Reviews a published privacy notice against a seven-point disclosure checklist and the US state privacy statutes, and returns a redline with a per-item verdict. Use when a user asks to review, redline, or gap-check a privacy notice or privacy policy before publishing it.From its SKILL.md

Install
npx -y skills add product-on-purpose/agent-skills-toolkit --skill privacy-notice-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.5 KB, 489 tokens by cl100k_base, as published. Nobody here has run it

privacy-notice-review

Read a published privacy notice and say, item by item, whether it discloses what the US state privacy statutes require. The output is a redline for a human reviewer, not a filing.

The seven-point checklist

This is the canonical list. Every review reports a verdict for each of the seven items, in this order, and never renumbers them.

  1. Categories of personal data collected, stated by category rather than by field name.
  2. Purposes of processing, stated per category, not as one paragraph covering everything.
  3. Third parties and categories of recipients, including processors and advertising partners.
  4. Retention, either a period per category or the criteria used to set one.
  5. Consumer rights and how to exercise them, with a working request route.
  6. The appeal path for a request the controller denies, with the deadline for the appeal.
  7. Contact details and the effective date, including the date of the last substantive change.

Procedure

  1. Read the notice end to end before judging any item. A disclosure often lands in a section its heading does not advertise.
  2. For each checklist item, quote the sentence in the notice that satisfies it, or record the item as missing. A paraphrase is not evidence.
  3. Check the state-specific requirements in the state law reference for every state the notice names, plus every state the product actually sells into.
  4. Return the redline in the shape described in the output contract: the per-item verdict table first, then the quoted evidence, then the recommended wording for each gap.

What this skill does not do

It does not read the product's data flows, so a disclosure that is present but untrue reads as satisfied here. Say so in the redline when the claim is one the notice cannot support on its face.

Changelog

  • 0.4.0 - added the appeal path as checklist item 6 and renumbered contact details to item 7.
  • 0.3.0 - removed the in-place write. The review now returns a report and never edits the source notice.
  • 0.2.0 - added the state law reference.

What ships with it: 2 files

3.5 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,422. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.