orbit-gdpr

Audit WordPress plugins for GDPR compliance by verifying exporters, erasers, and cookies.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-gdpr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-gdpr
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-gdpr
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-gdpr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive GDPR / personal-data compliance audit for WordPress plugins, ensuring they meet data protection standards.

Core Features & Use Cases

  • Compliance Audit: Checks for GDPR compliance by verifying plugin registration with privacy tools, cookie declarations, and consent handling.
  • Customizable Checks: Tailored to identify and report missing or incorrect personal data exporters and erasers.
  • Privacy Policy Suggestions: Offers suggestions for privacy policy content related to personal data handling.

Quick Start

Run the orbit-gdpr skill on your plugin to ensure GDPR compliance: /orbit-do-it ~/plugins/my-plugin

Frequently Asked Questions about orbit-gdpr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my WordPress plugin is GDPR compliant?

A WordPress plugin GDPR compliance audit verifies that personal data exporters and erasers are registered, checks privacy policy content, and validates cookie declarations against data protection standards.

What does a WordPress plugin need to support data erasure requests?

To support data erasure requests, a WordPress plugin must register the necessary wp_privacy hooks and custom erasers that locate and remove a user's personal data during a compliance audit.

How do I audit a WordPress plugin for personal data exporters and erasers?

Auditing WordPress plugin personal data exporters and erasers involves checking if the plugin registers the correct hooks to extract and delete personal data, ensuring it meets GDPR standards.

Does my WordPress plugin need a privacy policy for cookie tracking?

Yes, WordPress plugins setting cookies must declare them and provide privacy policy content suggestions detailing personal data handling to pass a GDPR compliance audit.

What happens if my WordPress plugin is missing personal data exporters?

If a WordPress plugin is missing personal data exporters, the GDPR compliance audit will identify and report the missing or incorrect hooks, failing the plugin on data protection standards.