Gdpr Data Export Tool

PassAudited by VirusTotal on May 4, 2026.

Overview

Type: OpenClaw Skill Name: gdpr-data-export-tool Version: 1.0.0 The skill bundle is a comprehensive and professional instructional guide for designing GDPR/CCPA data export pipelines. It provides detailed workflows for data inventory, multi-tier authentication, secure delivery (AES-256, signed URLs), and audit logging, all aligned with regulatory requirements (Articles 15, 20, and 28). No malicious code, data exfiltration logic, or harmful prompt injection instructions were found in SKILL.md or _meta.json; the content is strictly focused on privacy engineering and compliance best practices.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If users paste real production data, schemas, or identifiers into the agent, sensitive personal-data handling details could be exposed outside the intended privacy team workflow.

Why it was flagged

The skill asks the user to map all systems that hold subject data. That is appropriate for GDPR export design, but it may place sensitive system and personal-data context into the agent conversation or generated worksheets.

Skill content
Data stores — every database, search index, object store, log store, analytics store, and SaaS holding subject data
Recommendation

Use sanitized schemas where possible, avoid pasting raw personal data unless approved, and keep generated inventories and exports in approved secure locations.

What this means

Incorrectly scoped vendor access or use by an unauthorized person could expose customer records or business account data.

Why it was flagged

Fetching subject data from SaaS sub-processors can require delegated access to third-party systems and customer/account data. This is expected for a DSAR pipeline, but it is privileged activity.

Skill content
Wire vendor coordination: per-DPA endpoints to fetch subject data (Stripe, Intercom, Segment, etc.)
Recommendation

Use least-privilege vendor credentials, confirm controller/processor authority before fetching data, and document each vendor request in the audit log.

NoteHigh Confidence
ASI08: Cascading Failures
What this means

A flawed pipeline could send incomplete data, the wrong subject’s data, or third-party data in an export package.

Why it was flagged

The workflow aggregates data across systems into packaged exports. A mistake in identity matching, shared-record minimization, or delivery configuration could propagate into the final export, although the skill also includes safeguards such as authentication and shared-data handling.

Skill content
Design the export pipeline (worker + queue + storage); choose JSON/CSV/HTML packaging
Recommendation

Test with internal subjects before launch, require human review for edge cases, validate identity matching across stores, and enforce expiry and access controls on export links.