smithery.ai

gdpr

GDPR compliance including privacy by design, data protection requirements, consent management, right to be forgotten, and data breach response

First seen Mar 29, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseApache-2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,996 B
  • docs SUMMARY.md 154 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

GDPR Compliance Skill

Purpose

Ensures compliance with EU General Data Protection Regulation (GDPR) for systems that process personal data.

Rules

Privacy by Design (Article 25)

MUST:

  • Implement data minimization (collect only necessary data)
  • Use pseudonymization where possible
  • Encrypt personal data at rest and in transit
  • Implement access controls
  • Enable data portability
  • Design for right to erasure

Lawful Basis for Processing

MUST HAVE one of:

  • Consent (freely given, specific, informed, unambiguous)
  • Contract (necessary for contract performance)
  • Legal obligation
  • Vital interests
  • Public task
  • Legitimate interests

Data Subject Rights

MUST SUPPORT:

  • Right to access (provide copy within 30 days)
  • Right to rectification (correct inaccurate data)
  • Right to erasure ("right to be forgotten")
  • Right to restrict processing
  • Right to data portability
  • Right to object

Data Breach Response (Article 33-34)

MUST:

  • Detect breach within reasonable time
  • Assess risk to data subjects
  • Notify supervisory authority within 72 hours (if high risk)
  • Notify affected individuals without undue delay
  • Document all breaches

Hack23 Homepage Context

No Personal Data Processing:

  • Static website, no user accounts
  • No cookies, no tracking
  • No forms, no personal data collection
  • Privacy by design: collect nothing

Privacy Policy MUST State:

  • No personal data collected
  • No cookies used
  • Server logs may contain IP addresses (retained 90 days)
  • Contact information for data protection inquiries

Related Policies