GDPR Audit - GDPR合规审计

GDPR Compliance Audit — General Data Protection Regulation (EU) 2016/679 (GDPR). Free to install; scoring runs on the CQDev cloud compliance engine (free API Key, 100 free calls).…

Wei Wu

@wwumit

Install

$ openclaw skills install @wwumit/gdpr-audit

🔒 GDPR 合规深度审计 — Free 审计 (Cloud-Scored)

Overview

GDPR 合规深度审计 is a free 审计 based on 欧盟《通用数据保护条例》(GDPR, Regulation (EU) 2016/679). It covers 25 core items. Scoring runs on the CQDev cloud compliance engine.

How it works (free + cloud)

⚠️ Your answers leave this machine. When you run a scored 审计, your responses are transmitted to the CQDev cloud at compliancehub.cn for scoring. Run --non-interactive for a fully offline preview that never contacts the cloud.

  • The skill is free to install.
  • Check items are served from the cloud rule library (always current).
  • Scoring + quota are computed in the cloud; you get a professional report locally.
  • A free API Key (100 calls) is required for scoring. Register in seconds.

What it checks (25 items)

#CheckAuthority
1适用范围Art. 3
2处理原则Art. 5
3合法依据Art. 6
4同意Art. 7
5特殊类别数据Art. 9
6透明告知Art. 12
7收集时信息Art. 13-14
8访问权Art. 15
9更正权Art. 16
10删除权Art. 17
11限制处理权Art. 18
12可携权Art. 20
13反对权Art. 21
14自动决策Art. 22
15问责Art. 24
16设计与默认保护Art. 25
17处理者管理Art. 28
18处理活动记录Art. 30
19处理安全Art. 32
20向监管通报违约Art. 33
21向数据主体通报Art. 34
22数据保护影响评估Art. 35
23事前协商Art. 36
24数据保护官Art. 37-39
25国际传输Art. 44-49

Usage

Free preview (no Key)

python3 scripts/gdpr-audit.py --non-interactive

Get a free API Key

python3 scripts/gdpr-audit.py --login
# enter email + password → Key auto-written to ~/.config/compliancehub/gdpr-audit.key (mode 0600)

Or open: https://compliancehub.cn/account.html?skill=gdpr-audit

Full 审计 + report

python3 scripts/gdpr-audit.py --format html -o gdpr-audit-report.html

Agent guide

When a user asks for a GDPR 合规深度审计:

  1. Run --non-interactive to preview the 25 items (no Key needed).
  2. If the user wants a scored report, prompt them to get a free Key (--login or the account page), then run the full 审计.

Security & data handling

  • Where data goes: Check items are fetched from, and your answers are scored by, the CQDev cloud at https://compliancehub.cn (the operator's official endpoint, pinned in code and not overridable by environment variable). Scoring transmits only your item answers and the free API Key (as a Bearer token).
  • API Key storage (user-initiated only): written only when you run --login to ~/.config/compliancehub/gdpr-audit.key (0600), outside the skill folder. Or pass via COMPLIANCEHUB_API_KEY.
  • No shell execution: stdlib only (urllib, json, ssl, getpass); no shell, no external binaries.
  • Not a rogue/autonomous agent: Key persistence is ordinary API-key storage, not installation/auto-start.
  • Preview without cloud: --non-interactive never contacts the cloud.
  • Always confirm the destination is compliancehub.cn before running a scored check.

Legal disclaimer

This tool provides general compliance guidance only and is not legal advice. Consult qualified counsel.

License

MIT.

Top skills in this category