@aegis-scan/skills 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ATTRIBUTION.md +93 -0
- package/package.json +1 -1
- package/sbom.cdx.json +1 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/.claude-plugin/plugin.json +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/CHANGELOG.md +878 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/HANDOVER-LO-LIVE-VERIFICATION-2026-05-15.md +187 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/README.md +9 -3
- package/skills/compliance/aegis-native/brutaler-anwalt/SKILL.md +93 -14
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/audit.md +193 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/avv-redline.md +246 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/az-verify.md +155 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/cold-start.md +157 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/dsar-respond.md +180 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/health.md +50 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/simulate.md +158 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/post_write.py +315 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/prompt_submit.py +144 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/session_start.py +57 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/triggers.json +191 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/INDEX.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/abmahn-templates.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/aegis-integration.md +60 -5
- package/skills/compliance/aegis-native/brutaler-anwalt/references/audit-patterns.md +745 -11
- package/skills/compliance/aegis-native/brutaler-anwalt/references/az-auffuellung-batch1.md +468 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/bgh-urteile.md +106 -30
- package/skills/compliance/aegis-native/brutaler-anwalt/references/branchenrecht.md +247 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/checklisten.md +75 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-aufsichtsbehoerden-taetigkeitsberichte-2024.md +310 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-bussgeld-argumentations-layer.md +598 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-dsk-beschluesse.md +346 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AGG/audit-relevance.md +76 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AGG/paragraphs.md +115 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AMG/audit-relevance.md +58 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AMG/paragraphs.md +95 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ArbZG/audit-relevance.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ArbZG/paragraphs.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/BetrVG/audit-relevance.md +73 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/BetrVG/paragraphs.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DDG/audit-relevance.md +72 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DDG/paragraphs.md +103 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DiGAV/audit-relevance.md +65 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DiGAV/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ElektroG/audit-relevance.md +66 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ElektroG/paragraphs.md +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/FernUSG/audit-relevance.md +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/FernUSG/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GeschGehG/audit-relevance.md +89 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GeschGehG/paragraphs.md +107 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GwG/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GwG/paragraphs.md +119 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HWG/audit-relevance.md +70 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HWG/paragraphs.md +125 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HinSchG/audit-relevance.md +70 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HinSchG/paragraphs.md +116 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/INDEX.md +152 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/KWG/audit-relevance.md +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/KWG/paragraphs.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/LFGB/audit-relevance.md +63 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/LFGB/paragraphs.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/MPDG/audit-relevance.md +61 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/MPDG/paragraphs.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/NachwG/audit-relevance.md +54 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/NachwG/paragraphs.md +82 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/PAngV/audit-relevance.md +76 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/PAngV/paragraphs.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/RDG/audit-relevance.md +84 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/RDG/paragraphs.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/TDDDG/audit-relevance.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/TDDDG/paragraphs.md +91 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/UrhG-UrhDaG/audit-relevance.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/UrhG-UrhDaG/paragraphs.md +166 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VDuG/audit-relevance.md +71 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VDuG/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VERIFICATION-NOTES.md +111 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VVG/audit-relevance.md +65 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VVG/paragraphs.md +101 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VerpackG/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VerpackG/paragraphs.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/WpHG/audit-relevance.md +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/WpHG/paragraphs.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ZAG/audit-relevance.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ZAG/paragraphs.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/dsgvo.md +55 -8
- package/skills/compliance/aegis-native/brutaler-anwalt/references/eu-edpb-guidelines.md +505 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/eu-eugh-dsgvo-schadensersatz.md +223 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BDSG/audit-relevance.md +31 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BFSG/audit-relevance.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BGB/audit-relevance.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DDG/audit-relevance.md +28 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DSGVO/audit-relevance.md +35 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/articles.md +4 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/audit-relevance.md +139 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/gpai-pflichten.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/hochrisiko-annex-iii.md +134 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/sanktionen-art-99.md +97 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/transparenz-art-50.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/uebergangsfristen.md +109 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CER-2022-2557/articles.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CRA-2024-2847/articles.md +87 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CSDDD-2024-1760/articles.md +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CSRD-2022-2464/articles.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DGA-2022-868/articles.md +53 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DMA-2022-1925/articles.md +55 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DORA-2022-2554/articles.md +164 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DORA-2022-2554/audit-relevance.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/articles.md +3 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/audit-relevance.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/notice-and-action.md +138 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/small-platform-pflichten.md +109 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/trusted-flaggers.md +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/vlop-vlose.md +130 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/Data-Act-2023-2854/articles.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/Data-Act-2023-2854/audit-relevance.md +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/MiCA-2023-1114/articles.md +124 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/MiCA-2023-1114/audit-relevance.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/NIS2-2022-2555/articles.md +101 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/ProdHaftRL-2024-2853/articles.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/eIDAS-2024-1183/articles.md +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/KWG.md +52 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/PSD2.md +67 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/ZAG.md +50 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/GlueStV/articles.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HGB-AO/audit-relevance.md +27 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HinSchG/articles.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/JuSchG-JMStV/articles.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/KritisDachG/articles.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/LkSG/articles.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/DiGAV.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/IVDR-2017-746.md +51 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/MDR-2017-745.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/NIS2UmsuCG-BSIG/articles.md +53 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/StGB/relevante-paragraphen.md +157 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TDDDG/audit-relevance.md +33 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TDDDG/paragraphs.md +3 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TKG/articles.md +73 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/UWG/audit-relevance.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/UWG/paragraphs.md +71 -3
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VERIFICATION-STATUS.md +266 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VSBG/audit-relevance.md +37 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/ePrivacy-RL-2002-58/articles.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/ePrivacy-RL-2002-58/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/it-recht.md +115 -9
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/INDEX.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/ai/anthropic-dpa.md +87 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/cookie-banner-pattern.md +202 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/dse-section-pattern.md +198 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/tracking-server-endpoint.md +193 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/auth0-tom.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/clerk-tom.md +84 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/auth-cookies-pattern.md +295 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/cookie-banner-pattern.md +318 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/gdpr-cleanup-celery.md +339 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/cookie-banner-pattern.md +237 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/gdpr-routes-pattern.md +256 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/helmet-csp-pattern.md +207 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/agb-versioning-pattern.md +305 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/cookie-banner-pattern.md +287 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/gdpr-models-pattern.md +290 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/tracking-config-pattern.md +263 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/auth-pattern.md +265 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/cookie-banner-pattern.md +255 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/gdpr-cleanup-cron.md +244 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/tracking-interceptor.md +239 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/api-route-bearer-auth.md +103 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/dynamic-rendering-headers.md +83 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/env-driven-tracking.md +135 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/cookie-banner-pattern.md +294 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/devise-dsgvo-pattern.md +262 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/gdpr-anonymization-pattern.md +283 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/react/consent-gate-pattern.md +99 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/react/cookie-banner-pattern.md +204 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/strapi/cms-pii-pattern.md +301 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/strapi/notice-and-action-plugin.md +371 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/cookie-banner-pattern.md +234 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/dse-section-pattern.md +231 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/sveltekit-server-hooks-pattern.md +217 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/google-analytics-consent.md +129 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/posthog-consent.md +79 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/cookie-banner-pattern.md +208 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/dse-i18n-pattern.md +204 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/nuxt-vs-vue-only-pattern.md +197 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/tracking-pinia-pattern.md +211 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/strafrecht-steuer.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/streitwerte.json +176 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/DSFA-template.md +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/VVT-template-file-upload.md +98 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-EN-international.md +267 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-Audit-Klausel-Varianten.md +148 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-CH-revDSG.md +127 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-SCC-module2-controller-processor.md +180 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-SCC-module3-processor-subprocessor.md +144 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-Sub-Processor-List.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-TOMs.md +197 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-UK-IDTA.md +131 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-standard-DE.md +288 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/Joint-Controller-Vertrag-Art-26.md +265 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/scripts/health-check.sh +190 -48
- package/skills/compliance/aegis-native/brutaler-anwalt/scripts/test-triggers.sh +145 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/settings.json +90 -0
- package/skills/defensive/permoon-fork/README.md +40 -0
- package/skills/defensive/permoon-fork/multi-model-consolidation/SKILL.md +47 -0
- package/skills/defensive/permoon-fork/multi-model-severity/SKILL.md +34 -0
- package/skills/defensive/permoon-fork/multi-model-system-prompt/SKILL.md +40 -0
- package/skills/foundation/aegis-native/aegis-handover-writer/SKILL.md +1 -1
- package/skills/foundation/aegis-native/aegis-quality-gates/SKILL.md +1 -1
- package/skills/offensive/airecon-fork/ctf-crypto/SKILL.md +260 -0
- package/skills/offensive/airecon-fork/ctf-crypto-modern-ciphers/SKILL.md +688 -0
- package/skills/offensive/airecon-fork/ctf-forensics/SKILL.md +253 -0
- package/skills/offensive/airecon-fork/ctf-forensics-network/SKILL.md +480 -0
- package/skills/offensive/airecon-fork/ctf-heap-advanced/SKILL.md +336 -0
- package/skills/offensive/airecon-fork/ctf-pwn/SKILL.md +294 -0
- package/skills/offensive/airecon-fork/ctf-pwn-rop-and-shellcode/SKILL.md +392 -0
- package/skills/offensive/airecon-fork/ctf-reversing/SKILL.md +284 -0
- package/skills/offensive/airecon-fork/frameworks-django/SKILL.md +268 -0
- package/skills/offensive/airecon-fork/frameworks-dotnet/SKILL.md +280 -0
- package/skills/offensive/airecon-fork/frameworks-express/SKILL.md +266 -0
- package/skills/offensive/airecon-fork/frameworks-fastapi/SKILL.md +193 -0
- package/skills/offensive/airecon-fork/frameworks-flask/SKILL.md +297 -0
- package/skills/offensive/airecon-fork/frameworks-laravel/SKILL.md +260 -0
- package/skills/offensive/airecon-fork/frameworks-nextjs/SKILL.md +230 -0
- package/skills/offensive/airecon-fork/frameworks-php/SKILL.md +271 -0
- package/skills/offensive/airecon-fork/frameworks-rails/SKILL.md +269 -0
- package/skills/offensive/airecon-fork/frameworks-spring/SKILL.md +245 -0
- package/skills/offensive/airecon-fork/frameworks-wordpress/SKILL.md +348 -0
- package/skills/offensive/airecon-fork/payloads-command-injection/SKILL.md +459 -0
- package/skills/offensive/airecon-fork/payloads-http-parameter-pollution/SKILL.md +129 -0
- package/skills/offensive/airecon-fork/payloads-ldap-injection/SKILL.md +100 -0
- package/skills/offensive/airecon-fork/payloads-lfi/SKILL.md +485 -0
- package/skills/offensive/airecon-fork/payloads-sqli/SKILL.md +419 -0
- package/skills/offensive/airecon-fork/payloads-ssrf/SKILL.md +125 -0
- package/skills/offensive/airecon-fork/payloads-ssti/SKILL.md +443 -0
- package/skills/offensive/airecon-fork/payloads-xss/SKILL.md +447 -0
- package/skills/offensive/airecon-fork/payloads-xxe/SKILL.md +172 -0
- package/skills/offensive/airecon-fork/postexploit-ad-credential-attacks/SKILL.md +306 -0
- package/skills/offensive/airecon-fork/postexploit-container-escape/SKILL.md +299 -0
- package/skills/offensive/airecon-fork/postexploit-credential-dumping/SKILL.md +249 -0
- package/skills/offensive/airecon-fork/postexploit-lateral-movement/SKILL.md +194 -0
- package/skills/offensive/airecon-fork/postexploit-linux-privesc/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/postexploit-netexec-workflow/SKILL.md +302 -0
- package/skills/offensive/airecon-fork/postexploit-pivoting/SKILL.md +205 -0
- package/skills/offensive/airecon-fork/postexploit-windows-privesc/SKILL.md +210 -0
- package/skills/offensive/airecon-fork/protocols-active-directory/SKILL.md +314 -0
- package/skills/offensive/airecon-fork/protocols-dns/SKILL.md +203 -0
- package/skills/offensive/airecon-fork/protocols-ftp/SKILL.md +159 -0
- package/skills/offensive/airecon-fork/protocols-graphql/SKILL.md +648 -0
- package/skills/offensive/airecon-fork/protocols-kerberos/SKILL.md +168 -0
- package/skills/offensive/airecon-fork/protocols-ldap/SKILL.md +245 -0
- package/skills/offensive/airecon-fork/protocols-rdp/SKILL.md +186 -0
- package/skills/offensive/airecon-fork/protocols-smb/SKILL.md +191 -0
- package/skills/offensive/airecon-fork/protocols-smtp-imap/SKILL.md +263 -0
- package/skills/offensive/airecon-fork/protocols-snmp/SKILL.md +147 -0
- package/skills/offensive/airecon-fork/protocols-ssh/SKILL.md +287 -0
- package/skills/offensive/airecon-fork/reconnaissance-asn-whois-osint/SKILL.md +236 -0
- package/skills/offensive/airecon-fork/reconnaissance-ctf-methodology/SKILL.md +435 -0
- package/skills/offensive/airecon-fork/reconnaissance-dorking/SKILL.md +182 -0
- package/skills/offensive/airecon-fork/reconnaissance-exposed-devtools-detection/SKILL.md +513 -0
- package/skills/offensive/airecon-fork/reconnaissance-full-recon/SKILL.md +305 -0
- package/skills/offensive/airecon-fork/reconnaissance-internal-pentest/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/reconnaissance-javascript-analysis/SKILL.md +167 -0
- package/skills/offensive/airecon-fork/reconnaissance-js-internal-hostname-intelligence/SKILL.md +391 -0
- package/skills/offensive/airecon-fork/reconnaissance-monitoring-secrets-exposure/SKILL.md +394 -0
- package/skills/offensive/airecon-fork/reconnaissance-shodan-censys/SKILL.md +279 -0
- package/skills/offensive/airecon-fork/reconnaissance-subdomain-enum/SKILL.md +952 -0
- package/skills/offensive/airecon-fork/technologies-cicd-attacks/SKILL.md +283 -0
- package/skills/offensive/airecon-fork/technologies-cloud-security/SKILL.md +299 -0
- package/skills/offensive/airecon-fork/technologies-docker-container/SKILL.md +266 -0
- package/skills/offensive/airecon-fork/technologies-elasticsearch/SKILL.md +226 -0
- package/skills/offensive/airecon-fork/technologies-firebase-firestore/SKILL.md +213 -0
- package/skills/offensive/airecon-fork/technologies-frida-hooking/SKILL.md +387 -0
- package/skills/offensive/airecon-fork/technologies-gitlab-github/SKILL.md +259 -0
- package/skills/offensive/airecon-fork/technologies-jenkins/SKILL.md +256 -0
- package/skills/offensive/airecon-fork/technologies-kubernetes-pentest/SKILL.md +281 -0
- package/skills/offensive/airecon-fork/technologies-memcached/SKILL.md +230 -0
- package/skills/offensive/airecon-fork/technologies-mobile-app-pentesting/SKILL.md +105 -0
- package/skills/offensive/airecon-fork/technologies-mongodb/SKILL.md +257 -0
- package/skills/offensive/airecon-fork/technologies-nginx-apache/SKILL.md +280 -0
- package/skills/offensive/airecon-fork/technologies-observability-stack-attacks/SKILL.md +501 -0
- package/skills/offensive/airecon-fork/technologies-redis/SKILL.md +236 -0
- package/skills/offensive/airecon-fork/technologies-supabase/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/technologies-tomcat/SKILL.md +232 -0
- package/skills/offensive/airecon-fork/tools-advanced-fuzzing/SKILL.md +351 -0
- package/skills/offensive/airecon-fork/tools-browser-automation/SKILL.md +300 -0
- package/skills/offensive/airecon-fork/tools-caido/SKILL.md +776 -0
- package/skills/offensive/airecon-fork/tools-code-review/SKILL.md +71 -0
- package/skills/offensive/airecon-fork/tools-dalfox/SKILL.md +189 -0
- package/skills/offensive/airecon-fork/tools-hashcat-john/SKILL.md +258 -0
- package/skills/offensive/airecon-fork/tools-impacket/SKILL.md +227 -0
- package/skills/offensive/airecon-fork/tools-install/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/tools-metasploit/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/tools-nmap/SKILL.md +211 -0
- package/skills/offensive/airecon-fork/tools-nuclei/SKILL.md +175 -0
- package/skills/offensive/airecon-fork/tools-reporting/SKILL.md +47 -0
- package/skills/offensive/airecon-fork/tools-scripting/SKILL.md +1939 -0
- package/skills/offensive/airecon-fork/tools-semgrep/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/tools-source-audit/SKILL.md +308 -0
- package/skills/offensive/airecon-fork/tools-sqlmap/SKILL.md +137 -0
- package/skills/offensive/airecon-fork/tools-tool-catalog/SKILL.md +320 -0
- package/skills/offensive/airecon-fork/tools-wapiti/SKILL.md +293 -0
- package/skills/offensive/airecon-fork/vulnerabilities-2fa-bypass/SKILL.md +219 -0
- package/skills/offensive/airecon-fork/vulnerabilities-account-takeover/SKILL.md +223 -0
- package/skills/offensive/airecon-fork/vulnerabilities-api-schema-exposure/SKILL.md +849 -0
- package/skills/offensive/airecon-fork/vulnerabilities-api-testing/SKILL.md +278 -0
- package/skills/offensive/airecon-fork/vulnerabilities-auth-workflow/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/vulnerabilities-authentication-jwt/SKILL.md +158 -0
- package/skills/offensive/airecon-fork/vulnerabilities-bfla/SKILL.md +156 -0
- package/skills/offensive/airecon-fork/vulnerabilities-blind-xss/SKILL.md +111 -0
- package/skills/offensive/airecon-fork/vulnerabilities-business-logic/SKILL.md +313 -0
- package/skills/offensive/airecon-fork/vulnerabilities-cors/SKILL.md +242 -0
- package/skills/offensive/airecon-fork/vulnerabilities-crlf-injection/SKILL.md +146 -0
- package/skills/offensive/airecon-fork/vulnerabilities-csrf/SKILL.md +200 -0
- package/skills/offensive/airecon-fork/vulnerabilities-csrf-advanced-bypass/SKILL.md +536 -0
- package/skills/offensive/airecon-fork/vulnerabilities-deserialization/SKILL.md +363 -0
- package/skills/offensive/airecon-fork/vulnerabilities-dom-based-vulnerabilities/SKILL.md +105 -0
- package/skills/offensive/airecon-fork/vulnerabilities-exploitation/SKILL.md +286 -0
- package/skills/offensive/airecon-fork/vulnerabilities-grpc/SKILL.md +123 -0
- package/skills/offensive/airecon-fork/vulnerabilities-host-header-injection/SKILL.md +169 -0
- package/skills/offensive/airecon-fork/vulnerabilities-http-smuggling/SKILL.md +411 -0
- package/skills/offensive/airecon-fork/vulnerabilities-idor/SKILL.md +705 -0
- package/skills/offensive/airecon-fork/vulnerabilities-information-disclosure/SKILL.md +867 -0
- package/skills/offensive/airecon-fork/vulnerabilities-insecure-file-uploads/SKILL.md +190 -0
- package/skills/offensive/airecon-fork/vulnerabilities-jwt-attacks/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/vulnerabilities-kubernetes/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/vulnerabilities-mass-assignment/SKILL.md +788 -0
- package/skills/offensive/airecon-fork/vulnerabilities-nosql-injection/SKILL.md +204 -0
- package/skills/offensive/airecon-fork/vulnerabilities-oauth-misconfig/SKILL.md +220 -0
- package/skills/offensive/airecon-fork/vulnerabilities-oauth-saml/SKILL.md +163 -0
- package/skills/offensive/airecon-fork/vulnerabilities-open-redirect/SKILL.md +167 -0
- package/skills/offensive/airecon-fork/vulnerabilities-password-reset-poisoning/SKILL.md +66 -0
- package/skills/offensive/airecon-fork/vulnerabilities-path-traversal/SKILL.md +192 -0
- package/skills/offensive/airecon-fork/vulnerabilities-privilege-escalation/SKILL.md +320 -0
- package/skills/offensive/airecon-fork/vulnerabilities-prototype-pollution/SKILL.md +242 -0
- package/skills/offensive/airecon-fork/vulnerabilities-race-conditions/SKILL.md +192 -0
- package/skills/offensive/airecon-fork/vulnerabilities-rce/SKILL.md +240 -0
- package/skills/offensive/airecon-fork/vulnerabilities-sensitive-file-pii-exposure/SKILL.md +589 -0
- package/skills/offensive/airecon-fork/vulnerabilities-spring4shell/SKILL.md +86 -0
- package/skills/offensive/airecon-fork/vulnerabilities-sql-injection/SKILL.md +313 -0
- package/skills/offensive/airecon-fork/vulnerabilities-ssrf/SKILL.md +183 -0
- package/skills/offensive/airecon-fork/vulnerabilities-ssti/SKILL.md +344 -0
- package/skills/offensive/airecon-fork/vulnerabilities-subdomain-takeover/SKILL.md +160 -0
- package/skills/offensive/airecon-fork/vulnerabilities-supply-chain/SKILL.md +125 -0
- package/skills/offensive/airecon-fork/vulnerabilities-unhandled-exception-differential/SKILL.md +742 -0
- package/skills/offensive/airecon-fork/vulnerabilities-waf-detection/SKILL.md +90 -0
- package/skills/offensive/airecon-fork/vulnerabilities-web-cache-poisoning/SKILL.md +233 -0
- package/skills/offensive/airecon-fork/vulnerabilities-websocket/SKILL.md +180 -0
- package/skills/offensive/airecon-fork/vulnerabilities-xss/SKILL.md +316 -0
- package/skills/offensive/airecon-fork/vulnerabilities-xxe/SKILL.md +222 -0
|
@@ -0,0 +1,505 @@
|
|
|
1
|
+
# EDPB-Guidelines + Recommendations + Opinions — Skill-Reference
|
|
2
|
+
|
|
3
|
+
> Stand: 2026-05-05 · Verifiziert gegen edpb.europa.eu (kein Modell-Gedaechtnis).
|
|
4
|
+
> Scope: ~33 nummerierte EDPB-Guidelines (final + final-after-consultation), 6 Recommendations, 4 high-citation Opinions, plus EDPB-endorsed-WP29-Set (Endorsement 1/2018).
|
|
5
|
+
>
|
|
6
|
+
> Verwendung: `brutaler-anwalt`-Skill zitiert hieraus bei DSGVO-Auditfunden — Guideline-ID + Adoption-Datum + EDPB-URL.
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Inhalt
|
|
11
|
+
|
|
12
|
+
- [Catalog-Corrections (IDs die NICHT existieren)](#catalog-corrections-ids-die-nicht-existieren)
|
|
13
|
+
- Cluster 1: Bussgeld + Aufsicht + Kohaerenz (Art. 56/60/65/83)
|
|
14
|
+
- Cluster 2: Cookies + Tracking + Dark Patterns (Art. 5(3) ePrivacy + Deceptive Design)
|
|
15
|
+
- Cluster 3: Verarbeitungs-Rechtsgrundlagen (Art. 6 + 9, Consent, LegInt)
|
|
16
|
+
- Cluster 4: Internationale Uebermittlungen (Kap. V + Art. 48/49 + Schrems-II)
|
|
17
|
+
- Cluster 5: Betroffenenrechte (Art. 12-22)
|
|
18
|
+
- Cluster 6: Privacy-by-Design + Zertifizierung + Codes
|
|
19
|
+
- Cluster 7: Data Breach + DPIA + DPO
|
|
20
|
+
- Cluster 8: Sektorspezifisch (Video, Vehicles, Health, Voice, Finance)
|
|
21
|
+
- Cluster 9: AI + Pseudonymisierung + Blockchain (2025-er Welle)
|
|
22
|
+
- Cluster 10: Joint + Public-Consultation (DSA / DMA / scientific research)
|
|
23
|
+
- [Recommendations (6)](#recommendations-6)
|
|
24
|
+
- [Opinions (Top 4 Most-Cited)](#opinions-top-4-most-cited)
|
|
25
|
+
- [WP29-Endorsed Set (Endorsement 1/2018)](#wp29-endorsed-set-endorsement-12018)
|
|
26
|
+
- [Anwendung im Skill-Output](#anwendung-im-skill-output)
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Catalog-Corrections (IDs die NICHT existieren)
|
|
31
|
+
|
|
32
|
+
Folgende Guideline-IDs aus dem Spec-Briefing wurden gegen edpb.europa.eu verifiziert und existieren NICHT als nummerierte EDPB-Guidelines (Stand 2026-05-05):
|
|
33
|
+
|
|
34
|
+
| Spec-Behauptung | Realitaet |
|
|
35
|
+
|---|---|
|
|
36
|
+
| Guidelines 03/2024 | Existiert nicht — 2024 nur 1/2024 + 02/2024 |
|
|
37
|
+
| Guidelines 04/2024 | Existiert nicht |
|
|
38
|
+
| Guidelines 04/2025 | Existiert nicht — 2025 nur 01/2025 + 02/2025 + 3/2025 + Joint-DMA |
|
|
39
|
+
| Guidelines 05/2025 | Existiert nicht |
|
|
40
|
+
| Guidelines 06/2025 | Existiert nicht |
|
|
41
|
+
| Guidelines 04/2023 | Existiert nicht |
|
|
42
|
+
| Guidelines 05/2023 | Existiert nicht |
|
|
43
|
+
| Guidelines 03/2023 (als "Art. 65 dispute") | Falsch zugeordnet — Art. 65(1)(a) ist `03/2021`, nicht `03/2023` |
|
|
44
|
+
|
|
45
|
+
Weitere Spec-Conflations:
|
|
46
|
+
|
|
47
|
+
- **"Guidelines 01/2023 = Art. 37 GDPR DPO"** ist FALSCH. Guidelines 01/2023 betrifft **Art. 37 Law-Enforcement-Directive** (Datenuebermittlung im LED-Kontext), nicht GDPR-DPO. GDPR-DPO-Guidance ist WP243 (WP29-endorsed via Endorsement 1/2018) — nicht als eigene EDPB-Guideline neu aufgelegt.
|
|
48
|
+
- **"Guidelines 04/2019 + 09/2020 = consent"** ist FALSCH. Consent ist `05/2020` (loest WP259 ab). `4/2019` ist Art. 25 Privacy-by-Design, `09/2020` ist Relevant-and-Reasoned-Objection (Art. 4(24)).
|
|
49
|
+
- **"Guidelines 02/2019 + 03/2020 = Codes of Conduct"** ist FALSCH. Codes-of-Conduct sind `1/2019` (CoC + Monitoring) und `04/2021` (CoC als Transfer-Tool). `2/2019` ist Art. 6(1)(b) online services. `03/2020` ist COVID-Gesundheitsdaten-Forschung.
|
|
50
|
+
|
|
51
|
+
> Skill-Regel: Wenn brutaler-anwalt eine EDPB-Guideline zitieren will, IMMER gegen diese Datei pruefen — kein Auto-Generation aus Modell-Memory.
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Cluster 1: Bussgeld + Aufsicht + Kohaerenz (Art. 56/60/65/83)
|
|
56
|
+
|
|
57
|
+
### Guidelines 04/2022 — Calculation of Administrative Fines under the GDPR
|
|
58
|
+
- **Status**: adopted 24.05.2023 · final
|
|
59
|
+
- **Topic**: 5-stufige Methodik der Aufsichtsbehoerden zur Berechnung von Bussgeldern (Art. 83 DSGVO). Fuehrt Starting-Amount-Tabellen je Schwerebgrad + Umsatz-Korrekturfaktor + erschwerende/mildernde Umstaende.
|
|
60
|
+
- **Audit-Anwendung**: Bussgeld-Layer im brutaler-anwalt-Output zitiert die 5 Schritte: (1) Identifikation Verarbeitungstaetigkeit + Verstoss-Kategorisierung Art. 83(4)/(5); (2) Starting-Point je nach Schwere (low / medium / high) und Unternehmensumsatz; (3) Erschwerende Faktoren Art. 83(2)(a)-(k); (4) Cap-Pruefung gegen statutory maximum (Art. 83(4)/(5)/(6)); (5) Effective/Proportionate/Dissuasive-Check. Default-Tabelle: Tier-1 0.2-2% Umsatz / Tier-2 1.5-4% Umsatz.
|
|
61
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-042022-calculation-administrative-fines-under-gdpr_en
|
|
62
|
+
|
|
63
|
+
### Guidelines 03/2021 — Application of Article 65(1)(a) GDPR (Dispute Resolution)
|
|
64
|
+
- **Status**: adopted 24.05.2023 · final
|
|
65
|
+
- **Topic**: Verfahren zur EDPB-Streitbeilegung wenn die federfuehrende Aufsichtsbehoerde + concerned authorities sich nicht einigen. Bindender EDPB-Beschluss-Mechanismus.
|
|
66
|
+
- **Audit-Anwendung**: Wenn Cross-Border-Auditfund vorliegt (Mandant-EU-Praesenz mit OSS-Lead): brutaler-anwalt verweist auf Art. 65(1)(a)-Eskalationspfad; flagt dass nach 2 Monaten ohne Konsens EDPB binden kann. Relevant fuer "soll Aufsicht angeschrieben werden?" Empfehlung.
|
|
67
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-032021-application-article-651a-gdpr_en
|
|
68
|
+
|
|
69
|
+
### Guidelines 02/2022 — Application of Article 60 GDPR (Cooperation between LSA + CSAs)
|
|
70
|
+
- **Status**: adopted 14.03.2022 · final
|
|
71
|
+
- **Topic**: Mechanik des One-Stop-Shop-Verfahrens — Lead Supervisory Authority koordiniert mit Concerned Supervisory Authorities, draft-decision/relevant-and-reasoned-objection-Schleife.
|
|
72
|
+
- **Audit-Anwendung**: Bei Multi-EU-Mandanten (Hauptniederlassung != Datenverarbeitungsort) im brutaler-Audit zitieren: bestimmt welche Aufsicht primaer zustaendig ist + ob die LSA die Auditfunde zwingend an alle CSAs cascade-melden muss.
|
|
73
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-022022-application-article-60-gdpr_en
|
|
74
|
+
|
|
75
|
+
### Guidelines 06/2022 — Practical Implementation of Amicable Settlements
|
|
76
|
+
- **Status**: adopted 12.05.2022 · final
|
|
77
|
+
- **Topic**: Wie Aufsichtsbehoerden gegenseitig "amicable settlements" zur Streitvermeidung im OSS-Mechanismus nutzen.
|
|
78
|
+
- **Audit-Anwendung**: Procedural-Tail im Bussgeld-Layer — flagt Settlement-Optionen vor formellem Art. 65-Verfahren.
|
|
79
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-062022-practical-implementation-amicable_en
|
|
80
|
+
|
|
81
|
+
### Guidelines 08/2022 — Identifying a Controller or Processor's Lead Supervisory Authority
|
|
82
|
+
- **Status**: adopted 17.04.2023 · final (loest WP244 rev.01 ab)
|
|
83
|
+
- **Topic**: Kriterien zur Bestimmung der "main establishment" + LSA — central administration vs. effective decision-making location vs. EU-establishment-of-controller.
|
|
84
|
+
- **Audit-Anwendung**: brutaler-Skill nutzt diese Guideline um bei Mandanten ohne klare Hauptniederlassung die zustaendige DSGVO-Aufsicht zu identifizieren. Wichtig wenn Mandant-Holding (zB. NL) != operatives Geschaeft (zB. DE-Tochter).
|
|
85
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-82022-identifying-controller-or-processors_en
|
|
86
|
+
|
|
87
|
+
### Guidelines 09/2020 — Relevant and Reasoned Objection under Regulation 2016/679
|
|
88
|
+
- **Status**: adopted 09.03.2021 · final
|
|
89
|
+
- **Topic**: Definition wann eine CSA-Einwendung gegen LSA-Draft "relevant" + "reasoned" gem. Art. 4(24) ist und damit die Art. 65-Streitbeilegung ausloest.
|
|
90
|
+
- **Audit-Anwendung**: Selten direkt zitierbar — relevant wenn Bewertung "wuerde diese CSA wahrscheinlich objection einlegen?" Teil der Strategieempfehlung wird.
|
|
91
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-092020-relevant-and-reasoned-objection-under_en
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## Cluster 2: Cookies + Tracking + Dark Patterns (Art. 5(3) ePrivacy + Deceptive Design)
|
|
96
|
+
|
|
97
|
+
### Guidelines 02/2023 — Technical Scope of Art. 5(3) of ePrivacy Directive
|
|
98
|
+
- **Status**: adopted 16.10.2024 · final
|
|
99
|
+
- **Topic**: Erweitert "Cookie-Richtlinie" Art. 5(3) ePrivacy ueber klassische Cookies hinaus — vier Storage/Access-Szenarien: (a) URL/pixel tracking, (b) Local processing+transmission, (c) Tracking based on IP only, (d) IoT/connected-device data exfil. Jede dieser Mechaniken loest Consent-Pflicht aus.
|
|
100
|
+
- **Audit-Anwendung**: KRITISCH fuer Cookie/Tracking-Audits. brutaler-Skill flagt jeden Tracking-Pixel + Local-Storage-Read + Fingerprinting + IoT-Telemetry als Art. 5(3) ePrivacy-Eingriff (nicht nur klassische Cookies). Bei FP-Untersuchung: ist der Mechanismus "storage of OR access to information stored in terminal equipment" — wenn ja, Consent-Pflicht.
|
|
101
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-22023-technical-scope-art-53-eprivacy-directive_en
|
|
102
|
+
|
|
103
|
+
### Guidelines 03/2022 — Deceptive Design Patterns in Social Media Platform Interfaces
|
|
104
|
+
- **Status**: adopted 24.02.2023 · final
|
|
105
|
+
- **Topic**: Sechs Kategorien von "Dark Patterns" in Social-Media-UIs, jede mit konkreten Beispielen + DSGVO-Bewertung: (1) Overloading (mehr-als-noetig Auswahl), (2) Skipping (defaults setzen), (3) Stirring (emotionale Manipulation), (4) Hindering (friction gegen privacy choice), (5) Fickle (verwirrende UI-Hierarchie), (6) Left in the Dark (versteckte Info).
|
|
106
|
+
- **Audit-Anwendung**: brutaler-Skill nutzt 6er-Taxonomie als Pruefraster bei Cookie-Banner + Consent-UI + Account-Settings-Audits. Konkretes Beispiel: Reject-All-Button kleiner/grau vs. Accept-All-Button gross/grun = "Hindering" + "Stirring". Cite mit Guideline-ID + spezifischer Pattern-Kategorie.
|
|
107
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-032022-deceptive-design-patterns-social-media_en
|
|
108
|
+
|
|
109
|
+
### Guidelines 08/2020 — Targeting of Social Media Users
|
|
110
|
+
- **Status**: adopted 13.04.2021 · final
|
|
111
|
+
- **Topic**: Joint-Controllership Plattform <-> Targeter, Rechtsgrundlagen fuer Custom Audiences / Lookalikes / Behavior-Profile.
|
|
112
|
+
- **Audit-Anwendung**: Bei Mandanten die Meta/Google/TikTok-Audiences nutzen: brutaler-Skill flagt Joint-Controller-Anforderungen Art. 26 + zwingend explicit consent fuer behavioral targeting.
|
|
113
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-082020-targeting-social-media-users_en
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Cluster 3: Verarbeitungs-Rechtsgrundlagen (Art. 6 + 9, Consent, LegInt)
|
|
118
|
+
|
|
119
|
+
### Guidelines 01/2024 — Processing of Personal Data Based on Article 6(1)(f) GDPR (Legitimate Interests)
|
|
120
|
+
- **Status**: adopted 08.10.2024 · public consultation closed (final-after-consultation pending)
|
|
121
|
+
- **Topic**: Drei-Stufen-Test fuer berechtigtes Interesse: (1) Existence of legitimate interest, (2) Necessity test, (3) Balancing-Test gegen Betroffenen-Erwartungen + Grundrechte. Detaillierte Beispiel-Cases inkl. Direct-Marketing, Network-Security, Fraud-Prevention.
|
|
122
|
+
- **Audit-Anwendung**: KRITISCH bei jeder Article-6(1)(f)-Berufung im Mandanten-AVV oder Datenschutzerklaerung. brutaler-Skill verlangt dokumentierten LIA (Legitimate Interest Assessment) mit allen 3 Stufen, sonst Auditfund "Art. 6(1)(f) ohne dokumentierten Test = unzulaessig".
|
|
123
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-12024-processing-personal-data-based_en
|
|
124
|
+
|
|
125
|
+
### Guidelines 05/2020 — Consent under Regulation 2016/679
|
|
126
|
+
- **Status**: adopted 04.05.2020 · final (loest WP259 rev.01 ab)
|
|
127
|
+
- **Topic**: Kanonische DSGVO-Consent-Definition: freely given + specific + informed + unambiguous + revocable. Detaillierte Pruefung von Conditional-Consent + Bundling + Cookie-Walls.
|
|
128
|
+
- **Audit-Anwendung**: Standard-Reference im Cookie-Audit + Datenschutzerklaerungs-Pruefung. Skill zitiert Para 38-41 fuer Cookie-Wall-Bewertung, Para 51+ fuer "free consent" gegen Macht-Asymmetrie (Arbeitgeber-AN, Plattform-Nutzer).
|
|
129
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-052020-consent-under-regulation-2016679_en
|
|
130
|
+
|
|
131
|
+
### Guidelines 02/2019 — Processing of Personal Data under Article 6(1)(b) GDPR (Online Services)
|
|
132
|
+
- **Status**: adopted 16.10.2019 · final
|
|
133
|
+
- **Topic**: Strenge Auslegung von "necessary for performance of contract" — verhindert Vertragspraegung als Sammelrechtfertigung fuer alle Datenverarbeitungen.
|
|
134
|
+
- **Audit-Anwendung**: brutaler-Skill flagt Auditfunde bei Mandanten die Art. 6(1)(b) als Rechtsgrundlage fuer Personalisierung / Tracking / Advertising berufen — diese sind NICHT contract-necessary, sondern brauchen Consent (Art. 6(1)(a)) oder LegInt-Balancing.
|
|
135
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-22019-processing-personal-data-under-article_en
|
|
136
|
+
|
|
137
|
+
### Guidelines 05/2022 — Use of Facial Recognition Technology in the Area of Law Enforcement
|
|
138
|
+
- **Status**: adopted 17.05.2023 · final
|
|
139
|
+
- **Topic**: FRT-Nutzung durch LEA — Art. 9 GDPR + LED-Article-10 (besondere Kategorien) + Verhaeltnismaessigkeit + DPIA-Pflicht.
|
|
140
|
+
- **Audit-Anwendung**: Schmal-anwendbar (nur LEA-Mandanten / Behoerden) — bei Privatsektor-FRT auf Art. 9(2)(a) (explicit consent) + DPIA-Pflicht-Liste verweisen.
|
|
141
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-052022-use-facial-recognition-technology_en
|
|
142
|
+
|
|
143
|
+
### Guidelines 10/2020 — Restrictions under Article 23 GDPR
|
|
144
|
+
- **Status**: adopted 13.10.2021 · final
|
|
145
|
+
- **Topic**: Wann darf nationales Recht Betroffenenrechte einschraenken (Art. 23) — Necessity + Proportionality + spezifische Schutzziele.
|
|
146
|
+
- **Audit-Anwendung**: Bei Mandanten in regulierten Sektoren (FinDLG, GwG, AO) die Auskunfts-/Loesch-Rechte einschraenken: brutaler-Skill prueft ob Einschraenkung Art. 23-konform ist (vs. ueberbreite Pauschale).
|
|
147
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-102020-restrictions-under-article-23-gdpr_en
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## Cluster 4: Internationale Uebermittlungen (Kap. V + Art. 48/49 + Schrems-II)
|
|
152
|
+
|
|
153
|
+
### Guidelines 02/2024 — Article 48 GDPR (Disclosures to Third-Country Authorities)
|
|
154
|
+
- **Status**: adopted 05.06.2025 · final
|
|
155
|
+
- **Topic**: Wann darf Controller/Processor personenbezogene Daten an Drittland-Behoerden auf Anfrage uebermitteln (zB. US-Subpoena, China-Government-Request). Art. 48 verlangt international agreement (MLAT) ODER andere Art-46-Garantie + Art-49-Ausnahme.
|
|
156
|
+
- **Audit-Anwendung**: Bei Mandanten mit US-Konzern-Mutter / China-Sub: brutaler-Skill flagt jede pauschale "wir kooperieren mit Behoerdenanfragen"-Klausel als Art-48-Verstoss wenn kein MLAT-Vehicle dokumentiert.
|
|
157
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-022024-article-48-gdpr_en
|
|
158
|
+
|
|
159
|
+
### Guidelines 05/2021 — Interplay between Article 3 and International Transfers (Chapter V GDPR)
|
|
160
|
+
- **Status**: adopted 24.02.2023 · final
|
|
161
|
+
- **Topic**: Drei-Kriterien-Test fuer "transfer": (1) Controller/Processor in EU subject to GDPR, (2) discloses/makes-available data, (3) recipient in third country. Klaerung: GDPR gilt extraterritorial, aber Transfer-Begriff ist enger.
|
|
162
|
+
- **Audit-Anwendung**: Bei Mandanten mit Drittland-Subunternehmern: brutaler-Skill prueft ob "transfer" iSd Kap. V vorliegt (= alle 3 Kriterien) und damit SCC/BCR/Adequacy-Pflicht.
|
|
163
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-052021-interplay-between-application-article-3_en
|
|
164
|
+
|
|
165
|
+
### Guidelines 04/2021 — Codes of Conduct as Tools for Transfers
|
|
166
|
+
- **Status**: adopted 22.02.2022 · final
|
|
167
|
+
- **Topic**: Voraussetzungen fuer Code-of-Conduct als Art. 46(2)(e)-Transfer-Mechanismus.
|
|
168
|
+
- **Audit-Anwendung**: Bei Mandanten die CoC statt SCC nutzen wollen: brutaler-Skill prueft Approval-Status + Monitoring-Body.
|
|
169
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-042021-codes-conduct-tools-transfers_en
|
|
170
|
+
|
|
171
|
+
### Guidelines 07/2022 — Certification as a Tool for Transfers
|
|
172
|
+
- **Status**: adopted 24.02.2023 · final
|
|
173
|
+
- **Topic**: Voraussetzungen fuer Zertifizierungen als Art. 46(2)(f)-Transfer-Mechanismus.
|
|
174
|
+
- **Audit-Anwendung**: Schmal — relevant wenn Mandant zertifizierungsbasierten Transfer-Mechanismus dokumentiert (selten in Praxis).
|
|
175
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-072022-certification-tool-transfers_en
|
|
176
|
+
|
|
177
|
+
### Guidelines 02/2020 — Articles 46(2)(a) and 46(3)(b) (Transfers between EEA and non-EEA Public Authorities)
|
|
178
|
+
- **Status**: adopted 15.12.2020 · final
|
|
179
|
+
- **Topic**: Sektorvereinbarungen zwischen Behoerden als Art. 46-Garantie.
|
|
180
|
+
- **Audit-Anwendung**: Behoerden-Mandanten only.
|
|
181
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-22020-articles-46-2-and-46-3-b-regulation_en
|
|
182
|
+
|
|
183
|
+
### Guidelines 02/2018 — Derogations of Article 49 under Regulation 2016/679
|
|
184
|
+
- **Status**: adopted 25.05.2018 · final
|
|
185
|
+
- **Topic**: Strenge Auslegung der Ausnahmen Art. 49 (kein Adequacy, keine SCC) — explicit consent, contract-necessity, important-public-interest. NICHT als routine-Vehicle nutzbar.
|
|
186
|
+
- **Audit-Anwendung**: brutaler-Skill flagt Mandanten die Art. 49 als Standard-Transfer-Mechanismus berufen ("notwendig fuer Vertragserfuellung mit US-Anbieter") — Art. 49 ist Ausnahme, nicht Regel.
|
|
187
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-22018-derogations-article-49-under-regulation_en
|
|
188
|
+
|
|
189
|
+
### Guidelines 03/2018 — Territorial Scope of the GDPR (Article 3)
|
|
190
|
+
- **Status**: adopted 12.11.2019 · final (after public consultation)
|
|
191
|
+
- **Topic**: Article 3 — establishment-criterion + targeting-criterion. Definiert wann nicht-EU-Anbieter doch GDPR-pflichtig sind (zB. US-SaaS mit EU-Kundenbasis).
|
|
192
|
+
- **Audit-Anwendung**: Bei nicht-EU-Mandanten oder Mandanten mit nicht-EU-Subprocessors: brutaler-Skill prueft Targeting-Test (gezielt EU-Markt? EU-Sprache? EUR-Preise? EU-Versand?).
|
|
193
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-32018-territorial-scope-gdpr-article-3-version_en
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
## Cluster 5: Betroffenenrechte (Art. 12-22)
|
|
198
|
+
|
|
199
|
+
### Guidelines 01/2022 — Data Subject Rights — Right of Access
|
|
200
|
+
- **Status**: adopted 17.04.2023 · final
|
|
201
|
+
- **Topic**: Art. 15 — Umfang, Form, Fristen, Ausnahmen + Verhaeltnis zu Beschraenkungen Art. 12(5).
|
|
202
|
+
- **Audit-Anwendung**: KRITISCH fuer DSAR-Audit. brutaler-Skill prueft: (a) wird der volle Datensatz herausgegeben (nicht nur "die wichtigen"), (b) Identitaetspruefung-Verhaeltnismaessigkeit (Para 73+), (c) max-3-Monats-Frist (Art. 12(3)) eingehalten, (d) keine Pauschal-Gebuehren.
|
|
203
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-012022-data-subject-rights-right-access_en
|
|
204
|
+
|
|
205
|
+
### Guidelines 05/2019 — Criteria of the Right to be Forgotten in Search Engines (Part 1)
|
|
206
|
+
- **Status**: adopted 07.07.2020 · final
|
|
207
|
+
- **Topic**: Art. 17 — Loeschung/De-Listing-Kriterien fuer Suchmaschinen post-Google-Spain.
|
|
208
|
+
- **Audit-Anwendung**: Schmal — relevant fuer SEO/Reputations-Mandanten + RTBF-Antraege.
|
|
209
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-52019-criteria-right-be-forgotten-search_en
|
|
210
|
+
|
|
211
|
+
### WP242 rev.01 — Right to Data Portability (WP29-endorsed)
|
|
212
|
+
- **Status**: adopted 25.05.2018 (Endorsement 1/2018) · final
|
|
213
|
+
- **Topic**: Art. 20 — Format-Pflichten (machine-readable + interoperable), Scope (nur consent + contract-Daten, nicht LegInt).
|
|
214
|
+
- **Audit-Anwendung**: Skill zitiert bei Portability-Audit. Cite "EDPB-endorsed WP242".
|
|
215
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/general-guidance/endorsed-wp29-guidelines_en
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
## Cluster 6: Privacy-by-Design + Zertifizierung + Codes
|
|
220
|
+
|
|
221
|
+
### Guidelines 04/2019 — Article 25 Data Protection by Design and by Default
|
|
222
|
+
- **Status**: adopted 20.10.2020 · final
|
|
223
|
+
- **Topic**: Art. 25 — 7 Principle-Categories (Effectiveness, Necessity, Proportionality, etc.) + Concrete-Mappings.
|
|
224
|
+
- **Audit-Anwendung**: Bei Software-/Produkt-Audits: brutaler-Skill prueft ob Default-Settings privacy-friendly sind (Para 80+) und ob "Effectiveness" der gewaehlten Massnahmen dokumentiert ist.
|
|
225
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-42019-article-25-data-protection-design-and_en
|
|
226
|
+
|
|
227
|
+
### Guidelines 01/2018 — Certification and Identifying Certification Criteria (Art. 42 + 43)
|
|
228
|
+
- **Status**: adopted 04.06.2019 · final
|
|
229
|
+
- **Topic**: Anforderungen an Datenschutz-Zertifizierungen + Akkreditierung der Zertifizierungsstellen.
|
|
230
|
+
- **Audit-Anwendung**: Schmal — relevant nur bei Mandanten die Zertifizierung (zB. EuroPriSe, ePrivacyseal) als Compliance-Beweis fuehren.
|
|
231
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-12018-certification-and-identifying_en
|
|
232
|
+
|
|
233
|
+
### Guidelines 04/2018 — Accreditation of Certification Bodies (Art. 43)
|
|
234
|
+
- **Status**: adopted 14.12.2018 · final
|
|
235
|
+
- **Topic**: Voraussetzungen fuer Akkreditierungsstellen.
|
|
236
|
+
- **Audit-Anwendung**: Schmal.
|
|
237
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-42018-accreditation-certification-bodies_en
|
|
238
|
+
|
|
239
|
+
### Guidelines 01/2019 — Codes of Conduct and Monitoring Bodies
|
|
240
|
+
- **Status**: adopted 04.06.2019 · final
|
|
241
|
+
- **Topic**: Anforderungen an CoCs gem. Art. 40 + Monitoring-Bodies Art. 41.
|
|
242
|
+
- **Audit-Anwendung**: brutaler-Skill prueft bei Mandanten die CoC-Mitgliedschaft als Compliance-Argument fuehren ob CoC genehmigt + Monitoring funktional ist.
|
|
243
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-12019-codes-conduct-and-monitoring-bodies_en
|
|
244
|
+
|
|
245
|
+
---
|
|
246
|
+
|
|
247
|
+
## Cluster 7: Data Breach + DPIA + DPO
|
|
248
|
+
|
|
249
|
+
### Guidelines 09/2022 — Personal Data Breach Notification under GDPR
|
|
250
|
+
- **Status**: adopted 04.04.2023 · final (loest WP250 rev.01 ab)
|
|
251
|
+
- **Topic**: Art. 33/34 — 72h-Frist + Risk-Threshold fuer Notification + Inhalt des Notification-Reports + Documentation-Pflicht.
|
|
252
|
+
- **Audit-Anwendung**: KRITISCH bei jedem Incident-Audit. brutaler-Skill prueft: (a) Detection-to-Notification-Latenz (Para 28+), (b) Risk-Assessment dokumentiert, (c) Affected-Individuals-Notification bei "high risk" (Art. 34), (d) Internal-Documentation auch bei nicht-meldepflichtigen Breaches.
|
|
253
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-92022-personal-data-breach-notification-under_en
|
|
254
|
+
|
|
255
|
+
### Guidelines 01/2021 — Examples regarding Personal Data Breach Notification
|
|
256
|
+
- **Status**: adopted 03.01.2022 · final
|
|
257
|
+
- **Topic**: 18 konkrete Beispiele (Ransomware, Lost Device, Misdirected Email, etc.) mit Notification-Bewertung.
|
|
258
|
+
- **Audit-Anwendung**: Quick-Reference im Breach-Audit — Skill matcht Mandanten-Incident gegen die 18 Beispielkategorien fuer Risk-Bewertung.
|
|
259
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-012021-examples-regarding-personal-data-breach_en
|
|
260
|
+
|
|
261
|
+
### WP248 rev.01 — Data Protection Impact Assessment (DPIA) (WP29-endorsed)
|
|
262
|
+
- **Status**: adopted via Endorsement 1/2018 · final
|
|
263
|
+
- **Topic**: Art. 35 — 9-Kriterien-Liste fuer "high risk" + DPIA-Methodik. Ab 2 von 9 Kriterien = DPIA-Pflicht.
|
|
264
|
+
- **Audit-Anwendung**: Standard-Reference fuer DPIA-Audit. Skill zaehlt fuer jede Verarbeitungstaetigkeit die zutreffenden Kriterien (evaluation/scoring, automated decisions, systematic monitoring, sensitive data, large scale, matching, vulnerable subjects, innovative tech, prevents-rights). >=2 Kriterien -> DPIA-Pflicht.
|
|
265
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/general-guidance/endorsed-wp29-guidelines_en
|
|
266
|
+
|
|
267
|
+
### WP243 rev.01 — Data Protection Officers (DPO) (WP29-endorsed)
|
|
268
|
+
- **Status**: adopted via Endorsement 1/2018 · final
|
|
269
|
+
- **Topic**: Art. 37-39 — Mandatory-Designation-Kriterien + DPO-Position + Tasks.
|
|
270
|
+
- **Audit-Anwendung**: brutaler-Skill prueft Designation-Pflicht (Para 2.1+), Independence (Para 3.4), kein Conflict-of-Interest (DPO != IT-Lead / Compliance-Officer mit Weisungsbefugnis).
|
|
271
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/general-guidance/endorsed-wp29-guidelines_en
|
|
272
|
+
|
|
273
|
+
### Guidelines 01/2023 — Article 37 Law Enforcement Directive
|
|
274
|
+
- **Status**: adopted 19.06.2024 · final
|
|
275
|
+
- **Topic**: ACHTUNG: NICHT GDPR-DPO. Diese Guideline betrifft Art. 37 LED — also Datenuebermittlungen im Kontext der Law-Enforcement-Directive (Polizei-/Justiz-Daten zwischen Mitgliedstaaten).
|
|
276
|
+
- **Audit-Anwendung**: Nur fuer LEA-/Behoerden-Mandanten relevant. NICHT als GDPR-DPO-Quelle zitieren.
|
|
277
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-012023-article-37-law-enforcement-directive_en
|
|
278
|
+
|
|
279
|
+
---
|
|
280
|
+
|
|
281
|
+
## Cluster 8: Sektorspezifisch (Video, Vehicles, Health, Voice, Finance)
|
|
282
|
+
|
|
283
|
+
### Guidelines 03/2019 — Processing of Personal Data through Video Devices
|
|
284
|
+
- **Status**: adopted 30.01.2020 · final
|
|
285
|
+
- **Topic**: CCTV-/Video-Surveillance — Rechtsgrundlagen, Information-Pflichten, Speicherdauer.
|
|
286
|
+
- **Audit-Anwendung**: Bei Mandanten mit Video-Ueberwachung (Hotel, Retail, Buero): brutaler-Skill prueft Schilder-Pflicht (Para 4.1) + Speicher-Default 72h + LegInt-Balancing.
|
|
287
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-32019-processing-personal-data-through-video_en
|
|
288
|
+
|
|
289
|
+
### Guidelines 01/2020 — Connected Vehicles and Mobility Related Applications
|
|
290
|
+
- **Status**: adopted 09.03.2021 · final
|
|
291
|
+
- **Topic**: Daten aus connected cars — Geolokation, Driving-Behavior, Telemetrie.
|
|
292
|
+
- **Audit-Anwendung**: Schmal — Automotive-Mandanten only.
|
|
293
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-012020-processing-personal-data-context_en
|
|
294
|
+
|
|
295
|
+
### Guidelines 03/2020 — Processing of Health Data for Scientific Research (COVID-19 Context)
|
|
296
|
+
- **Status**: adopted 21.04.2020 · final
|
|
297
|
+
- **Topic**: Art. 9(2)(j) Health-Data-Scientific-Research im COVID-Kontext.
|
|
298
|
+
- **Audit-Anwendung**: Schmal — Health-Research-Mandanten.
|
|
299
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-032020-processing-data-concerning-health_en
|
|
300
|
+
|
|
301
|
+
### Guidelines 04/2020 — Use of Location Data and Contact Tracing Tools (COVID-19)
|
|
302
|
+
- **Status**: adopted 21.04.2020 · final
|
|
303
|
+
- **Topic**: COVID-Tracing-Apps, Pseudonymisation-Anforderungen.
|
|
304
|
+
- **Audit-Anwendung**: Historisch (post-COVID) — selten direkt anwendbar, aber Pseudonymisation-Beispiele bleiben relevant.
|
|
305
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-042020-use-location-data-and-contact-tracing_en
|
|
306
|
+
|
|
307
|
+
### Guidelines 02/2021 — Virtual Voice Assistants
|
|
308
|
+
- **Status**: adopted 07.07.2021 · final
|
|
309
|
+
- **Topic**: Alexa/Google-Home/Siri — Always-On-Microphone, Voice-Sample-Storage, Joint-Controller-Frage.
|
|
310
|
+
- **Audit-Anwendung**: Bei Mandanten mit Voice-Integration: brutaler-Skill flagt Hot-Word-Detection-Speicherung + 3rd-Party-Voice-Processing-Transparenz.
|
|
311
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-022021-virtual-voice-assistants_en
|
|
312
|
+
|
|
313
|
+
### Guidelines 06/2020 — Interplay of the Second Payment Services Directive (PSD2) and the GDPR
|
|
314
|
+
- **Status**: adopted 15.12.2020 · final
|
|
315
|
+
- **Topic**: PSD2 Art. 94 + GDPR-Verhaeltnis — Account Information Service Provider, Payment Initiation, Silent-Party-Data.
|
|
316
|
+
- **Audit-Anwendung**: Bei FinTech-/Banking-Mandanten: brutaler-Skill prueft AISP/PISP-Datenfluesse + Silent-Party-Schutz (Daten von Empfaenger-Drittparteien beim Zahlungsverkehr).
|
|
317
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-062020-interplay-second-payment-services_en
|
|
318
|
+
|
|
319
|
+
### Guidelines 07/2020 — Concepts of Controller and Processor in the GDPR
|
|
320
|
+
- **Status**: adopted 07.07.2021 · final
|
|
321
|
+
- **Topic**: Definition Controller / Joint-Controller / Processor — purpose-determination + means-determination.
|
|
322
|
+
- **Audit-Anwendung**: KRITISCH bei AVV-Audit. brutaler-Skill prueft: (a) ist der angeblich-Processor wirklich nur weisungsgebunden, (b) Joint-Controller-Vereinbarung Art. 26 vorhanden wo noetig, (c) Sub-Processor-Cascade dokumentiert.
|
|
323
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-072020-concepts-controller-and-processor-gdpr_en
|
|
324
|
+
|
|
325
|
+
---
|
|
326
|
+
|
|
327
|
+
## Cluster 9: AI + Pseudonymisierung + Blockchain (2025-er Welle)
|
|
328
|
+
|
|
329
|
+
### Guidelines 01/2025 — Pseudonymisation
|
|
330
|
+
- **Status**: adopted 17.01.2025 · public consultation closed (final-after-consultation pending)
|
|
331
|
+
- **Topic**: Erste umfassende EDPB-Guidance zu Pseudonymisation als technical+organizational measure. Definiert Pseudonymisation vs. Anonymization, dokumentiert Re-Identification-Risk-Models, Use-Cases (research, breach mitigation, transfers).
|
|
332
|
+
- **Audit-Anwendung**: brutaler-Skill nutzt diese Guideline um Mandanten-Pseudonymization-Claims zu validieren — ist die "Pseudonymization" wirklich pseudonym (Linkability bleibt mit Schluessel) oder nur weak hashing? Cite Para 30+ fuer Re-Identification-Risk-Test.
|
|
333
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/documents/public-consultations/2025/guidelines-012025-pseudonymisation_en
|
|
334
|
+
|
|
335
|
+
### Guidelines 02/2025 — Processing of Personal Data through Blockchain Technologies
|
|
336
|
+
- **Status**: adopted 14.04.2025 · public consultation closed
|
|
337
|
+
- **Topic**: Blockchain-Architekturen + DSGVO — On-Chain-PII-Verbot (Immutability vs. Art. 17 right-to-erasure), Pseudonymity vs. Anonymity, Smart-Contract-Datenfluesse.
|
|
338
|
+
- **Audit-Anwendung**: Bei Web3-/Crypto-Mandanten: brutaler-Skill flagt jeden On-Chain-PII-Storage als Art-17-Verstoss — auch wenn als hash gespeichert (re-identifiability via known plaintext attack).
|
|
339
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/documents/public-consultations/2025/guidelines-022025-processing-personal-data-through_en
|
|
340
|
+
|
|
341
|
+
### Guidelines 03/2025 — Interplay between the DSA and the GDPR
|
|
342
|
+
- **Status**: adopted 12.09.2025 · public consultation closed
|
|
343
|
+
- **Topic**: Verhaeltnis Digital Services Act <-> DSGVO — Reporting-Verpflichtungen, Transparency-Database, Mod-Decisions.
|
|
344
|
+
- **Audit-Anwendung**: Bei Plattform-Mandanten (>VLOP-Schwelle oder Hosting/Online-Marketplace): brutaler-Skill prueft DSA-Reporting-Trigger + DSGVO-Konflikt-Bereiche.
|
|
345
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/documents/public-consultations/2025/guidelines-32025-interplay-between-dsa-and-gdpr_en
|
|
346
|
+
|
|
347
|
+
### Joint Guidelines (EDPB + EDPS) — Interplay between the DMA and the GDPR
|
|
348
|
+
- **Status**: adopted 09.10.2025 · public consultation closed
|
|
349
|
+
- **Topic**: Digital Markets Act + DSGVO — Gatekeeper-Pflichten, Data-Portability-Klauseln Art. 6(9) DMA, Cross-Service-Data-Combination-Verbot.
|
|
350
|
+
- **Audit-Anwendung**: Sehr schmal — nur bei DMA-Gatekeeper-Mandanten oder Konkurrenten die gegen Gatekeeper vorgehen.
|
|
351
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/documents/public-consultations/2025/joint-guidelines-edpb-edps-interplay-between_en
|
|
352
|
+
|
|
353
|
+
### Guidelines 01/2026 — Processing of Personal Data for Scientific Research Purposes
|
|
354
|
+
- **Status**: adopted 16.04.2026 · public consultation ONGOING (Stand 2026-05-05)
|
|
355
|
+
- **Topic**: Long-awaited Research-Guidelines — Art. 5(1)(b) compatible-purpose, Art. 9(2)(j) special-category-research, Broad-Consent-Modelle.
|
|
356
|
+
- **Audit-Anwendung**: Achtung: noch in consultation — bei Research-Mandanten als "draft, can change" zitieren, nicht als final.
|
|
357
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/documents/public-consultations/2026/guidelines-12026-processing-personal-data_en
|
|
358
|
+
|
|
359
|
+
---
|
|
360
|
+
|
|
361
|
+
## Recommendations (6)
|
|
362
|
+
|
|
363
|
+
### Recommendations 01/2020 — Measures that Supplement Transfer Tools (Schrems-II Supplementary Measures)
|
|
364
|
+
- **Status**: final adopted 18.06.2021 (Draft 10.11.2020) · final
|
|
365
|
+
- **Topic**: 6-Step-Methodology fuer post-Schrems-II-Transfers: (1) Know your transfers, (2) Identify transfer tool, (3) Assess effectiveness in third country, (4) Adopt supplementary measures, (5) Procedural steps, (6) Re-evaluate periodically.
|
|
366
|
+
- **Audit-Anwendung**: KRITISCH bei JEDEM US-/Drittland-Transfer-Audit. brutaler-Skill verlangt dokumentierten 6-Step-Pruefbericht (TIA = Transfer Impact Assessment) — sonst Auditfund "SCC ohne TIA = ungenuegend post-Schrems-II".
|
|
367
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en
|
|
368
|
+
|
|
369
|
+
### Recommendations 02/2020 — European Essential Guarantees for Surveillance Measures
|
|
370
|
+
- **Status**: adopted 10.11.2020 · final
|
|
371
|
+
- **Topic**: 4 Garantien fuer Drittland-Ueberwachungsregime: (1) Clear/precise/accessible rules, (2) Necessity + proportionality, (3) Independent oversight, (4) Effective remedies.
|
|
372
|
+
- **Audit-Anwendung**: Companion zu Rec-01/2020. brutaler-Skill prueft die 4 EEG fuer das jeweilige Drittland (US: FISA-702 schlaegt Garantien (3)+(4); China: alle 4 fragwuerdig; UK: post-Brexit-Adequacy-Decision aber Watch-List).
|
|
373
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-022020-european-essential-guarantees_en
|
|
374
|
+
|
|
375
|
+
### Recommendations 01/2022 — Application for Approval and Elements/Principles in Controller BCR (Art. 47 GDPR)
|
|
376
|
+
- **Status**: adopted 20.06.2023 · final
|
|
377
|
+
- **Topic**: Aktualisierte Controller-BCR-Anforderungen post-Schrems-II.
|
|
378
|
+
- **Audit-Anwendung**: Bei Konzern-Mandanten mit BCR: brutaler-Skill prueft ob BCR die post-Schrems-II-Updates inkorporiert (TIA-Klausel, government-access-transparency, redress-mechanism).
|
|
379
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-12022-application-approval-and_en
|
|
380
|
+
|
|
381
|
+
### Recommendations 01/2025 — 2027 WADA World Anti-Doping Code
|
|
382
|
+
- **Status**: adopted 13.02.2025 · final
|
|
383
|
+
- **Topic**: Sektor-spezifisch — Anti-Doping-Datenverarbeitung im Sport.
|
|
384
|
+
- **Audit-Anwendung**: Schmal — Sport-/Anti-Doping-Mandanten only.
|
|
385
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-12025-2027-wada-world-anti-doping-code_en
|
|
386
|
+
|
|
387
|
+
### Recommendations 02/2025 — Legal Basis for Requiring User Account Creation on E-Commerce Websites
|
|
388
|
+
- **Status**: adopted 04.12.2025 · public consultation closed
|
|
389
|
+
- **Topic**: E-Commerce-Mandatory-Account-Creation — wann ist Account-Pflicht Art. 6(1)(b) (necessary for contract) vs. unzulaessiger Bundling-Verstoss?
|
|
390
|
+
- **Audit-Anwendung**: Bei E-Commerce-Mandanten: brutaler-Skill prueft ob Guest-Checkout angeboten wird; mandatory-account-fuer-1-time-purchase = Auditfund.
|
|
391
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/documents/public-consultations/2025/recommendations-22025-legal-basis-requiring-user_en
|
|
392
|
+
|
|
393
|
+
### Recommendations 01/2026 — Application for Approval and Elements/Principles in Processor BCR (Art. 47 GDPR)
|
|
394
|
+
- **Status**: adopted 19.01.2026 · public consultation closed
|
|
395
|
+
- **Topic**: Processor-BCR-Pendant zu Rec-1/2022.
|
|
396
|
+
- **Audit-Anwendung**: Bei Cloud-/SaaS-Provider-Mandanten mit BCR-Strategy: brutaler-Skill prueft Processor-BCR-Eligibility.
|
|
397
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/documents/public-consultations/2026/recommendations-12026-application-approval-and_en
|
|
398
|
+
|
|
399
|
+
---
|
|
400
|
+
|
|
401
|
+
## Opinions (Top 4 Most-Cited)
|
|
402
|
+
|
|
403
|
+
### Opinion 28/2024 — Data Protection Aspects related to AI Models
|
|
404
|
+
- **Status**: adopted 17.12.2024 · final
|
|
405
|
+
- **Topic**: Drei-Saulen-Antwort auf Irish-DPC-Anfrage: (1) Wann gilt ein AI-Modell als "anonym"? Case-by-case-Test mit (a) Identification-very-unlikely + (b) Extraction-via-queries-very-unlikely. (2) Kann LegInt-Art. 6(1)(f) Rechtsgrundlage fuer Training/Deployment sein? Ja, mit 3-Step-Test (siehe Guidelines 01/2024). (3) Was wenn das Modell aus rechtswidrig verarbeiteten Daten gebaut wurde? "Fruit of the poisonous tree"-Doktrin: Folge-Verarbeitungen koennen ebenfalls rechtswidrig sein.
|
|
406
|
+
- **Audit-Anwendung**: KRITISCH bei AI/LLM-Mandanten. brutaler-Skill flagt: (a) "Modell ist anonym"-Behauptung ohne dokumentierten 2-Test, (b) LegInt fuer Training ohne dokumentierten 3-Step-LIA, (c) Verwendung von Modell-Output ohne Pruefung der Trainings-Daten-Rechtmaessigkeit.
|
|
407
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/opinion-board-art-64/opinion-282024-certain-data-protection-aspects_en
|
|
408
|
+
|
|
409
|
+
### Opinion 22/2024 — Obligations following from Reliance on Processor(s) and Sub-processor(s)
|
|
410
|
+
- **Status**: adopted 09.10.2024 · final
|
|
411
|
+
- **Topic**: 8 Fragen zu Controller-Pflichten in Sub-Processor-Ketten — kein duty-to-audit-jeden-Sub-Processor, aber risk-based Verantwortung. Klaert "ultimately responsible"-Doktrin.
|
|
412
|
+
- **Audit-Anwendung**: Bei AVV-Audit: brutaler-Skill prueft ob Controller die initial-Processor-Selection sorgfaeltig dokumentiert hat + ob Sub-Processor-Cascade-Risk-Bewertung existiert.
|
|
413
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/opinion-board-art-64/opinion-222024-certain-obligations-following_en
|
|
414
|
+
|
|
415
|
+
### Opinion 08/2024 — Valid Consent in the Context of "Consent or Pay" Models (Large Online Platforms)
|
|
416
|
+
- **Status**: adopted 17.04.2024 · final
|
|
417
|
+
- **Topic**: Drei-Faktor-Test fuer "Consent or Pay" auf Large-Platforms: (1) ist die kostenpflichtige Alternative real (nicht prohibitiv-teuer), (2) gibt es eine "less intrusive" no-pay-Alternative ohne behavioral-tracking, (3) ist die consent-Auswahl nicht durch Power-Asymmetrie verzerrt. Default-Antwort: most cases = INVALID consent.
|
|
418
|
+
- **Audit-Anwendung**: Bei Mandanten mit Cookie-Pay-Wall (Spiegel-/Bild-Modell): brutaler-Skill flagt fast-immer als hochriskant; verlangt 3-Faktor-Pruefbericht + Alternative-Path-Dokumentation.
|
|
419
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/opinion-board-art-64/opinion-082024-valid-consent-context-consent-or_en
|
|
420
|
+
|
|
421
|
+
### Opinion 23/2024 — Aptiv Group Controller-BCR (Irish DPA Draft Decision)
|
|
422
|
+
- **Status**: adopted 04.11.2024 · final
|
|
423
|
+
- **Topic**: BCR-Approval-Process-Beispielfall — illustriert wie EDPB die LSA-Draft prueft.
|
|
424
|
+
- **Audit-Anwendung**: Methodology-Reference fuer BCR-Submitter. Selten direkt zitierbar.
|
|
425
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/our-documents/opinion-board-art-64/opinion-232024-controller-binding-corporate-rules_en
|
|
426
|
+
|
|
427
|
+
---
|
|
428
|
+
|
|
429
|
+
## WP29-Endorsed Set (Endorsement 1/2018)
|
|
430
|
+
|
|
431
|
+
EDPB-Endorsement vom 25.05.2018 hat folgende Article-29-Working-Party-Guidelines uebernommen. Mehrere wurden inzwischen durch eigene EDPB-Guidelines abgeloest (s.u. "superseded").
|
|
432
|
+
|
|
433
|
+
| WP-Nr. | Titel | Status |
|
|
434
|
+
|---|---|---|
|
|
435
|
+
| WP259 rev.01 | Guidelines on Consent (2017) | SUPERSEDED durch Guidelines 05/2020 |
|
|
436
|
+
| WP260 rev.01 | Guidelines on Transparency (2017) | aktiv |
|
|
437
|
+
| WP251 rev.01 | Automated Decision-Making and Profiling (2017) | aktiv (Art. 22) |
|
|
438
|
+
| WP250 rev.01 | Personal Data Breach Notification (2017) | SUPERSEDED durch Guidelines 09/2022 |
|
|
439
|
+
| WP242 rev.01 | Right to Data Portability (2017) | aktiv (Art. 20) |
|
|
440
|
+
| WP248 rev.01 | DPIA + High-Risk-Determination (2017) | aktiv (Art. 35) |
|
|
441
|
+
| WP243 rev.01 | Data Protection Officers (DPO) (2017) | aktiv (Art. 37-39) |
|
|
442
|
+
| WP244 rev.01 | Lead Supervisory Authority Identification (2017) | SUPERSEDED durch Guidelines 08/2022 |
|
|
443
|
+
| WP253 | Application + Setting of Administrative Fines (2017) | SUPERSEDED durch Guidelines 04/2022 |
|
|
444
|
+
| WP254 rev.01 | Adequacy Referential (2017) | aktiv |
|
|
445
|
+
|
|
446
|
+
- **Source**: https://www.edpb.europa.eu/our-work-tools/general-guidance/endorsed-wp29-guidelines_en
|
|
447
|
+
|
|
448
|
+
> Audit-Regel: Wenn brutaler-Skill auf einen WP29-Guideline-Topic referenziert (zB. DPIA, Transparency, Profiling), IMMER zitieren als "WPxxx rev.01, EDPB-endorsed via Endorsement 1/2018" — nicht als eigenstaendige WP29-Quelle. Wenn ein Topic durch eine neue EDPB-Guideline abgeloest wurde, NUR die neue zitieren (s. Tabelle "SUPERSEDED").
|
|
449
|
+
|
|
450
|
+
---
|
|
451
|
+
|
|
452
|
+
## Anwendung im Skill-Output
|
|
453
|
+
|
|
454
|
+
### 7-Layer-Citation-Mapping fuer brutaler-anwalt
|
|
455
|
+
|
|
456
|
+
| Audit-Bereich | Primary EDPB-Quelle | Adoption | Sekundaer |
|
|
457
|
+
|---|---|---|---|
|
|
458
|
+
| Cookie-Banner / ePrivacy-Tracking | Guidelines 02/2023 (Art. 5(3)) | 16.10.2024 | Guidelines 03/2022 (dark patterns), Guidelines 05/2020 (consent) |
|
|
459
|
+
| Bussgeld-Layer / Schwere-Bewertung | Guidelines 04/2022 (calculation) | 24.05.2023 | Guidelines 02/2022 (Art. 60), Guidelines 03/2021 (Art. 65) |
|
|
460
|
+
| LegInt / Art. 6(1)(f) | Guidelines 01/2024 (LegInt) | 08.10.2024 | Guidelines 08/2020 (targeting) |
|
|
461
|
+
| Consent-Pruefung | Guidelines 05/2020 (consent) | 04.05.2020 | Opinion 08/2024 (consent-or-pay) |
|
|
462
|
+
| DSAR / Art. 15 | Guidelines 01/2022 (right of access) | 17.04.2023 | WP260 (transparency, endorsed) |
|
|
463
|
+
| Data-Breach / Art. 33-34 | Guidelines 09/2022 (breach notification) | 04.04.2023 | Guidelines 01/2021 (18 examples) |
|
|
464
|
+
| DPIA-Pflicht | WP248 rev.01 (endorsed) | 25.05.2018 | nationaler DPIA-Whitelist je AB |
|
|
465
|
+
| DPO-Designation | WP243 rev.01 (endorsed) | 25.05.2018 | (nicht Guidelines 01/2023 — die ist LED) |
|
|
466
|
+
| AVV / Controller-Processor | Guidelines 07/2020 (concepts) | 07.07.2021 | Opinion 22/2024 (sub-processor obligations) |
|
|
467
|
+
| Schrems-II / SCC + TIA | Recommendations 01/2020 (suppl. measures) | 18.06.2021 | Recommendations 02/2020 (EEG), Guidelines 02/2024 (Art. 48) |
|
|
468
|
+
| Transfer-Scope-Pruefung | Guidelines 05/2021 (Art. 3 vs. Kap. V) | 24.02.2023 | Guidelines 03/2018 (territorial scope) |
|
|
469
|
+
| BCR-Pruefung | Recommendations 01/2022 (Controller-BCR) | 20.06.2023 | Recommendations 01/2026 (Processor-BCR), Opinion 23/2024 |
|
|
470
|
+
| Privacy-by-Design | Guidelines 04/2019 (Art. 25) | 20.10.2020 | — |
|
|
471
|
+
| Joint-Controller / Art. 26 | Guidelines 07/2020 (concepts) | 07.07.2021 | Guidelines 08/2020 (targeting) |
|
|
472
|
+
| AI-Modell-Audit | Opinion 28/2024 (AI models) | 17.12.2024 | Guidelines 01/2024 (LegInt fuer training) |
|
|
473
|
+
| Pseudonymization-Claim-Pruefung | Guidelines 01/2025 (pseudonymisation) | 17.01.2025 | — |
|
|
474
|
+
| Blockchain / On-Chain-PII | Guidelines 02/2025 (blockchain) | 14.04.2025 | Opinion 28/2024 (AI-Anonymity-Test analog) |
|
|
475
|
+
| Plattform / DSA-Compliance | Guidelines 03/2025 (DSA-GDPR) | 12.09.2025 | Joint DMA-GDPR (2025-10-09) |
|
|
476
|
+
| FRT / Biometrics LEA | Guidelines 05/2022 (FRT-LEA) | 17.05.2023 | nationale LED-Umsetzung |
|
|
477
|
+
| Video-Surveillance | Guidelines 03/2019 (video) | 30.01.2020 | nationale BfDI-FAQ |
|
|
478
|
+
| Voice-Assistants | Guidelines 02/2021 (voice) | 07.07.2021 | — |
|
|
479
|
+
| FinTech / PSD2 | Guidelines 06/2020 (PSD2) | 15.12.2020 | nationale BaFin-FAQ |
|
|
480
|
+
| E-Commerce-Account-Pflicht | Recommendations 02/2025 | 04.12.2025 | Guidelines 02/2019 (Art. 6(1)(b)) |
|
|
481
|
+
| Codes-of-Conduct-Mandant | Guidelines 01/2019 (CoC + monitoring) | 04.06.2019 | Guidelines 04/2021 (CoC als transfer tool) |
|
|
482
|
+
| Behoerden-Datenuebermittlung | Guidelines 02/2024 (Art. 48) | 05.06.2025 | Guidelines 02/2018 (Art. 49) |
|
|
483
|
+
|
|
484
|
+
### Quick-Cite-Format im Skill-Output
|
|
485
|
+
|
|
486
|
+
```
|
|
487
|
+
EDPB-Quelle: Guidelines NN/YYYY ("Title"), adopted DD.MM.YYYY
|
|
488
|
+
URL: https://www.edpb.europa.eu/...
|
|
489
|
+
Para X-Y: <konkrete Fundstelle>
|
|
490
|
+
```
|
|
491
|
+
|
|
492
|
+
> Beispiel-Skill-Output:
|
|
493
|
+
> "Auditfund: Mandant nutzt Art. 6(1)(f) (Direct Marketing) ohne dokumentiertes LIA.
|
|
494
|
+
> EDPB-Quelle: Guidelines 01/2024 ("Processing based on Article 6(1)(f) GDPR"),
|
|
495
|
+
> adopted 08.10.2024. URL: https://www.edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-12024-processing-personal-data-based_en
|
|
496
|
+
> Para 11-29: 3-Step-Test (existence / necessity / balancing) ist Pflicht;
|
|
497
|
+
> ohne dokumentiertes LIA = unzulaessige Verarbeitung => Bussgeldrisiko Tier-2."
|
|
498
|
+
|
|
499
|
+
### Update-Pflicht
|
|
500
|
+
|
|
501
|
+
EDPB-Guidelines werden regelmaessig revidiert (ePrivacy 5(3) hatte v1+v2, Article-48 hatte v1+v2.1). brutaler-Skill prueft halbjaerlich (Mai + November) gegen edpb.europa.eu Listing-Page ob Versionen sich geaendert haben — wenn ja, diese Datei aktualisieren + Skill-Reference-Pointer pruefen.
|
|
502
|
+
|
|
503
|
+
---
|
|
504
|
+
|
|
505
|
+
> Ende eu-edpb-guidelines.md · 2026-05-05 · ~33 Guidelines + 6 Recommendations + 4 Top-Opinions + 10 WP29-Endorsed verifiziert.
|