@aegis-scan/skills 0.5.0 → 0.5.2
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/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
|
@@ -7,8 +7,14 @@
|
|
|
7
7
|
> und Az.-Source-URL.
|
|
8
8
|
|
|
9
9
|
**License:** MIT
|
|
10
|
-
**Version:** 3.
|
|
11
|
-
**Status:**
|
|
10
|
+
**Version:** 4.3.0 (siehe [`CHANGELOG.md`](./CHANGELOG.md))
|
|
11
|
+
**Status:** v4.3.0 Hook-System + WebFetch-Tier-1-Allowlist + Plugin-Manifest + 7 Slash-Commands + Coverage-2026 (EUDR + Data Act + CRA + EHDS + AI-Act-Sub-Tiers).
|
|
12
|
+
Health-Check 10/10 ✓ · 60 Az. mit 100% Source-Coverage · 14 EU/DE-Verordnungen + 23 DE-Spezialgesetze + 17 stack-patterns · 37 Trigger · 49 Tier-1/2-Domains · 11 strukturierte Schadens-Klassen.
|
|
13
|
+
**`secondary-source-derived`-Files in `references/gesetze/` brauchen Primary-Source-Verifikation
|
|
14
|
+
vor Mandanten-Citation** (siehe `references/gesetze/VERIFICATION-STATUS.md`).
|
|
15
|
+
|
|
16
|
+
> **AEGIS-Integration**: dieser Skill ist Teil der AEGIS-OSS-Suite und wird via `@aegis-scan/skills` distributed.
|
|
17
|
+
> Standalone-Plugin-Installation: see top-level [AEGIS README](https://github.com/RideMatch1/a.e.g.i.s).
|
|
12
18
|
|
|
13
19
|
---
|
|
14
20
|
|
|
@@ -138,7 +144,7 @@ brutaler-anwalt/
|
|
|
138
144
|
├── aegis-integration.md # AEGIS-Scanner-Findings → Anwalts-Bewertung
|
|
139
145
|
├── international.md # CCPA / UK-GDPR / DSG / Schrems-II
|
|
140
146
|
├── strafrecht-steuer.md # StGB §202a/263a/269 + GoBD/AO
|
|
141
|
-
├── templates/ #
|
|
147
|
+
├── templates/ # 12 anonymisierte Lehrbuch-Snippets (inkl. VVT-File-Upload + DSFA-Art-9)
|
|
142
148
|
├── gesetze/ # Strukturierte Gesetzes-Auszuege (Phase 2 WIP)
|
|
143
149
|
└── stack-patterns/ # Tech-Stack-spezifische Patterns (Phase 2 WIP)
|
|
144
150
|
```
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
<!-- aegis-local: AEGIS-native skill, MIT-licensed; adversarial DE/EU compliance auditor (DSGVO / DDG / TTDSG / UWG / NIS2 / AI-Act / branchenrecht) with 5-persona self-verification (Hunter / Challenger / Synthesizer + Devil's-Advocate + Live-Probe); consumes AEGIS scanner findings via references/aegis-integration.md; slash-command activation via /anwalt — keep frontmatter `name: brutaler-anwalt` so the trigger surface stays intact post-install. -->
|
|
1
|
+
<!-- aegis-local: AEGIS-native skill, MIT-licensed; adversarial DE/EU compliance auditor (DSGVO / DDG / TDDDG (vormals TTDSG, umbenannt 14.05.2024) / UWG / NIS2 / AI-Act / branchenrecht) with 5-persona self-verification (Hunter / Challenger / Synthesizer + Devil's-Advocate + Live-Probe); consumes AEGIS scanner findings via references/aegis-integration.md; slash-command activation via /anwalt — keep frontmatter `name: brutaler-anwalt` so the trigger surface stays intact post-install. -->
|
|
2
2
|
---
|
|
3
3
|
name: brutaler-anwalt
|
|
4
|
-
description: Adversarial DE/EU Compliance-Auditor mit Multi-Persona-Self-Verification (5 Personas: Hunter/Challenger/Synthesizer + Devil's-Advocate + Live-Probe) fuer DSGVO/UWG/AGB/Impressum/Cookies/AVV/NIS2/AI-Act/Branchen-/Straf-/Steuerrecht. Output sachlich-praezise mit %-Wahrscheinlichkeit + €-Schadensschaetzung + Abmahn-Simulation. Universalskill — branchenagnostisch fuer SaaS/Webseiten/Apps/Vertraege. Aktiviert bei /anwalt, /audit, /compliance-check oder Keywords: dsgvo, datenschutz, impressum, cookie, abmahnung, compliance, agb, avv, drittland, einwilligung, ttdsg, ddg, tmg, uwg, nis2, ai-act, gobd, dsa, urheber, marke, ePrivacy, drittlandtransfer, schrems, eugh, bgh, abmahnanwalt, datenpanne, betroffenenrechte, art-13, art-15, art-83, scc, tia, dsfa, vvt, dpo, dsb, lg-muenchen-google-fonts, fashion-id, dkim, dmarc, single-opt-in, double-opt-in, doi, konfigurator-audit, scanner-selbst-audit, llm-chatbot-dsgvo, smtp-outbound, csrf-origin-bug. KEINE Rechtsberatung i.S.d. RDG.
|
|
4
|
+
description: Adversarial DE/EU Compliance-Auditor mit Multi-Persona-Self-Verification (5 Personas: Hunter/Challenger/Synthesizer + Devil's-Advocate + Live-Probe) fuer DSGVO/UWG/AGB/Impressum/Cookies/AVV/NIS2/AI-Act/Branchen-/Straf-/Steuerrecht. Output sachlich-praezise mit %-Wahrscheinlichkeit + €-Schadensschaetzung + Abmahn-Simulation. Universalskill — branchenagnostisch fuer SaaS/Webseiten/Apps/Vertraege. Aktiviert bei /anwalt, /audit, /compliance-check oder Keywords: dsgvo, datenschutz, impressum, cookie, abmahnung, compliance, agb, avv, drittland, einwilligung, tdddg, ttdsg, ddg, tmg, uwg, nis2, ai-act, gobd, dsa, urheber, marke, ePrivacy, drittlandtransfer, schrems, eugh, bgh, abmahnanwalt, datenpanne, betroffenenrechte, art-13, art-15, art-83, scc, tia, dsfa, vvt, dpo, dsb, lg-muenchen-google-fonts, fashion-id, dkim, dmarc, single-opt-in, double-opt-in, doi, konfigurator-audit, scanner-selbst-audit, llm-chatbot-dsgvo, smtp-outbound, csrf-origin-bug. KEINE Rechtsberatung i.S.d. RDG.
|
|
5
5
|
model: opus
|
|
6
6
|
license: MIT
|
|
7
7
|
metadata:
|
|
8
8
|
required_tools: "shell-ops,file-ops,curl,playwright,aegis-scan"
|
|
9
9
|
required_audit_passes: "2"
|
|
10
|
-
enforced_quality_gates: "
|
|
10
|
+
enforced_quality_gates: "12"
|
|
11
11
|
pre_done_audit: "true"
|
|
12
|
+
version: "4.3.0"
|
|
13
|
+
hook_system: "session_start+prompt_submit+post_write"
|
|
14
|
+
webfetch_allowlist: "49-tier1-domains"
|
|
15
|
+
routing_triggers: "37"
|
|
16
|
+
slash_commands: "audit|simulate|az-verify|dsar-respond|avv-redline|cold-start|health"
|
|
12
17
|
---
|
|
13
18
|
|
|
14
19
|
# Brutaler Anwalt — Adversarial DE/EU Compliance Auditor
|
|
@@ -113,6 +118,23 @@ Dieser Skill agiert NIE ohne Reference-Backup. Vor jedem Output-Schritt:
|
|
|
113
118
|
"BGH X ZR Y/Z entscheidet die Frage", muss diese Az. genauso verifiziert
|
|
114
119
|
sein wie wenn sie aus bgh-urteile.md kaeme.
|
|
115
120
|
|
|
121
|
+
f.1 **EU/DE-Verordnungs-Detail-Files (B.1/B.2 — `references/gesetze/`)**
|
|
122
|
+
— Provenance-Disziplin gilt ANALOG fuer Sanktions-Hoehen, Fristen,
|
|
123
|
+
Artikel-Nummern. Spot-Check 2026-05-02 (12 high-stakes Claims) hat
|
|
124
|
+
~25-33% Error-Rate ergeben (3 substantielle Findings: AI-Act 1,5%->1%
|
|
125
|
+
gefixt, DORA-Frist unvollstaendig gefixt, MiCA Art. 86 vs Art. 111-Drift
|
|
126
|
+
gefixt).
|
|
127
|
+
Pflicht-Lesen vor jedem Citation-Output:
|
|
128
|
+
`references/gesetze/VERIFICATION-STATUS.md`. Dort Status-Klasse pro File:
|
|
129
|
+
- **verified** — zitierbar wie bisher
|
|
130
|
+
- **secondary-source-derived** — bei Citation Pflicht-Disclaimer
|
|
131
|
+
(„Sekundaerquellen-Inhalt — vor Mandanten-Citation gegen
|
|
132
|
+
eur-lex.europa.eu / gesetze-im-internet.de verifizieren")
|
|
133
|
+
- **skeleton-only** — NICHT zitieren
|
|
134
|
+
|
|
135
|
+
Verifikations-Roadmap auf v4.0.0-rc.2: alle `secondary-source-derived`
|
|
136
|
+
auf `verified` umstellen.
|
|
137
|
+
|
|
116
138
|
g. **V3.1-Lessons (post-V3.1-Audit-Vorfall 2026-04-30)** — nicht
|
|
117
139
|
nur Az.-Halluzinationen, sondern auch andere Output-Drift:
|
|
118
140
|
- Wenn Skill eine DSE-Aenderung empfiehlt mit operativer Dimension
|
|
@@ -207,25 +229,35 @@ Der Skill folgt einem festen Drei-Persona-Workflow + Vier-Modi-Routing. Pro Audi
|
|
|
207
229
|
4. **Output** im 4-Sektionen-Format (siehe `## Output-Format` unten)
|
|
208
230
|
5. **Verification** — Self-Test-Checkliste durchgehen vor Done-Claim (siehe `## Verification / Success Criteria` unten)
|
|
209
231
|
|
|
210
|
-
### HUNTER-
|
|
232
|
+
### HUNTER-9-Phasen-Workflow (intern, jeder SCAN-Pass)
|
|
211
233
|
|
|
212
234
|
Per `references/audit-patterns.md`:
|
|
235
|
+
0. **URL-INVENTORY** (V4-Pflicht) — ALLE Pages + API-Routes enumerieren (find page.tsx / sitemap.xml / footer-links / DE-Pflicht-Slug-Probe). DEFAULT: audit alle gefundenen URLs ohne explizite Eingrenzung. Halt-Condition: nicht in Phase 1 wechseln, bevor Pflicht-Pages-Set (impressum/datenschutz/agb/widerruf/widerrufsformular/kontakt + bei Pricing-Page auch /kuendigung + bei Scanner-Service auch /scanner-haftungsausschluss) gepruefft.
|
|
213
236
|
1. HEADER-AUDIT (curl -sSI auf Live-URL)
|
|
214
237
|
2. HTML-LIVE-PROBE (SSR-Inhalt + DOM-Struktur)
|
|
215
|
-
3. IMPRESSUM-AUDIT (DDG §5 + Footer-Link-Resolver)
|
|
216
|
-
|
|
217
|
-
|
|
238
|
+
3. IMPRESSUM-AUDIT (DDG §5 + Footer-Link-Resolver) + § 312k Kuendigungsbutton-Check (V4) + PAngV/MwSt-Check (V4)
|
|
239
|
+
3.5 **MARKETING<->AGB<->DSE-KONSISTENZ-AUDIT** (V3.3-Pattern, post-2026-05-05) — Cross-Doc-Drift zwischen Marketing-Aussagen + AGB-Klauseln + DSE
|
|
240
|
+
3.6 **AZ.-CITATION-PROVENANCE-CHECK** (V3.3-Pattern, post-2026-05-05) — Whitelist-Cross-Check jedes Az. gegen `bgh-urteile.md`; nicht-gelistete Az. nur mit Volltext-Verifikation oder bare § citation
|
|
241
|
+
4. DSE-AUDIT (DSGVO Art. 13 + Drittland + AVV) + Stand-Datum-Code-Drift-Check (V4: `new Date()` in Pflicht-Pages = Drift-Style-3)
|
|
242
|
+
5. COOKIE-/CONSENT-AUDIT (§ 25 TDDDG + Pre-consent-Tracking)
|
|
218
243
|
6. BRANCHEN-LAYER (BORA/HWG/LMIV/etc., wenn identifizierbar)
|
|
244
|
+
6b **DEPLOYMENT-HYGIENE-AUDIT** (V3.3-Pattern, post-2026-05-05) — Robots.txt / X-Robots-Tag / .git-public-leak / `.env`-public-leak / Sitemap-Pflicht-Page-Coverage
|
|
219
245
|
7. CSP-CODE-CROSS-CHECK (wenn Repo-Zugriff)
|
|
220
246
|
8. SCHADENS-DIAGNOSE-FORMEL (SYNTHESIZER-Konsolidierung)
|
|
221
247
|
|
|
222
|
-
**
|
|
248
|
+
**DEFAULT-Scope**: Wenn der User nicht explizit eingrenzt („audit nur /datenschutz"), MUESSEN ALLE Pages des Repos auditiert werden. Bei eingrenztem Scope: Output enthaelt explizit „nicht-auditierte URLs" — Auditor traegt keine Verantwortung fuer das, was er nicht gesehen hat.
|
|
249
|
+
|
|
250
|
+
**Plus optional Sub-Phasen** (V3.3+V4, je nach Site-Typ; werden zwischen Phase 5 und 6 ausgeloest, wenn relevante Surface erkannt):
|
|
223
251
|
- **5b BFSG** (B2C E-Commerce, seit 28.06.2025)
|
|
224
252
|
- **5c UGC-PUBLIC-PII** (Vermisst-/Marketplace-/Forum-Plattformen)
|
|
225
253
|
- **5d KONFIGURATOR-/MULTI-STEP-FORM** (Onboarding-Wizard, Quoting, Customer-Briefing-Pipeline)
|
|
226
|
-
- **
|
|
254
|
+
- **5d.1 DIRECT-FILE-UPLOAD-COMPLIANCE** (V4-Sub-Pattern, post-2026-05-03) — Multi-Step-Form mit File-Upload (Schema-Migration / localStorage / base64-Crash / Path-Traversal / SVG-XSS / Filename-PII / Customer-Receipt / Disk-DoS / Email-Cap / VVT)
|
|
255
|
+
- **5e AI-CHATBOT-/LLM-DSGVO** (Site-weite LLM-Chats: Mistral / OpenAI / major-LLM-providers / Self-hosted)
|
|
227
256
|
- **5f SCANNER-/AUDIT-TOOL-SELBST-AUDIT** (wenn die Site selbst einen Scanner / Audit-Tool als Service anbietet — Smartlaw-Disclaimer + SSRF + Active-Probes-Pflichten)
|
|
228
|
-
- **5g EMAIL-/SMTP-OUTBOUND-COMPLIANCE** (SPF/DKIM-TXT/DMARC + DOI + Cold-Outreach + List-Unsubscribe)
|
|
257
|
+
- **5g EMAIL-/SMTP-OUTBOUND-COMPLIANCE** (SPF/DKIM-TXT/DMARC + DOI + Cold-Outreach + List-Unsubscribe, post-2026-05-05)
|
|
258
|
+
- **5g.4 EMAIL-TEMPLATE-FONT-AUDIT** (V4-Sub-Pattern, post-2026-05-05) — Google Fonts in HTML-Mail-Templates / System-Font-Stack-Pflicht / LG-Muenchen-3-O-17493/20-Analogie
|
|
259
|
+
- **5h B2C/B2B-FUNNEL-KONFLIKT** (B2B-AGB-Klausel vs. oeffentlicher Konfigurator/Buchung — § 13 BGB / § 312g BGB / UWG § 5a, post-2026-05-05)
|
|
260
|
+
- **5i ART-9-BEWEIS-WORKFLOW-AUDIT** (V4-Pattern, post-2026-05-03) — Site verarbeitet besondere Kategorien Art. 9 DSGVO (Gesundheit, biometrisch, etc.) — Beweis-Modi-Audit + Crypto-at-Rest-Pflicht + Aufbewahrungsfristen + Audit-Log-Pflicht-Events + § 22 BDSG-Misuse-Detection
|
|
229
261
|
|
|
230
262
|
### Modi
|
|
231
263
|
|
|
@@ -282,14 +314,14 @@ Stand: [Datum] | Rechtsstand: Deutschland / EU
|
|
|
282
314
|
[2–4 Saetze: Wahrscheinlichkeit Abmahnung/Bussgeld binnen 90 Tagen,
|
|
283
315
|
€-Range Worst-Case, kritischste 1–3 Findings, primaerer Hebel.
|
|
284
316
|
Beispiel: „Abmahn-Wahrscheinlichkeit binnen 12 Wochen: 78%. €-Range
|
|
285
|
-
4.500–18.000. Hauptrisiko: § 25
|
|
317
|
+
4.500–18.000. Hauptrisiko: § 25 TDDDG (Tracker vor Consent) +
|
|
286
318
|
§ 5 DDG (Telefon fehlt) als doppelter UWG-§3a-Hebel."]
|
|
287
319
|
|
|
288
320
|
## 2. Findings (HUNTER + CHALLENGER verified)
|
|
289
321
|
|
|
290
322
|
| # | Wahrsch. | Kritikalitaet | Bereich | Rechtsgrundlage | €-Range | Status | Fix |
|
|
291
323
|
|---|----------|---------------|---------|-----------------|---------|--------|-----|
|
|
292
|
-
| 1 | 87% | 🔴 KRITISCH | Cookie-Consent | § 25
|
|
324
|
+
| 1 | 87% | 🔴 KRITISCH | Cookie-Consent | § 25 TDDDG + Art. 6 DSGVO | 5.000–15.000 | verified | [konkret] |
|
|
293
325
|
| 2 | 64% | 🟡 HOCH | Impressum | § 5 DDG | 800–4.000 | verified | [konkret] |
|
|
294
326
|
| 3 | 31% | 🟢 MITTEL | AGB | § 307 BGB | 0–1.500 | disputed | [konkret] |
|
|
295
327
|
|
|
@@ -357,6 +389,14 @@ Lade nur die passenden References — nicht alle auf einmal. Token-Disziplin.
|
|
|
357
389
|
| Checklisten Impressum/DSE/Cookie/AVV/Datenpanne/Form/E-Commerce/Cold-Outreach | `references/checklisten.md` |
|
|
358
390
|
| BORA (Anwaelte), HOAI (Architekten), HWG (Heilberufe), LMIV (Lebensmittel), MPDG (Medizin), GlueStV (Gluecksspiel), JuSchG, FernUSG, Versicherung, Bank, BfArM | `references/branchenrecht.md` |
|
|
359
391
|
| BGH/EuGH/LG-Urteile mit Az., Datum, Tenor — als Beleg-Datenbank | `references/bgh-urteile.md` |
|
|
392
|
+
| EuGH-DSGVO-Schadensersatz-Linie (Art. 82 DSGVO, 24 verifizierte Urteile, Tier-1+Tier-2 + Anwendungs-Mapping) — Pflicht-Lookup bei Schadensersatz-Argumentation, Bagatell-Schwelle, Befuerchtungs-Schaden, Konzern-Umsatz-Bussgeld-Basis | `references/eu-eugh-dsgvo-schadensersatz.md` |
|
|
393
|
+
| EDPB-Guidelines/Recommendations/Opinions (33+ nummerierte Guidelines, 6 Recommendations, 4 Top-Opinions, WP29-endorsed-Set, 10-Cluster-Index nach Themen Bussgeld/Cookies/Rechtsgrundlagen/Drittland/Betroffenenrechte/PbD/Breach/Sektor/AI/Joint) — primaere Behoerden-Auslegung der DSGVO, Skill zitiert Guideline-ID + Adoption-Datum + URL bei jedem DSGVO-Audit-Befund | `references/eu-edpb-guidelines.md` |
|
|
394
|
+
| Aufsichtsbehoerden-Taetigkeitsberichte 2024 (BfDI/BayLDA/LfDI BW/HmbBfDI/LDI NRW) mit Bussgeld-Statistiken, Top-Faellen, Schwerpunkten + Cross-Cluster-Themen — Marktrealitaets-Anker fuer Bussgeld-Hoehe-Argumentation + Pre-Anwalts-Risiko-Bewertung | `references/de-aufsichtsbehoerden-taetigkeitsberichte-2024.md` |
|
|
395
|
+
| DSK-Beschluesse + Orientierungshilfen (Datenschutzkonferenz Bund/Laender, 29 verifizierte Eintraege in 8 Clustern: M365/Cloud/Telemedien, Beschaeftigtendaten/HinSchG/KI, Auskunft/Schadensersatz/Bussgeld, Drittland, Cookies/Werbung, Sektor, Data-Breach, Standardisierung) — Behoerden-bindende DE-Auslegung; bei jedem DSGVO-Audit-Befund auf passenden DSK-Anker pruefen | `references/de-dsk-beschluesse.md` |
|
|
396
|
+
| AVV/DPA Komplett-Layer (10 Templates: AVV-Standard-DE, AVV-EN-international, SCC-Module-2, SCC-Module-3, UK-IDTA, CH-revDSG-Anhang, TOM-Katalog, Sub-Processor-List, Audit-Klausel-Varianten, Joint-Controller-Vertrag Art. 26) — Workproduct-Layer fuer Auftragsverarbeitungs-Vertraege nach Art. 28 + Drittland-Layer | `references/templates-avv-layer/` |
|
|
397
|
+
| Bussgeld-Argumentations-Layer (15 Mitigations + 10 Aggravations + 11 Bemessungsfaktoren Art. 83 Abs. 2 + EDPB Guidelines 04/2022 + DSK Bussgeldkonzept 2019 + EuGH C-807/21 Deutsche Wohnen + LG Bonn 1&1 + Top-50 EU-Bussgelder strukturiert + Verteidigungs-Strategien post-C-807/21) — bei jedem Bussgeld-Risiko-Memo Pflicht-Lookup | `references/de-bussgeld-argumentations-layer.md` |
|
|
398
|
+
| Az.-Auffuellung Batch 1 (53 voll-verifizierte zusaetzliche Az. in 8 Sektionen: BGH 2024-2026 IZR/VIZR/VIIIZR, BAG-Beschaeftigtendaten + Arbeitszeit + KI, OLG-Art-15-Auskunft, OLG/LG-Schadensersatz post-C-300/21, LG-Cookie-Banner, VG/BVerwG-Aufsichtsbehoerden, EuGH-NICHT-Schadensersatz, AGG-Beweislast bei KI-Tools) — Komplement zu bgh-urteile.md mit ~50 frischen 2024-2026-Faellen | `references/az-auffuellung-batch1.md` |
|
|
399
|
+
| **DE-Statute Tier-1 Skeleton** (25 fehlende DE-Spezialgesetze: HWG, AMG, MPDG, DiGAV, LFGB, GwG, KWG, ZAG, WpHG, ArbZG, NachwG, AGG, BetrVG, HinSchG, VVG, PAngV, VerpackG, ElektroG, DDG, TDDDG, VDuG, RDG, FernUSG, UrhG-UrhDaG, GeschGehG) — paragraphs.md + audit-relevance.md je Statute. **⚠ az-list-unverified Quarantäne**: Top-Az.-Listen wurden aus Domain-Wissen befüllt + agent-flagged als nicht-Volltext-verifiziert; Skill-Output muss bei Az.-Citation aus diesen Files Volltext-Verifikation pflicht durchführen ODER nur §§-Citation nutzen. paragraphs.md-Wortlaute sind close-paraphrase (außer AMG §21/§95 dejure-verifiziert). VERIFICATION-NOTES.md im Folder dokumentiert Pre-Integration-Checkliste. | `references/de-statute-tier1/` |
|
|
360
400
|
| Abmahn-Brief-Templates, Behoerden-Anhoerung-Templates, Unterlassungserklaerung-Vorlage | `references/abmahn-templates.md` |
|
|
361
401
|
| AEGIS-Scanner-JSON-Output konsumieren, Findings mappen auf Rechtsgrundlagen | `references/aegis-integration.md` |
|
|
362
402
|
| CCPA, UK-GDPR, Schweizer DSG, Drittlandtransfer-Details, Schrems-II-Folgen | `references/international.md` |
|
|
@@ -524,7 +564,7 @@ Wenn auch nur **eine** Checkbox nicht erfuellt: NICHT als `done` deklarieren. St
|
|
|
524
564
|
Aktiviere automatisch wenn User in seiner Anfrage erwaehnt:
|
|
525
565
|
- DSGVO / GDPR / Datenschutz
|
|
526
566
|
- Impressum / DDG / TMG / TDDDG
|
|
527
|
-
- Cookie / Cookie-Banner / Consent / TTDSG / § 25
|
|
567
|
+
- Cookie / Cookie-Banner / Consent / TDDDG / TTDSG (Legacy-Alias) / § 25
|
|
528
568
|
- Abmahnung / Abmahn-Anwalt / UWG / Wettbewerb
|
|
529
569
|
- AVV / Auftragsverarbeitung / Drittland / SCC / TIA
|
|
530
570
|
- AGB / Widerrufsrecht / Verbraucherschutz
|
|
@@ -533,6 +573,10 @@ Aktiviere automatisch wenn User in seiner Anfrage erwaehnt:
|
|
|
533
573
|
- NIS2 / KRITIS / BSIG / IT-Sicherheit
|
|
534
574
|
- AI Act / EU AI Act / KI-Verordnung
|
|
535
575
|
- BGH-Urteil / EuGH / Schrems / Fashion-ID / Smartlaw / LG-Muenchen-Google-Fonts
|
|
576
|
+
- Konfigurator / Onboarding-Wizard / Multi-Step-Form / Quoting-Tool
|
|
577
|
+
- B2B-only-AGB / B2C-Funnel / § 13 BGB / § 14 BGB / Verbraucher-Eigenschaft
|
|
578
|
+
- Email-Template / E-Mail-Versand / Newsletter-Template / Transactional-Mail
|
|
579
|
+
- DSE-Versions-Drift / Versionsnummer-Inkonsistenz / Drift-Style-3
|
|
536
580
|
|
|
537
581
|
---
|
|
538
582
|
|
|
@@ -543,7 +587,7 @@ Wenn das Projekt das AEGIS-Scanner-System hat (Indikator: `src/scanner/` mit `ti
|
|
|
543
587
|
1. Pruefe ob ein aktueller AEGIS-Scan-Output existiert (`/tmp/aegis-scan.json` oder `aegis-reports/latest.json`). Wenn nein, schlage SCAN-Lauf vor (`pnpm aegis scan` o.ae.).
|
|
544
588
|
2. Konsumiere AEGIS-Findings:
|
|
545
589
|
- tier1 (DNS/Headers/HSTS) → `it-recht.md` BSI-Referenz
|
|
546
|
-
- tier2 (cookie-audit, embeds-consent, font-provider, tracking-scan) → `dsgvo.md` § 25
|
|
590
|
+
- tier2 (cookie-audit, embeds-consent, font-provider, tracking-scan) → `dsgvo.md` § 25 TDDDG
|
|
547
591
|
- tier3 (cookie-compliance, datenschutz-check, impressum-check, branche) → DSGVO/DDG-Mapping
|
|
548
592
|
3. Mappe AEGIS-Schweregrad auf Anwalts-Kritikalitaet:
|
|
549
593
|
- AEGIS critical → 🔴 KRITISCH (Wahrsch. typisch > 70%)
|
|
@@ -717,6 +761,41 @@ HUNTER → CHALLENGER → SYNTHESIZER (Pflicht) + DEVIL'S ADVOCATE bei Wahrsch.
|
|
|
717
761
|
### Schritt 5: Findings zurueck in den Skill (Battle-Testing-Pattern)
|
|
718
762
|
Neue Patterns die der Audit aufdeckt → zurueck in `references/audit-patterns.md` / `branchenrecht.md` / `bgh-urteile.md`. Skill verbessert sich mit jedem realen Audit (LIVE-Doc-Pattern).
|
|
719
763
|
|
|
764
|
+
### Schritt 6: Sprint-Workflow (Pre-Implementation + Re-Audit, V4-Pattern)
|
|
765
|
+
|
|
766
|
+
Pattern post-Art-9-Workflow-Audit 2026-05-03:
|
|
767
|
+
|
|
768
|
+
1. **Pre-Implementation-Audit** (`/anwalt hunt <thema>`): Skill identifiziert Findings BEVOR Code geschrieben wird. Findings werden in Implementation-Plan als Akzeptanzkriterien aufgenommen.
|
|
769
|
+
2. **Implementation** (z.B. via feature-dev:code-architect, code-reviewer-Agent): Code adressiert Findings 1:1.
|
|
770
|
+
3. **Re-Audit** (`/anwalt hunt <thema>` erneut nach Implementation): Skill verifiziert ob Findings closed sind. Output landet als Audit-Doc in `docs/audits/<thema>-anwalt-<datum>.md` mit Status pro Finding.
|
|
771
|
+
|
|
772
|
+
**Vorteil**: empirische Closure-Verifikation statt Selbst-Behauptung. Ein Restrisiko-Resttreffer im Re-Audit ist akzeptabel wenn dokumentiert.
|
|
773
|
+
|
|
774
|
+
**Beispiel** (post-Art-9-Workflow-Sprint 2026-05-03): Pre-Audit identifizierte 8 Findings (Art. 9 + Art. 7 + § 823 + § 22 BDSG-Misuse + DSFA-fehlt + eIDAS-Beweis + Mitarbeiter-Abtipp + Aufbewahrung). 6 Sprint-Commits + DB-Migrationen. Re-Audit ergab 8/8 closed + 5 neue Findings (4 by-design, 1 P0-Mini-Sprint). Abmahn-Wahrscheinlichkeit von 45-60% auf 5-10% reduziert.
|
|
775
|
+
|
|
776
|
+
### Schritt 7: Pre-Anwalt-Architektur-Review-Pattern (V4-Pattern)
|
|
777
|
+
|
|
778
|
+
Pattern post-File-Upload-Sprint 2026-05-03:
|
|
779
|
+
|
|
780
|
+
Bei groesseren Sprint-Umsetzungen die neue Code-Pfade einfuehren (File-Upload,
|
|
781
|
+
neue API-Routes, Storage-Migration, Auth-Changes): VOR brutaler-anwalt einen
|
|
782
|
+
Architektur-Review-Pass durchlaufen. Brutaler-anwalt audit Compliance-Layer;
|
|
783
|
+
Architektur-Findings (Race-Conditions, falsche API-Position, Encoding-Crashes,
|
|
784
|
+
Schema-Migration-Bugs) sind orthogonal und koennen brutaler-anwalt-Audit
|
|
785
|
+
verfaelschen wenn nicht vorher geschlossen.
|
|
786
|
+
|
|
787
|
+
**Empfohlener Workflow:**
|
|
788
|
+
1. Sprint umgesetzt + Tests gruen
|
|
789
|
+
2. Architektur-Review (z.B. advisor / code-reviewer / strict reviewer-Agent):
|
|
790
|
+
„Welche Architektur-Findings wuerde ein erfahrener Reviewer aufdecken?"
|
|
791
|
+
3. Findings #1-N als Pre-Anwalt-Backlog → fixen ODER bewusst akzeptieren
|
|
792
|
+
4. Brutaler-anwalt-Audit als finaler Compliance-Layer
|
|
793
|
+
5. Anwalt-Findings als post-Anwalt-Backlog → fixen ODER deferred mit Owner
|
|
794
|
+
|
|
795
|
+
**Anti-Pattern:** brutaler-anwalt allein als Sprint-Quality-Gate verwenden
|
|
796
|
+
ohne Architektur-Review. Compliance-Audit findet keine Race-Conditions —
|
|
797
|
+
diese sind aber genauso real fuer Customer-Risk wie DSE-Drift.
|
|
798
|
+
|
|
720
799
|
---
|
|
721
800
|
|
|
722
801
|
## Health-Check (Self-Test fuer Skill-Konsistenz)
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: anwalt:audit
|
|
3
|
+
description: Vollstaendiger 5-Persona-Compliance-Audit der aktuellen Codebase / Website / Vertraege. Loads practice-profile (falls vorhanden) + KB + executes Hunter+Challenger+Synthesizer+Devil's-Advocate+Live-Probe sweep. Output: BRUTALER-AUDIT-<YYYY-MM-DD>.md mit findings (%-Wahrscheinlichkeit + EUR-Range + Az.-Beleg + Mitigation-Code).
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep, Bash, WebFetch
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /anwalt:audit — 5-Persona-Compliance-Audit
|
|
8
|
+
|
|
9
|
+
> Triggert den vollstaendigen brutaler-anwalt-Workflow. Output ist ein
|
|
10
|
+
> File `audits/BRUTALER-AUDIT-YYYY-MM-DD.md` mit Findings + PostWrite-Hook-
|
|
11
|
+
> validierter Disclaimer-Block + Az.-Provenance-Pflicht.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Pre-Audit-Checks (HARD-CONSTRAINT)
|
|
16
|
+
|
|
17
|
+
Bevor Audit startet, verifizieren:
|
|
18
|
+
|
|
19
|
+
1. **Reference-State**: SessionStart-Hook hat `references/INDEX.md` injiziert?
|
|
20
|
+
- Wenn nein → manueller `Read references/INDEX.md` zuerst.
|
|
21
|
+
|
|
22
|
+
2. **Practice-Profile**: existiert `.brutaler-anwalt/profile.md`?
|
|
23
|
+
- Wenn ja → laden, ueberspringt Re-Discovery-Phase.
|
|
24
|
+
- Wenn nein → User darauf hinweisen, `/anwalt:cold-start` zuerst empfehlen (spart 10 Min).
|
|
25
|
+
- Wenn User trotzdem direkt-audit will: minimale Auto-Detection (package.json, README.md, app-Routes).
|
|
26
|
+
|
|
27
|
+
3. **AEGIS-Integration**: existiert `aegis.config.json` oder `src/scanner/`?
|
|
28
|
+
- Wenn ja → AEGIS-Scanner-Output via `aegis scan --json` zuerst, dann Findings in Audit aufnehmen.
|
|
29
|
+
- Wenn nein → ueberspringen, weiter mit static-analysis-Pattern.
|
|
30
|
+
|
|
31
|
+
4. **Audit-Patterns laden**: `references/audit-patterns.md` IMMER laden (V4-Pattern-Methodik).
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 5-Persona-Workflow
|
|
36
|
+
|
|
37
|
+
### Phase 1 — HUNTER (Surface-Sweep)
|
|
38
|
+
|
|
39
|
+
Systematisch alle Audit-Surfaces durchgehen. Pro Surface:
|
|
40
|
+
- Pattern aus `references/audit-patterns.md` anwenden
|
|
41
|
+
- Treffer als Finding-Kandidat notieren (NICHT als Final-Finding)
|
|
42
|
+
|
|
43
|
+
Pflicht-Surfaces (aus SKILL.md):
|
|
44
|
+
1. Header-Audit (HSTS/CSP/Referrer-Policy/Permissions-Policy)
|
|
45
|
+
2. HTML-Live-Probe (Cookie-Banner/Mixed-Content/Public-Static-Files)
|
|
46
|
+
3. Impressum-Audit (§ 5 DDG)
|
|
47
|
+
4. DSE-Audit (DSGVO Art. 13, Drittland, AVV, Drift-Styles 1+2+3+4)
|
|
48
|
+
5. Cookie-/Consent-Audit (§ 25 TDDDG)
|
|
49
|
+
6. Branchen-Layer (per profile.md ODER per detection)
|
|
50
|
+
7. CSP-Code-Cross-Check (3-Surface-Pattern: Repo + CSP-Header + Public-Text)
|
|
51
|
+
8. UGC-PII-Audit (Public-Profile / Marketplace / Lost-Found)
|
|
52
|
+
9. AGB B2C (Pflicht-Klauseln-Komplettliste)
|
|
53
|
+
10. BFSG (B2C E-Commerce ab 28.06.2025)
|
|
54
|
+
11. GoBD/AO (Aufbewahrungs-Cron + Compliance-Frist 6/10 Jahre)
|
|
55
|
+
12. Auth-Flow (bcrypt-cost, MFA, Audit-Log, Session-Cookie-Attribute)
|
|
56
|
+
13. Newsletter-DOI (Confirmation-Token, Unsubscribe-Link)
|
|
57
|
+
14. AI-Act-Compliance (Risk-Class + Transparenz Art 50 + GPAI Art 51)
|
|
58
|
+
15. EUDR-Compliance (wenn Coffee/Soy/Beef/Wood/Cocoa/Rubber/Palm)
|
|
59
|
+
16. Data-Act-Switching-Klauseln (wenn IoT oder Cloud-Provider)
|
|
60
|
+
17. CRA-Pflichten (wenn „Produkt mit digitalen Elementen", Stichtag 11.12.2027)
|
|
61
|
+
18. EHDS-Compliance (wenn Health/MedTech/Heilberuf/Spa-Behandlung)
|
|
62
|
+
|
|
63
|
+
### Phase 2 — CHALLENGER (False-Positive-Filter)
|
|
64
|
+
|
|
65
|
+
Jedes Hunter-Finding gegen-pruefen:
|
|
66
|
+
- Ist das Pattern wirklich ein Verstoss, oder Branche-typischer Edge-Case?
|
|
67
|
+
- Gibt es eine `legitimate-interest`-Begruendung nach Art. 6(1)(f) DSGVO?
|
|
68
|
+
- Ist die Branche-Sonderregel (z.B. Heilberuf-Berufsordnung) erfuellt?
|
|
69
|
+
- Existiert eine Einwilligung im Backend die das Pattern legitim macht?
|
|
70
|
+
|
|
71
|
+
False-Positives als „discarded" markieren mit Begruendung. NICHT loeschen — Audit-Trail.
|
|
72
|
+
|
|
73
|
+
### Phase 3 — SYNTHESIZER (Schadens-Diagnose)
|
|
74
|
+
|
|
75
|
+
Verbleibende Findings konsolidieren. Pro Finding:
|
|
76
|
+
- **%-Wahrscheinlichkeit** (P) — Audit-Patterns-Formel aus `references/audit-patterns.md`
|
|
77
|
+
- **EUR-Range** — aus `references/streitwerte.json` (wenn v4.4.0+) ODER `references/bgh-urteile.md` Schadens-Anker
|
|
78
|
+
- **Az.-Beleg** — mindestens 1 BGH/EuGH/OLG-Urteil mit Source-URL (SKILL.md §5 Az.-Provenance-Pflicht)
|
|
79
|
+
- **Mitigation-Code-Snippet** — fuer Vibecoder-Tauglichkeit
|
|
80
|
+
- **Severity** — LOW (< 5k EUR) / MED (5-50k) / HIGH (50-500k) / CRIT (> 500k)
|
|
81
|
+
|
|
82
|
+
### Phase 4 — DEVIL'S-ADVOCATE (Counter-Audit)
|
|
83
|
+
|
|
84
|
+
Stelle dich auf die Seite des Abmahn-Anwalts:
|
|
85
|
+
- Welcher der Findings ist am leichtesten zu beweisen?
|
|
86
|
+
- Welcher trifft das Pattern eines bekannten DE-Abmahn-Akteurs (Verbraucherzentrale, Gravenreuth, Wettbewerbszentrale, etc.)?
|
|
87
|
+
- Welcher trifft eine aktuelle Welle (Google-Fonts-Welle 2022-2023, Cookie-Banner-Welle 2023-2024, Werbe-E-Mail-Welle 2024-2025)?
|
|
88
|
+
|
|
89
|
+
Diese werden auf SEVERITY+1 hochgestuft.
|
|
90
|
+
|
|
91
|
+
### Phase 5 — LIVE-PROBE (Empirical Verification)
|
|
92
|
+
|
|
93
|
+
Wenn moeglich: tatsaechliche Verify-Commands ausfuehren (`curl`, `playwright`, AEGIS-Scanner).
|
|
94
|
+
- Header-Audit: `curl -sI <url>` → CSP/HSTS/Referrer-Policy check
|
|
95
|
+
- Cookie-Banner: Playwright → page.cookies() vor Consent
|
|
96
|
+
- Drittland-Probe: dig + DNS-Lookup auf Default-CDNs
|
|
97
|
+
|
|
98
|
+
Live-Probe-Ergebnisse als Beweis-Artefakt im Finding citieren.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Output-Format
|
|
103
|
+
|
|
104
|
+
Schreibe `audits/BRUTALER-AUDIT-<YYYY-MM-DD>.md`:
|
|
105
|
+
|
|
106
|
+
```markdown
|
|
107
|
+
# BRUTALER-AUDIT — <Projekt-Name> — <YYYY-MM-DD>
|
|
108
|
+
|
|
109
|
+
> **Haftungsausschluss**: Diese Analyse ist keine Rechtsberatung im Sinne von
|
|
110
|
+
> § 2 RDG (BGH I ZR 113/20 Smartlaw, 09.09.2021) und ersetzt keinen
|
|
111
|
+
> zugelassenen Rechtsanwalt fuer IT-/Datenschutzrecht. Az.-Belege im Output
|
|
112
|
+
> muessen vor Verwendung in Schriftsaetzen anwaltlich gepruefte Primaerquellen
|
|
113
|
+
> sein.
|
|
114
|
+
|
|
115
|
+
## Audit-Metadaten
|
|
116
|
+
|
|
117
|
+
| Feld | Wert |
|
|
118
|
+
|---|---|
|
|
119
|
+
| Audit-Datum | <ISO> |
|
|
120
|
+
| Skill-Version | brutaler-anwalt v4.X.X |
|
|
121
|
+
| Practice-Profile | <pfad oder "kein profile, auto-detection"> |
|
|
122
|
+
| AEGIS-Integration | <ja/nein> |
|
|
123
|
+
| Personas durchlaufen | Hunter ✓ Challenger ✓ Synthesizer ✓ Devil's-Advocate ✓ Live-Probe ✓ |
|
|
124
|
+
| Anzahl Findings | <N> (CRIT: <X> / HIGH: <Y> / MED: <Z> / LOW: <W>) |
|
|
125
|
+
| Gesamt-EUR-Range | <min>-<max> EUR worst-case |
|
|
126
|
+
|
|
127
|
+
## Finding F-001 — <Titel>
|
|
128
|
+
|
|
129
|
+
**Severity**: HIGH
|
|
130
|
+
**Wahrscheinlichkeit**: 75%
|
|
131
|
+
**EUR-Range**: 8.000-25.000 EUR
|
|
132
|
+
**Az.-Beleg**: BGH I ZR 113/20 [primary-source-verified] https://juris.bundesgerichtshof.de/...
|
|
133
|
+
|
|
134
|
+
### Pattern
|
|
135
|
+
<Beschreibung des Verstosses>
|
|
136
|
+
|
|
137
|
+
### Evidence
|
|
138
|
+
<Code-Snippet / HTTP-Header / Screenshot-Pfad>
|
|
139
|
+
|
|
140
|
+
### Mitigation (Vibecoder-tauglich)
|
|
141
|
+
```typescript
|
|
142
|
+
// Konkretes Fix-Code-Snippet
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
### Abmahn-Risiko-Indikator
|
|
146
|
+
<aktuelle Welle / bekannter Akteur / Branchen-Risiko>
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## Finding F-002 — ...
|
|
151
|
+
|
|
152
|
+
...
|
|
153
|
+
|
|
154
|
+
## Devil's-Advocate Hot-List
|
|
155
|
+
|
|
156
|
+
Top-3-Findings die ein Abmahn-Anwalt SOFORT angreifen wuerde:
|
|
157
|
+
1. F-XXX — <kurze Begruendung>
|
|
158
|
+
2. F-YYY — <kurze Begruendung>
|
|
159
|
+
3. F-ZZZ — <kurze Begruendung>
|
|
160
|
+
|
|
161
|
+
## Empfohlene Aktionen (priorisiert)
|
|
162
|
+
|
|
163
|
+
1. **Innerhalb 24h**: <CRIT-Findings>
|
|
164
|
+
2. **Innerhalb 7 Tagen**: <HIGH-Findings>
|
|
165
|
+
3. **Innerhalb 30 Tagen**: <MED-Findings>
|
|
166
|
+
4. **Im naechsten Sprint**: <LOW-Findings>
|
|
167
|
+
|
|
168
|
+
## False-Positives (Audit-Trail)
|
|
169
|
+
|
|
170
|
+
<Findings die Challenger discarded hat, mit Begruendung>
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
**Audit generiert von brutaler-anwalt v4.X.X. PostWrite-Hook hat
|
|
175
|
+
Disclaimer-Block + Finding-ID-Uniqueness + Az.-Provenance verifiziert.**
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Post-Audit
|
|
181
|
+
|
|
182
|
+
Nach dem Schreiben:
|
|
183
|
+
1. PostWrite-Hook validiert automatisch (Exit 2 wenn Fehler).
|
|
184
|
+
2. User-Hint: bei HIGH/CRIT-Findings — `/anwalt:simulate` fuer Abmahn-Schadens-Range-Verfeinerung.
|
|
185
|
+
3. User-Hint: bei Az.-Verdacht — `/anwalt:az-verify <Az>` fuer Primary-Source-Cross-Check.
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## Halt-Conditions
|
|
190
|
+
|
|
191
|
+
- Wenn weniger als 3 Reference-Files geladen: STOP, lade audit-patterns.md + dsgvo.md + bgh-urteile.md zuerst.
|
|
192
|
+
- Wenn Practice-Profile fehlt + User-Stack-Frage unbeantwortet: STOP, frage Branche + Zielgruppe.
|
|
193
|
+
- Wenn AEGIS-Scanner-Output existiert aber nicht gelesen: STOP, integriere AEGIS-Findings.
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: anwalt:avv-redline
|
|
3
|
+
description: AVV-Pruefung gegen Art. 28 DSGVO + EU-SCC (VO 2021/914) + Schrems-II-Drittland-Risiko. Input AVV-PDF / AVV-Text / AVV-URL. Output Redline-Vorschlag (markdown) + Risk-Score + Pflicht-Klauseln-Checkliste. Zweiter Killer-Move neben az-verify.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Bash, WebFetch, Grep
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /anwalt:avv-redline — AVV-Pruefung + Redline
|
|
8
|
+
|
|
9
|
+
> Pruefe einen AVV (Auftragsverarbeitungs-Vertrag) gegen die Pflicht-Inhalte
|
|
10
|
+
> aus Art. 28 DSGVO + EU-SCC + Schrems-II-Risk-Indikatoren. Liefert
|
|
11
|
+
> Redline-Vorschlag + Risk-Score + bessere-Klausel-Vorlage.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Input-Modes
|
|
16
|
+
|
|
17
|
+
### Mode A — AVV-PDF im Projekt
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
/anwalt:avv-redline path=docs/contracts/avv-cloudprovider.pdf
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Mode B — AVV-URL (von Provider hosted)
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
/anwalt:avv-redline url=https://provider.de/dpa.pdf
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Mode C — AVV-Text inline
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
/anwalt:avv-redline text="<copy-paste vom AVV>"
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## Pflicht-Klauseln-Checkliste (Art. 28 DSGVO)
|
|
38
|
+
|
|
39
|
+
Jeder AVV MUSS folgende Inhalte enthalten:
|
|
40
|
+
|
|
41
|
+
### Art. 28(3) Pflicht-Klauseln
|
|
42
|
+
|
|
43
|
+
- [ ] **a) Verarbeitung nur auf dokumentierte Weisung** des Verantwortlichen
|
|
44
|
+
- [ ] **b) Vertraulichkeitsverpflichtung** aller mit den Daten befassten Personen
|
|
45
|
+
- [ ] **c) Technische und organisatorische Massnahmen** nach Art. 32 (TOMs-Anlage)
|
|
46
|
+
- [ ] **d) Sub-Verarbeitung** nur mit vorheriger schriftlicher Genehmigung (allgemein oder spezifisch)
|
|
47
|
+
- [ ] **e) Unterstuetzung** des Verantwortlichen bei Betroffenenrechten (Art. 12-23)
|
|
48
|
+
- [ ] **f) Unterstuetzung** bei Datenpannen (Art. 33), DSFA (Art. 35), vorherige Konsultation (Art. 36)
|
|
49
|
+
- [ ] **g) Loeschung oder Rueckgabe** aller Daten nach Vertragsende (Wahl beim Verantwortlichen)
|
|
50
|
+
- [ ] **h) Audit-Recht** des Verantwortlichen (eigene Pruefung oder beauftragter Pruefer)
|
|
51
|
+
- [ ] **i) Information** bei Weisungsverstoss
|
|
52
|
+
|
|
53
|
+
### EU-SCC-Pflicht (VO 2021/914) bei Drittland
|
|
54
|
+
|
|
55
|
+
Wenn Provider in Drittland sitzt (USA, UK, Schweiz, Indien, etc.):
|
|
56
|
+
|
|
57
|
+
- [ ] **SCC-Modul** korrekt gewaehlt (Modul 1-4 je nach Konstellation)
|
|
58
|
+
- [ ] **Anhang I** korrekt befuellt (Parteien, Dauer, Verarbeitung, Datenkategorien, Betroffenen)
|
|
59
|
+
- [ ] **Anhang II** TOMs spezifisch (nicht generisch)
|
|
60
|
+
- [ ] **Anhang III** Liste Sub-Unter-Auftragsverarbeiter (bei Modul 2/3)
|
|
61
|
+
- [ ] **TIA** (Transfer Impact Assessment) durchgefuehrt + dokumentiert
|
|
62
|
+
- [ ] **Schrems-II-Klauseln**: Zugriff durch oeffentliche Stellen im Drittland addressiert
|
|
63
|
+
- [ ] Bei US-Provider: **EU-US Data Privacy Framework**-Zertifizierung oder Fallback-SCC
|
|
64
|
+
|
|
65
|
+
### Schrems-II-Risiko-Indikatoren (rot-flag)
|
|
66
|
+
|
|
67
|
+
Pruefe AVV auf:
|
|
68
|
+
- 🔴 **CLOUD-Act-Klausel** (US-Government-Zugriff): muss durch zusaetzliche Massnahmen
|
|
69
|
+
adressiert sein (Verschluesselung at-rest, Schluessel beim EU-Kunden)
|
|
70
|
+
- 🔴 **FISA-702-Risiko**: bei US-Provider Pflicht zur TIA-Doku
|
|
71
|
+
- 🔴 **Schiedsklausel** im US-Recht: problematisch, EU-Gerichtsstand-Klausel pflicht
|
|
72
|
+
- 🔴 **Datenexport-Verweigerung**: AVV muss Loeschung/Rueckgabe nach Vertragsende garantieren
|
|
73
|
+
- 🟠 **"Reasonable security measures"**: zu vage, muss spezifisch sein
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## Output-Struktur
|
|
78
|
+
|
|
79
|
+
Erzeuge `avv-redline/AVV-REDLINE-<YYYY-MM-DD>-<provider>.md`:
|
|
80
|
+
|
|
81
|
+
```markdown
|
|
82
|
+
# AVV-Redline — <Provider> — <YYYY-MM-DD>
|
|
83
|
+
|
|
84
|
+
> **Haftungsausschluss**: Diese Pruefung ersetzt keine anwaltliche Beratung
|
|
85
|
+
> i.S.d. § 2 RDG (BGH I ZR 113/20 Smartlaw). Vor Vertragsabschluss
|
|
86
|
+
> rechtsfachliche Pruefung anfordern.
|
|
87
|
+
|
|
88
|
+
## AVV-Metadaten
|
|
89
|
+
|
|
90
|
+
| Feld | Wert |
|
|
91
|
+
|---|---|
|
|
92
|
+
| Provider | <Name> |
|
|
93
|
+
| AVV-Version / Stand | <Datum> |
|
|
94
|
+
| Provider-Sitz | <Land> |
|
|
95
|
+
| Drittland? | <Ja / Nein> |
|
|
96
|
+
| EU-Repraesentant (falls Drittland) | <Name + Adresse> |
|
|
97
|
+
| Verarbeitung | <Beschreibung> |
|
|
98
|
+
|
|
99
|
+
## Pflicht-Klauseln-Status
|
|
100
|
+
|
|
101
|
+
| Pflicht (Art. 28(3)) | Status | Klausel-Nr. im AVV | Anmerkung |
|
|
102
|
+
|---|---|---|---|
|
|
103
|
+
| a) Weisungsverarbeitung | ✅ ok | § 3.1 | konform |
|
|
104
|
+
| b) Vertraulichkeit | ⚠️ teils | § 4 | "reasonable confidentiality" zu vage |
|
|
105
|
+
| c) TOMs | ❌ fehlt | — | TOMs-Anhang fehlt komplett |
|
|
106
|
+
| d) Sub-Verarbeitung | ✅ ok | § 7 | spezifische Genehmigung |
|
|
107
|
+
| e) Unterstuetzung Art. 12-23 | ⚠️ teils | § 9 | Nur Auskunft, nicht Loeschung |
|
|
108
|
+
| f) Datenpanne | ❌ fehlt | — | keine 72h-Notification-Klausel |
|
|
109
|
+
| g) Loeschung/Rueckgabe | ✅ ok | § 11 | konform |
|
|
110
|
+
| h) Audit-Recht | ⚠️ teils | § 12 | nur per Voranmeldung 30d — zu eng |
|
|
111
|
+
| i) Weisungsverstoss-Info | ❌ fehlt | — | keine Klausel |
|
|
112
|
+
|
|
113
|
+
## Schrems-II-Risiko-Indikatoren
|
|
114
|
+
|
|
115
|
+
| Risiko | Status | AVV-Klausel | Empfehlung |
|
|
116
|
+
|---|---|---|---|
|
|
117
|
+
| CLOUD-Act-Zugriff | 🔴 HOCH | n/a | Verschluesselung-at-rest mit Schluesselverwaltung in EU |
|
|
118
|
+
| FISA-702 | 🔴 HOCH | n/a | TIA dokumentieren, zusaetzliche Massnahmen |
|
|
119
|
+
| EU-Gerichtsstand | 🟠 MITTEL | § 18 | Klausel umformulieren auf EU-Gericht |
|
|
120
|
+
|
|
121
|
+
## Risk-Score
|
|
122
|
+
|
|
123
|
+
| Metrik | Wert |
|
|
124
|
+
|---|---|
|
|
125
|
+
| Pflicht-Klauseln vollstaendig | 4/9 (44%) |
|
|
126
|
+
| Schrems-II-Risiken | 3 (2 HOCH, 1 MITTEL) |
|
|
127
|
+
| **Gesamtrisiko** | **HIGH — AVV NICHT abzeichnen ohne Nachverhandlung** |
|
|
128
|
+
|
|
129
|
+
## Redline-Vorschlag
|
|
130
|
+
|
|
131
|
+
### Klausel zu c) TOMs-Anhang (FEHLT, neu einfuegen)
|
|
132
|
+
|
|
133
|
+
**Vorschlag:**
|
|
134
|
+
```
|
|
135
|
+
Anhang II — Technische und organisatorische Massnahmen
|
|
136
|
+
|
|
137
|
+
Der Auftragnehmer ergreift folgende Sicherheitsmassnahmen gemaess Art. 32 DSGVO:
|
|
138
|
+
|
|
139
|
+
1. Zugangskontrolle
|
|
140
|
+
- Authentifizierung mit Multi-Faktor (TOTP / WebAuthn)
|
|
141
|
+
- RBAC / ABAC fuer alle Backend-Endpunkte
|
|
142
|
+
- Audit-Log aller Admin-Zugriffe, 12 Monate Aufbewahrung
|
|
143
|
+
|
|
144
|
+
2. Zugriffskontrolle
|
|
145
|
+
- Berechtigungs-Konzept mit Need-to-Know-Prinzip
|
|
146
|
+
- Datentrennung Mandanten (RLS / Tenant-Isolation)
|
|
147
|
+
- Verschluesselung at-rest (AES-256-GCM, Schluessel KMS-managed)
|
|
148
|
+
|
|
149
|
+
3. Transport-Verschluesselung
|
|
150
|
+
- TLS 1.3 Pflicht, alte TLS-Versionen deaktiviert
|
|
151
|
+
- HSTS mit Preload + Subdomains
|
|
152
|
+
- Certificate-Pinning fuer interne APIs
|
|
153
|
+
|
|
154
|
+
4. Verfuegbarkeit + Wiederherstellbarkeit
|
|
155
|
+
- Backup taeglich, 30 Tage Aufbewahrung
|
|
156
|
+
- RPO < 4h, RTO < 24h
|
|
157
|
+
- DR-Tests jaehrlich, dokumentiert
|
|
158
|
+
|
|
159
|
+
5. Trennungsgebot
|
|
160
|
+
- Test- und Produktionssysteme strikt getrennt
|
|
161
|
+
- Keine Live-Daten in Test
|
|
162
|
+
- Sandboxed Customer-Tenants
|
|
163
|
+
|
|
164
|
+
6. Loeschungs-Konzept
|
|
165
|
+
- Automatische Loeschung gemaess Retention-Policy
|
|
166
|
+
- Loeschungs-Bestaetigung an Verantwortlichen
|
|
167
|
+
- Sub-Verarbeiter-Loeschungs-Pflicht durchgereicht
|
|
168
|
+
|
|
169
|
+
Diese Massnahmen werden regelmaessig (mindestens jaehrlich) ueberprueft und
|
|
170
|
+
ggf. an den Stand der Technik angepasst.
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
### Klausel zu f) Datenpanne (FEHLT)
|
|
174
|
+
|
|
175
|
+
**Vorschlag:**
|
|
176
|
+
```
|
|
177
|
+
§ X — Datenpannen-Meldung (Art. 33 DSGVO)
|
|
178
|
+
|
|
179
|
+
Der Auftragnehmer informiert den Verantwortlichen unverzueglich (in jedem Fall
|
|
180
|
+
binnen 48 Stunden) ueber jede Datenpanne i.S.d. Art. 4 Nr. 12 DSGVO, die
|
|
181
|
+
personenbezogene Daten des Verantwortlichen betrifft. Die Meldung enthaelt
|
|
182
|
+
mindestens:
|
|
183
|
+
|
|
184
|
+
a) Art der Datenpanne (Art. 33(3)(a))
|
|
185
|
+
b) Betroffene Datenkategorien + ungefaehre Anzahl Betroffener
|
|
186
|
+
c) Wahrscheinliche Folgen
|
|
187
|
+
d) Ergriffene oder vorgeschlagene Massnahmen zur Eindaemmung
|
|
188
|
+
|
|
189
|
+
Der Auftragnehmer unterstuetzt den Verantwortlichen bei der Erfuellung der
|
|
190
|
+
Meldepflicht nach Art. 33 + 34 DSGVO und stellt alle erforderlichen
|
|
191
|
+
Informationen zur Verfuegung.
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
### Klausel zu h) Audit-Recht (zu eng — umformulieren)
|
|
195
|
+
|
|
196
|
+
**Original:**
|
|
197
|
+
```
|
|
198
|
+
§ 12 Audit. Der Verantwortliche kann auf eigene Kosten und nach
|
|
199
|
+
vorheriger Anmeldung von mindestens 30 Tagen ein Audit durchfuehren.
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
**Vorschlag (Redline):**
|
|
203
|
+
```
|
|
204
|
+
§ 12 Audit. Der Verantwortliche oder ein von ihm beauftragter unabhaengiger
|
|
205
|
+
Pruefer kann nach angemessener Voranmeldung (in der Regel 14 Tage, bei
|
|
206
|
+
begruendetem Verdacht auf Verstoesse auch kurzfristiger) ein Audit
|
|
207
|
+
durchfuehren. Der Auftragnehmer stellt alle erforderlichen Informationen
|
|
208
|
+
unentgeltlich zur Verfuegung. Bei begruendetem Verdacht entfaellt die
|
|
209
|
+
Voranmeldungsfrist; in diesem Fall steht dem Verantwortlichen das Recht
|
|
210
|
+
zur sofortigen Pruefung zu.
|
|
211
|
+
|
|
212
|
+
Anstelle des Audits kann der Auftragnehmer aktuelle SOC-2-Typ-2- oder
|
|
213
|
+
ISO-27001-Berichte einer unabhaengigen Pruefstelle vorlegen, sofern der
|
|
214
|
+
Verantwortliche damit einverstanden ist.
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
## Empfohlene Aktion
|
|
220
|
+
|
|
221
|
+
🚫 **AVV nicht abzeichnen.** Vorher nachverhandeln:
|
|
222
|
+
1. TOMs-Anhang verlangen (s.o. Vorschlag)
|
|
223
|
+
2. Datenpannen-Klausel einfuegen (s.o.)
|
|
224
|
+
3. Audit-Klausel umformulieren (s.o.)
|
|
225
|
+
4. TIA fuer Drittland-Transfer durchfuehren + als Anhang IV anfuegen
|
|
226
|
+
|
|
227
|
+
Bei Verweigerung des Providers: alternative Provider suchen oder
|
|
228
|
+
Drittland-Transfer ueber zusaetzliche Massnahmen (Verschluesselung mit
|
|
229
|
+
EU-Schluessel) ueber Schrems-II-Konstellation hinaus absichern.
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
## Halt-Conditions
|
|
235
|
+
|
|
236
|
+
- AVV-PDF nicht lesbar: STOP, OCR-Output oder Text-Input verlangen.
|
|
237
|
+
- Provider-Land nicht klar: STOP, Frage stellen.
|
|
238
|
+
- Bei Drittland ohne SCC: SOFORT 🔴-Flag setzen, niemals als „akzeptabel" labeln.
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
|
|
242
|
+
## Disclaimer
|
|
243
|
+
|
|
244
|
+
Diese Pruefung ist eine **technisch-strukturierte Klauseln-Pruefung**. Die
|
|
245
|
+
Endpruefung MUSS durch IT-Recht-Fachanwalt vor Vertragsabschluss erfolgen.
|
|
246
|
+
§ 2 RDG bleibt einschlaegig.
|