@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
|
@@ -10,6 +10,884 @@ Versionierung folgt [SemVer](https://semver.org/lang/de/).
|
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
13
|
+
|
|
14
|
+
## [4.3.0] — 2026-05-15 — Hook-System + Coverage-2026 + Moat-Features + Distribution-Ready
|
|
15
|
+
|
|
16
|
+
> **Cumulative-Section** — diese Version-Bumps koennten als 4.3.0 / 4.3.1 / 4.3.2 / 4.4.0
|
|
17
|
+
> getrennt gefuehrt werden, sind aber alle in einer Push-Iteration mit Advisor-Loop
|
|
18
|
+
> innerhalb 2026-05-15 entstanden. Stand-Snapshot in einem Eintrag dokumentiert.
|
|
19
|
+
|
|
20
|
+
### Coverage-2026 — F-EUDR-1 + F-DATA-ACT-1 + F-CRA-1 + F-EHDS-1 + F-AI-ACT-SUB-1
|
|
21
|
+
|
|
22
|
+
**`references/branchenrecht.md`** — neue Top-Level-Sektion „Agritech / Forst / Rohstoffe / Lieferketten":
|
|
23
|
+
- EUDR (VO 2023/1115) — Stichtag 30.12.2025 Large / 30.06.2026 SME
|
|
24
|
+
- 7 Rohstoffe + Derivate (Kaffee, Kakao, Soja, Rind, Palm, Holz, Kautschuk)
|
|
25
|
+
- Art. 9 Geolokalisierungs-Pflicht + Art. 8 Due-Diligence-Statement-Pflicht
|
|
26
|
+
- Bussgelder Art. 25 — bis 4% Unionsweiten Jahresumsatz + Konfiskation + Marktausschluss
|
|
27
|
+
- LkSG (DE, seit 01.01.2024 bei > 1000 MA) + CSDDD (EU-Folgeregelung)
|
|
28
|
+
|
|
29
|
+
**`references/branchenrecht.md`** — neue Section EHDS (VO 2025/327, in Force 02.03.2025):
|
|
30
|
+
- Primaerverarbeitung (Art. 3-13) + 6 Pflicht-Datenkategorien
|
|
31
|
+
- Sekundaerverarbeitung (Art. 14-22) + HDAB-Antragsverfahren
|
|
32
|
+
- Cross-Reference zu Heilberuf-/Spa-/MedTech-Sektionen
|
|
33
|
+
|
|
34
|
+
**`references/it-recht.md`** — AI-Act-Sub-Tier Detail-Audit:
|
|
35
|
+
- Tier 1 Verbotene Praktiken (Art. 5, seit 02.02.2025) — 8 Sub-Klassen
|
|
36
|
+
- Tier 2 Hochrisiko-KI (Annex III, ab 02.08.2026)
|
|
37
|
+
- Tier 3 GPAI (Art. 51-55, seit 02.08.2025)
|
|
38
|
+
- Tier 4 Transparenz (Art. 50) — Chatbot/Deepfake/AI-Content-Labeling
|
|
39
|
+
- Bussgelder Art. 99 (35M EUR / 7% bei verbotenen Praktiken)
|
|
40
|
+
|
|
41
|
+
**`references/it-recht.md`** — neue Section EU Data Act (VO 2023/2854, ab 12.09.2025):
|
|
42
|
+
- Art. 3-6 IoT-Datenportabilitaet + Art. 8-12 B2B-FRAND
|
|
43
|
+
- Art. 23-31 Cloud-Switching-Pflichten (max 30d Notice, strukturierter Datenexport)
|
|
44
|
+
|
|
45
|
+
**`references/it-recht.md`** — neue Section CRA (VO 2024/2847, Stichtag 11.12.2027):
|
|
46
|
+
- Annex I Sicherheits-Anforderungen + Annex II SBOM-Pflicht
|
|
47
|
+
- Art. 14 — 24h-Vulnerability-Notification an ENISA
|
|
48
|
+
- Art. 24 — FOSS-Steward-Sonderregel
|
|
49
|
+
- Bussgelder Art. 64 — bis 15M EUR / 2,5%
|
|
50
|
+
|
|
51
|
+
**`hooks/triggers.json`** — 9 neue Trigger:
|
|
52
|
+
- `eudr-deforestation` + `lksg-lieferkette`
|
|
53
|
+
- `data-act-iot` + `cra-cyber-resilience` + `ehds-health-data`
|
|
54
|
+
- `ai-act-verboten` + `ai-act-hochrisiko` + `ai-act-gpai` + `ai-act-transparenz`
|
|
55
|
+
- **Total: 28 → 37 Trigger** (alle ReDoS-safe, < 0.3ms gegen 1000-Zeichen-Pathological)
|
|
56
|
+
|
|
57
|
+
### Moat-Features — F-AZ-VERIFY-CMD-1 + F-STREITWERTE-DB-1 + F-BYPASS-COMMENT-1 + F-DSAR-RESPOND-1 + F-AVV-REDLINE-1
|
|
58
|
+
|
|
59
|
+
**`commands/az-verify.md`** — **KILLER-FEATURE** — `/anwalt:az-verify <Az>` Standalone-Command:
|
|
60
|
+
- 3-Stufen-Verification: (1) Lokal-DB, (2) WebFetch Primary-Source, (3) Halluzinations-Pattern-Check
|
|
61
|
+
- 4-stufiges Verdict: VERIFIED / PARTIAL-VERIFIED / UNVERIFIED / HALLUCINATION-SUSPECT
|
|
62
|
+
- Side-Effect: bei neuen Treffern Vorschlag zur DB-Erweiterung (User-Confirm)
|
|
63
|
+
|
|
64
|
+
**`references/streitwerte.json`** — **strukturierte Schadens-DB** (11 Verstoss-Klassen):
|
|
65
|
+
- Pro Klasse: Streitwert-Range + Az.-Anker + Aktor-Multiplikatoren + Branchen-Multiplikatoren + Schwere-Faktoren + Anwalts-Kosten
|
|
66
|
+
- 11 Klassen: google_fonts / cookie_banner / impressum / newsletter_doi / agb_b2c / drittland_us / art13_dse / datenpanne_72h / eudr_geolocation / ai_act_verboten / bfsg_barrierefreiheit
|
|
67
|
+
- Alle Az.-Anker gegen `references/bgh-urteile.md` cross-verified (oder als §-Norm-Anker markiert)
|
|
68
|
+
- Hook-watched: post_write.py validiert streitwerte.json bei Edits
|
|
69
|
+
|
|
70
|
+
**`commands/dsar-respond.md`** — `/anwalt:dsar-respond`:
|
|
71
|
+
- Art-15-DSGVO-Auskunftsanfrage Response-Drafter mit allen 8 Pflicht-Inhalten (Art. 15(1)(a-h))
|
|
72
|
+
- Drittland-Statement + 30d-Frist-Tracking + Identitaetsverifikation-Pflicht
|
|
73
|
+
- Cross-Reference zu Heilberuf/Art-9-Sonderregeln
|
|
74
|
+
|
|
75
|
+
**`commands/avv-redline.md`** — `/anwalt:avv-redline`:
|
|
76
|
+
- AVV-Pruefung gegen Art. 28 DSGVO (9 Pflicht-Klauseln) + EU-SCC (VO 2021/914)
|
|
77
|
+
- Schrems-II-Risiko-Indikatoren (CLOUD-Act / FISA-702 / EU-Gerichtsstand)
|
|
78
|
+
- Redline-Vorschlag mit konkreten Klausel-Templates (TOMs / Datenpanne / Audit-Recht)
|
|
79
|
+
|
|
80
|
+
**`hooks/post_write.py`** — Bypass-Comment-System (3 Granularitaeten):
|
|
81
|
+
- `<!-- brutaler-anwalt: bypass-all, reason="..." -->` — alle Gates uebersprungen
|
|
82
|
+
- `<!-- brutaler-anwalt: bypass-disclaimer, reason="..." -->` — nur Disclaimer-Check
|
|
83
|
+
- `<!-- brutaler-anwalt: bypass-az-check, reason="..." -->` — nur Az.-Check (per-Finding, granular)
|
|
84
|
+
|
|
85
|
+
### Security-Hardening — F-SECURITY-HOOKS-1 + F-BLOCKING-1
|
|
86
|
+
|
|
87
|
+
**`commands/audit.md` + `commands/simulate.md`** — Geshippter Bug (gemeldet im 1. advisor-Pass):
|
|
88
|
+
- plugin.json registrierte `/anwalt:audit` + `/anwalt:simulate` ohne File. Beide Commands jetzt vollstaendig dokumentiert (Workflow + Output-Format + Halt-Conditions).
|
|
89
|
+
|
|
90
|
+
**`hooks/post_write.py`** — 3 Security-Erweiterungen:
|
|
91
|
+
- **Path-Traversal-Defense**: `realpath()` + Forbidden-Prefix-Liste (`/etc/`, `/var/`, `/usr/`, `/sys/`, `/proc/`, `/dev/`, `/private/etc/`, `/private/var/`, `/Library/Keychains/`) — refused mit Security-Warning
|
|
92
|
+
- **Max-Size-Cap**: 5 MB — File darueber → Warnung + skip
|
|
93
|
+
- **ReDoS-Audit**: alle 28 (jetzt 37) Trigger-Patterns gegen 1000-Zeichen-Pathological-Input, alle < 0.3ms
|
|
94
|
+
|
|
95
|
+
**`hooks/post_write.py`** — Erweiterte Path-Patterns:
|
|
96
|
+
- `COMPLIANCE-AUDIT-*` (Customer-Audit-Pattern entdeckt im Battle-Test)
|
|
97
|
+
- `*-AUDIT-YYYY-MM-DD*`
|
|
98
|
+
- `ABMAHN-SIMULATION-*`, `DSAR-YYYY-MM-DD-*`, `AVV-REDLINE-*`
|
|
99
|
+
- `references/streitwerte.json` + `references/bgh-urteile.md` (JSON-aware window 10 statt 4 Zeilen)
|
|
100
|
+
|
|
101
|
+
**`hooks/post_write.py`** — Tightened Suspicious-Az.-Patterns:
|
|
102
|
+
- Entfernt: zu-breite Regex `\b\d{4}/22\b` (war False-Positive auf legit 2022er-Az.)
|
|
103
|
+
- Behalten: spezifische Placeholders 1234/_, 9999/_, 1111/_, 0000/_, 5678/_, konsekutive Ziffern, runde Tausender
|
|
104
|
+
|
|
105
|
+
### Distribution — F-CI-WORKFLOW-1 + F-INSTALL-DOCS-1 + F-AEGIS-OSS-RELEASE-1 + F-HEALTH-CHECK-2
|
|
106
|
+
|
|
107
|
+
**`.github/workflows/health.yml`** — GitHub-Actions-CI mit 6 Steps:
|
|
108
|
+
- health-check.sh (10 Konsistenz-Checks)
|
|
109
|
+
- test-triggers.sh (40 Trigger-Regression-Tests)
|
|
110
|
+
- plugin.json-Schema-Validation + Command-File-Existenz-Check
|
|
111
|
+
- WebFetch-Allowlist-Mindestgroesse (>= 30 Domains)
|
|
112
|
+
- ReDoS-Audit aller Trigger-Patterns
|
|
113
|
+
- Markdown-Only-Invariant in references/
|
|
114
|
+
|
|
115
|
+
**`scripts/test-triggers.sh`** — Regression-Test-Harness:
|
|
116
|
+
- 37 positive Trigger-Tests + 3 negative Tests
|
|
117
|
+
- 40/40 Tests bestanden
|
|
118
|
+
|
|
119
|
+
**`scripts/health-check.sh`** — Erweitert von 6 → 10 Checks:
|
|
120
|
+
- (7) Hooks Python-syntax-clean
|
|
121
|
+
- (8) triggers.json regex-valid
|
|
122
|
+
- (9) plugin.json schema-valid + version-match
|
|
123
|
+
- (10) settings.json WebFetch-Allowlist >= 30 Domains
|
|
124
|
+
|
|
125
|
+
**`README.md`** — Install-Section mit:
|
|
126
|
+
- Schnell-Install (symlink-based)
|
|
127
|
+
- Hook-Aktivierungs-Verifikation (3-Stufen-Anleitung)
|
|
128
|
+
- Manuelle Hook-Verifikation ohne Restart
|
|
129
|
+
- Disable-Switch (env-var + bypass-comments)
|
|
130
|
+
- CI-Integration
|
|
131
|
+
- Slash-Commands-Table (alle 7 Commands)
|
|
132
|
+
|
|
133
|
+
**Standalone-Git-Repo** initiert in `~/.claude/skills/brutaler-anwalt/`:
|
|
134
|
+
- 134 Files committed, MIT-Lizenz
|
|
135
|
+
- Bereit fuer `git remote add origin <github-url>` + Push
|
|
136
|
+
|
|
137
|
+
### Battle-Test gegen 4 echte Audit-Files — F-BATTLE-TEST-1
|
|
138
|
+
|
|
139
|
+
Hooks erfolgreich getestet gegen 4 reale Audit-Files (Customer-Codebases + Skill-Self-Audits):
|
|
140
|
+
- 2x Customer-COMPLIANCE-AUDIT-2026-04-30.md — je 27 unsourced Az. detected (= exakt die Halluzinations-Az. aus feedback_brutaler_anwalt_model_knowledge_drifts.md, 2026-04-30-Lesson!)
|
|
141
|
+
- 1x Self-Audit (post-v4.2) — 6 unsourced Az. detected
|
|
142
|
+
- 1x Skill-internal self-audit — silent pass (legitimate, kein FP)
|
|
143
|
+
|
|
144
|
+
Authoring-Cycle First-Application-Risk MITIGATED durch Empirical-Validation.
|
|
145
|
+
|
|
146
|
+
### Plugin-Manifest — Schema-URL bereinigt
|
|
147
|
+
|
|
148
|
+
**`.claude-plugin/plugin.json`** — `$schema`-URL entfernt:
|
|
149
|
+
- Anthropic hat (Stand 2026-05) kein oeffentliches Plugin-JSON-Schema veroeffentlicht
|
|
150
|
+
- `$schema`-Feld war Fantasie-URL — durch `_schema_note` mit Erklaerung ersetzt
|
|
151
|
+
- Hook-Matcher-Syntax `"Write|Edit|MultiEdit"` empirisch verifiziert: Claude-Code parst als „exact-string-OR-list" (NICHT als Regex), korrekt fuer unsere Verwendung. (Source: https://code.claude.com/docs/en/hooks)
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## [4.3.0-initial] — 2026-05-15 — (superseded; alle Adds in v4.3.0 oben enthalten)
|
|
156
|
+
|
|
157
|
+
> Frueher Snapshot dieser Session — wurde vom obigen kumulativen Eintrag abgeloest.
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
> **Mission**: Vergleich gegen `claude-for-legal` (Anthropic, Apache-2, US-fokus, NICHT-adversarial),
|
|
162
|
+
> `legal-audit-de` (FutureRootsDE, MIT, DE/EU, transaktional) und `lawbster-mcp` (PLANIT-TECH, MIT,
|
|
163
|
+
> paid SaaS-Layer) ergab: unser Skill hat die staerkste **Schadens-Quantifizierung + Multi-Persona-
|
|
164
|
+
> Verification + Az.-Provenance-Pflicht**, aber fehlt das **Hook-basierte On-Demand-KB-Loading +
|
|
165
|
+
> Permission-Layer-Enforcement** das die anderen aus dem Claude-Code-Plugin-API ziehen. v4.3.0
|
|
166
|
+
> schliesst genau diese Luecke — ohne Kompromiss an der adversarial Posture.
|
|
167
|
+
|
|
168
|
+
### Hinzugefuegt — F-HOOK-POSTWRITE-1: PostWrite-Hook (Quality-Gates)
|
|
169
|
+
|
|
170
|
+
**`hooks/post_write.py`** (neue Datei, ~150 Zeilen Python):
|
|
171
|
+
- Triggert auf `PostToolUse` (Write|Edit|MultiEdit) wenn Pfad matchet `audits?/`, `compliance/`, `legal-audit/`, `BRUTALER-AUDIT*.md`, `FINDINGS*.md`, `LegalAudit.md`.
|
|
172
|
+
- **Gate 1 (warn, non-blocking)**: Disclaimer-Block in ersten 40 Zeilen (Haftungsausschluss + Keine Rechtsberatung / RDG §2).
|
|
173
|
+
- **Gate 2 (blocking, exit 2)**: Finding-ID-Uniqueness (`## Finding F-NNN` Pattern darf nicht dupliziert sein).
|
|
174
|
+
- **Gate 3 (blocking, exit 2)**: Az.-Provenance — jede BGH/EuGH/BVerfG/OLG/LG-Az. muss Source-Marker haben (Source-URL ODER `[primary-source-verified]` / `[secondary-source-verified]` / `[ungeprueft, ...]` Tag ODER Reference auf `bgh-urteile.md`).
|
|
175
|
+
- **Gate 3b (blocking, exit 2)**: Halluzinations-Verdacht — Az. mit Placeholder-Pattern (`1234/22`, `9999/22`, `1111/22`) werden separat gemeldet, WebFetch-Verifikation pflicht (SKILL.md §5c).
|
|
176
|
+
- Escape-Hatch: `BRUTALER_ANWALT_HOOK_DISABLE=1` env-var disabled alle Hooks.
|
|
177
|
+
|
|
178
|
+
### Hinzugefuegt — F-HOOK-SESSIONSTART-1 + F-HOOK-PROMPTROUTE-1: KB-Routing
|
|
179
|
+
|
|
180
|
+
**`hooks/session_start.py`** (neue Datei, ~50 Zeilen):
|
|
181
|
+
- Laedt `references/INDEX.md` (~5 KB schlanker Master-Index) am Session-Start als `additionalContext`.
|
|
182
|
+
- Statt 5056-Zeilen-Vollload aller References → on-demand-load via Trigger-Match.
|
|
183
|
+
|
|
184
|
+
**`hooks/prompt_submit.py`** (neue Datei, ~120 Zeilen):
|
|
185
|
+
- Regex-Match User-Prompt gegen 28 Trigger aus `hooks/triggers.json`.
|
|
186
|
+
- Bei Match: lazy-load passende reference-Files als `additionalContext` (max 8 Files / 80 KB pro File).
|
|
187
|
+
- Fallback: wenn `audit|compliance|dsgvo|abmahnung`-Keywords matchen aber kein spezifischer Trigger → load `audit-patterns.md` + `dsgvo.md` + `bgh-urteile.md`.
|
|
188
|
+
- Non-Audit-Prompts (z.B. "hello world") werden NICHT polluted — schweigt.
|
|
189
|
+
|
|
190
|
+
**`hooks/triggers.json`** (neue Datei): 28 Trigger fuer Audit-Surfaces:
|
|
191
|
+
- `dsgvo-core`, `cookie-tdddg`, `impressum-ddg`, `agb-vertragsrecht`, `uwg-abmahnung`, `ai-act-ki`, `dsa-platform`, `nis2-bsig`, `strafrecht-it`, `gobd-steuerrecht`
|
|
192
|
+
- `branchen-heilberuf`, `branchen-spa-wellness`, `branchen-finance`, `branchen-edtech`, `branchen-gluecksspiel`, `branchen-medtech-diga`
|
|
193
|
+
- `ugc-marketplace`, `international-transfer`, `az-lookup`, `file-upload-compliance`, `aegis-integration`, `abmahn-simulate`
|
|
194
|
+
- `newsletter-doi-werbung`, `auth-flow-security`, `csp-headers`, `verarbeitungsverzeichnis`, `dsfa-pia`, `bfsg-barrierefreiheit`
|
|
195
|
+
|
|
196
|
+
### Hinzugefuegt — F-WEBFETCH-ALLOWLIST-1: settings.json mit Permission-Whitelist
|
|
197
|
+
|
|
198
|
+
**`settings.json`** (neue Datei):
|
|
199
|
+
- **47 Tier-1/2-Domain-Allowlist** fuer WebFetch:
|
|
200
|
+
- Primaerquellen (DE-Bundesgerichte): juris.bundesgerichtshof.de, bundesgerichtshof.de, bundesverfassungsgericht.de, bundesfinanzhof.de, bundessozialgericht.de, bundesarbeitsgericht.de, bpatg.de, nrwe.justiz.nrw.de, rechtsprechung-im-internet.de
|
|
201
|
+
- Primaerquellen (EU): eur-lex.europa.eu, curia.europa.eu, edpb.europa.eu, edps.europa.eu, ec.europa.eu, digital-strategy.ec.europa.eu, enisa.europa.eu
|
|
202
|
+
- Gesetze: gesetze-im-internet.de, bundesanzeiger.de, dsgvo-gesetz.de, datenschutz-grundverordnung.eu
|
|
203
|
+
- Aufsichtsbehoerden: bfdi.bund.de, datenschutzkonferenz-online.de, lda.bayern.de, datenschutz.hessen.de, datenschutz-berlin.de, lfd.niedersachsen.de, datenschutzzentrum.de, ldi.nrw.de, baden-wuerttemberg.datenschutz.de, bsi.bund.de, bafin.de, bundeskartellamt.de, bundesnetzagentur.de
|
|
204
|
+
- Sekundaerquellen (akzeptiert): dejure.org, openjur.de, rewis.io, medien-internet-und-recht.de, wettbewerbszentrale.de, e-recht24.de, it-recht-kanzlei.de, haerting.de, dr-schwenke.de, datenschutz-notizen.de
|
|
205
|
+
- **Deny-Liste**: wikipedia.org, reddit.com, medium.com — Az.-Verifikation NUR aus Primary/Established-Secondary.
|
|
206
|
+
- Bash-Allowlist eingeengt auf read-only-Operationen (find/grep/cat/jq/git log/git diff/git status — keine destruktiven Operationen).
|
|
207
|
+
- curl + playwright erlaubt fuer Live-Probe-Pattern (Header-Audit, HTML-Live-Probe).
|
|
208
|
+
|
|
209
|
+
### Hinzugefuegt — F-PLUGIN-MANIFEST-1: Proper Claude-Code-Plugin
|
|
210
|
+
|
|
211
|
+
**`.claude-plugin/plugin.json`** (neue Datei):
|
|
212
|
+
- Hook-Registration (SessionStart / UserPromptSubmit / PostToolUse) via Plugin-API.
|
|
213
|
+
- 4 Slash-Commands registriert: `/anwalt:cold-start`, `/anwalt:audit`, `/anwalt:simulate`, `/anwalt:health`.
|
|
214
|
+
- Plugin-Metadaten: displayName, shortDescription, longDescription, defaultPrompts (6 Beispiele), brandColor, license=MIT, category=Compliance.
|
|
215
|
+
- Compatible mit Anthropic-Plugin-Schema (referenziert `https://raw.githubusercontent.com/anthropics/claude-code/main/schemas/plugin.json`).
|
|
216
|
+
|
|
217
|
+
### Hinzugefuegt — F-COLDSTART-CMD-1: `/anwalt:cold-start` Practice-Profile-Interview
|
|
218
|
+
|
|
219
|
+
**`commands/cold-start.md`** (neue Datei):
|
|
220
|
+
- Einmalig pro Projekt: Auto-Detection (Framework/Backend/Hosting/Tracking/Auth/Payment/AI/Email aus package.json) + Interview (9 Fragen: Branche, Zielgruppe, EU-Reichweite, Art-9-Daten, Cookie-Banner, AVV-Status, Anwalts-Pruefung-Historie, Abmahn-Historie, Audit-Ziel).
|
|
221
|
+
- Schreibt `.brutaler-anwalt/profile.md` mit TTL 90 Tage.
|
|
222
|
+
- Jeder folgende `/anwalt:audit` liest dieses Profil zuerst → spart ~10 Min Re-Discovery pro Audit.
|
|
223
|
+
- Halt-Conditions: refuse Overwrite wenn Profile < 7 Tage alt; refuse wenn Projektroot nicht erkennbar.
|
|
224
|
+
|
|
225
|
+
### Hinzugefuegt — F-HEALTH-CMD-1: `/anwalt:health` Slash-Command-Wrapper
|
|
226
|
+
|
|
227
|
+
**`commands/health.md`** (neue Datei): Wrapper um `scripts/health-check.sh` mit klarem Expected-Output und Halt-Condition (kein Auto-Fix bei FAIL).
|
|
228
|
+
|
|
229
|
+
### Hinzugefuegt — F-INDEX-REFS-1: `references/INDEX.md`
|
|
230
|
+
|
|
231
|
+
**`references/INDEX.md`** (neue Datei, ~120 Zeilen):
|
|
232
|
+
- Master-Routing-Index fuer alle 11 Top-Level-References + 3 Sub-Folders (`gesetze/`, `stack-patterns/`, `templates/`).
|
|
233
|
+
- Pro Eintrag: 1-Satz-Description + "Lade bei"-Trigger + Keywords-Liste.
|
|
234
|
+
- Wird vom SessionStart-Hook geladen; UserPromptSubmit-Hook nutzt Keywords fuer Match-Routing.
|
|
235
|
+
|
|
236
|
+
### Geaendert — F-HEALTH-CHECK-2: scripts/health-check.sh
|
|
237
|
+
|
|
238
|
+
**Erweitert von 6 → 10 Checks**:
|
|
239
|
+
- Bisher: Brand-Leak, Az.-Provenance, Verzeichnis-Vollstaendigkeit, Reference-Loading-Map, Templates-anonymisiert, Az-Cross-File-Drifts.
|
|
240
|
+
- **Neu**: (7) Hooks Python-syntax-clean, (8) triggers.json regex-valid, (9) plugin.json schema-valid + version-match, (10) settings.json WebFetch-Allowlist >= 30 Domains.
|
|
241
|
+
- Pflicht-Files-Liste erweitert um 9 neue Files (settings.json, plugin.json, 3 hooks, triggers.json, 2 commands, INDEX.md).
|
|
242
|
+
|
|
243
|
+
### Sicherheits-Improvement
|
|
244
|
+
|
|
245
|
+
- **3-Layer-Defense** gegen Az.-Halluzinationen:
|
|
246
|
+
1. Layer 1 (Skill-Logic, schon ab v3.3): WebFetch-Volltext-Verifikation-Pflicht pro Az.
|
|
247
|
+
2. Layer 2 (NEU v4.3.0, Permission): settings.json-Allowlist verhindert WebFetch auf nicht-Tier-1/2-Quellen.
|
|
248
|
+
3. Layer 3 (NEU v4.3.0, Output-Gate): PostWrite-Hook blockt File-Write mit unsourced/halluzinierter Az. via Exit-Code 2.
|
|
249
|
+
|
|
250
|
+
### Vergleich vs. Konkurrenz nach v4.3.0
|
|
251
|
+
|
|
252
|
+
| Feature | brutaler-anwalt v4.3.0 | claude-for-legal | legal-audit-de | lawbster-mcp |
|
|
253
|
+
|---|---|---|---|---|
|
|
254
|
+
| Adversarial Posture | ✅ 5-Persona + Devil's-Advocate + Live-Probe | ❌ explizit excluded | ⚠️ Issue-Spotting | n/a (Corpus-Layer) |
|
|
255
|
+
| DE/EU-Tiefe | ✅✅ 14 EU-Verordnungen + 23 DE-Gesetze + 60 Az. | ⚠️ GDPR-Sekundaer | ✅ DE/EU-only | ✅ DE/EU-Corpus |
|
|
256
|
+
| €-Schadens-Quantifizierung | ✅ %-Wahrscheinlichkeit + EUR-Range + Abmahn-Sim | ❌ keine | ❌ Severity-CRIT/HIGH/MED/LOW | n/a |
|
|
257
|
+
| Az.-Provenance-Pflicht | ✅✅ 3-Layer (Logic + Permission + Output-Gate) | ⚠️ `[verify]`-Flag | ⚠️ Tier-1-Whitelist | ✅ Corpus-verified |
|
|
258
|
+
| Hook-System | ✅ 3 Hooks (Session/Prompt/Write) | ⚠️ skill-only | ✅ 3 Hooks | ❌ |
|
|
259
|
+
| Branchen-Layer | ✅✅ HWG/MPDG/BORA/FernUSG/Spa/MedTech/Finance | ⚠️ US-Sektoren | ⚠️ basic | n/a |
|
|
260
|
+
| AEGIS-Scanner-Integration | ✅✅ native | ❌ | ❌ | ❌ |
|
|
261
|
+
| Lizenz | MIT | Apache-2 | MIT | MIT |
|
|
262
|
+
| Cost | OSS-frei | OSS-frei | OSS-frei | paid (14-Tage-Trial) |
|
|
263
|
+
|
|
264
|
+
### Migration v4.2.0 → v4.3.0
|
|
265
|
+
|
|
266
|
+
1. **Wenn du den Skill schon hast**: `git pull` (sofern Source-Control); Hooks aktivieren sich automatisch ueber `.claude-plugin/plugin.json` — kein manuelles Setup noetig.
|
|
267
|
+
2. **Hook-Aktivierung**: Claude-Code-Restart (Quit + Reopen) noetig, damit Plugin-Manifest gelesen wird.
|
|
268
|
+
3. **Disable Hooks (Notfall)**: `export BRUTALER_ANWALT_HOOK_DISABLE=1`.
|
|
269
|
+
4. **Health-Check**: `bash scripts/health-check.sh` muss "10/10 ✓ ALL CHECKS PASSED" liefern.
|
|
270
|
+
5. **Cold-Start**: pro Projekt einmal `/anwalt:cold-start` aufrufen, dann ist jedes folgende `/anwalt:audit` 10 Min schneller.
|
|
271
|
+
|
|
272
|
+
---
|
|
273
|
+
|
|
274
|
+
## [5.0.2] — 2026-05-06 — Adversarial-Review Drift-Fixes (5 Findings)
|
|
275
|
+
|
|
276
|
+
> 5 substantive Drifts behoben, die ein P-1-Adversarial-Review-Agent
|
|
277
|
+
> (~14min Background-Analyse, 3 unabhaengige Quellen pro Finding) im
|
|
278
|
+
> v5.0.0-Inhalt aufgedeckt hatte. Alle Findings live-verifiziert via
|
|
279
|
+
> Primaerquellen (gesetze-im-internet.de, dejure.org, dataprotection.ie).
|
|
280
|
+
|
|
281
|
+
### Behoben (P0 — Mandanten-Memo-blockierend)
|
|
282
|
+
|
|
283
|
+
- **D-1** § 13 UWG / § 13a UWG paragraph + threshold drift (commit ab7602a):
|
|
284
|
+
v5.0.0-H-4-Self-Inflict. § 13 Abs. 4 wurde mit § 13a verwechselt, MA-
|
|
285
|
+
Schwelle 100 statt 250 fuer DSGVO-/BDSG-Track. Korrektur:
|
|
286
|
+
- § 13 Abs. 4 Nr. 1: KEINE MA-Schwelle (E-Commerce-Info-Pflichten)
|
|
287
|
+
- § 13 Abs. 4 Nr. 2: < 250 MA (DSGVO/BDSG)
|
|
288
|
+
- § 13 Abs. 5: Reverse-Anspruch (KEIN Vertragsstrafen-Cap)
|
|
289
|
+
- § 13a Abs. 2 + Abs. 3 (NEU als eigene Section): < 100 MA-Schutz +
|
|
290
|
+
1.000-EUR-Vertragsstrafen-Cap
|
|
291
|
+
|
|
292
|
+
- **D-5** Top-50 row #9 Meta 251M date + breach conflation (commit dfd1d4d):
|
|
293
|
+
04.09.2024 → 17.12.2024 (3,5 Mo. off; vermutl. Sept-2024 Meta-Passwort-
|
|
294
|
+
Bussgeld konflatiert). Breach-Scope „533M Profile" → „Datenpannen 09/2018
|
|
295
|
+
(~29M Konten) Art. 25/33 GDPR". Status secondary-only → cross-confirmed.
|
|
296
|
+
|
|
297
|
+
- **D-2** 9 dead /tdddg/ und /tddg/ URLs → /ttdsg/ (commit ca8e06d):
|
|
298
|
+
BMJ behaelt den TTDSG-URL-Slug trotz Umbenennung 14.05.2024.
|
|
299
|
+
Live-verifiziert via curl: /ttdsg/ HTTP 200, /tdddg/ + /tddg/ HTTP 404.
|
|
300
|
+
9 URLs in 6 Files korrigiert + erklaerender Hinweis bei Volltext-Linien.
|
|
301
|
+
|
|
302
|
+
### Behoben (P1 — naechste Session)
|
|
303
|
+
|
|
304
|
+
- **D-3** TTDSG → TDDDG migration completion (commit 79059e3): 5 active
|
|
305
|
+
citations in SKILL.md + 2 in AVV-standard-DE.md (incl. § 16 TTDSG →
|
|
306
|
+
§ 16 TDDDG). Trigger-Keywords: tdddg primary, ttdsg als Legacy-Alias
|
|
307
|
+
(per advisor-recommendation fuer Historic-Query-Discoverability).
|
|
308
|
+
|
|
309
|
+
### Behoben (P2 — Cleanup)
|
|
310
|
+
|
|
311
|
+
- **C-2** EDPB Guideline-IDs canonicalisiert (commit e09fbf7): 38 unpadded
|
|
312
|
+
IDs (8/2022, 2/2023, 1/2024) → zero-padded (08/2022, 02/2023, 01/2024).
|
|
313
|
+
Verify: 0 unpadded post-replace, 88 zero-padded total.
|
|
314
|
+
|
|
315
|
+
### Offen (post-v5.0.2)
|
|
316
|
+
|
|
317
|
+
- **D-4** Duplicate statute structure: gesetze/ + de-statute-tier1/
|
|
318
|
+
beide haben HinSchG/DDG/TDDDG/etc. mit divergierender Inhalte. Keine
|
|
319
|
+
active-drift (beide sind technisch korrekt), aber Drift-Pressure fuer
|
|
320
|
+
zukuenftige Edits. Strukturelle Entscheidung 1-2h — deferred.
|
|
321
|
+
- **C-1** Handover-Stat 45/4/1 → 44/5/1: cosmetic, in gitignored
|
|
322
|
+
handover-Datei. Wenn TikTok 530M / CNIL 325M von secondary-only zu
|
|
323
|
+
cross-confirmed promoted: 44/3/1+2 = 47/3/0.
|
|
324
|
+
|
|
325
|
+
### Hintergrund
|
|
326
|
+
|
|
327
|
+
P-1-Review-Report durable in lokalen Working-Notes (gitignored
|
|
328
|
+
Operator-Workspace, nicht im Skill-Tarball). 13 substantive verified-OK Spot-
|
|
329
|
+
Checks bestaetigen dass Major-Claims ausserhalb dieser 5 Drifts (EuGH-
|
|
330
|
+
Schadensersatz-Daten, 1&1-Reduktion, SCC 2021/914-Versions, revDSG-
|
|
331
|
+
Cutoff, Stack-Pattern-Code-Syntax, YAML-Frontmatter) verifiziert
|
|
332
|
+
korrekt bleiben.
|
|
333
|
+
|
|
334
|
+
---
|
|
335
|
+
|
|
336
|
+
## [5.0.1] — 2026-05-06 — Health-check Frontmatter-Validation
|
|
337
|
+
|
|
338
|
+
Tooling-only patch — keine Inhalts-Aenderungen am Skill-Output.
|
|
339
|
+
|
|
340
|
+
### Hinzugefuegt
|
|
341
|
+
|
|
342
|
+
- `scripts/health-check.sh` Section 7: Frontmatter-Validation ueber alle
|
|
343
|
+
167 reference-files mit YAML-Top-Block.
|
|
344
|
+
- **verification-status** Whitelist enforced: `verified`,
|
|
345
|
+
`partially-verified`, `secondary-source-derived`, `az-list-unverified`,
|
|
346
|
+
`skeleton-only` (Zukunfts-Wert; aktuell unbenutzt — bewusst reserviert)
|
|
347
|
+
- **last-checked** / **last-verified** muessen Format `YYYY-MM-DD` matchen
|
|
348
|
+
- **source** muss http(s)-URL sein (YAML-Block-Scalar `|` / `>` skip)
|
|
349
|
+
- **Placeholder-Drift-Detector**: faengt unausgefuelltes `<YYYY-MM-DD>`,
|
|
350
|
+
`<primary-URL>`, `<Quelle>`, `<TBD>` im Frontmatter ab
|
|
351
|
+
- Validator parst NUR den ersten YAML-Block (zwischen erstem `---` und
|
|
352
|
+
zweitem `---`); code-fenced template-Bloecke im Markdown-Body werden
|
|
353
|
+
korrekt ignoriert (verhindert false-positives in INDEX/Skeleton-Files).
|
|
354
|
+
- Section-Labels von uneinheitlich `X/5` + `X/6` auf einheitlich `X/7`
|
|
355
|
+
renummeriert (Cosmetic-Fix; alte Labels waren post-Section-Insertion-Drift).
|
|
356
|
+
|
|
357
|
+
### Validiert
|
|
358
|
+
|
|
359
|
+
- Alle 5 Sub-Checks per fault-injection getestet (invalid-status,
|
|
360
|
+
bad-date, placeholder, non-URL-source, multi-issue-cluster).
|
|
361
|
+
- Aktuell **0 Frontmatter-Verstoesse** in 167 geprueften reference-files
|
|
362
|
+
→ Skill-Konsistenz post-v5.0.0 verifiziert.
|
|
363
|
+
|
|
364
|
+
### Hintergrund
|
|
365
|
+
|
|
366
|
+
Per advisor-recommendation (post-v5.0.0 next-step prioritization) als
|
|
367
|
+
P-5 "leichteste Haertung mit hoechstem Drift-Catch-Hebel" identifiziert.
|
|
368
|
+
Parallel zur P-1 adversarial-review-Analyse ausgefuehrt — kollidiert nicht
|
|
369
|
+
mit Content-Findings, da rein tooling-only.
|
|
370
|
+
|
|
371
|
+
Commit: af68d63
|
|
372
|
+
|
|
373
|
+
---
|
|
374
|
+
|
|
375
|
+
## [5.0.0] — 2026-05-05 — Massive Max-Out: Kanzlei-Tier Layer-Stack
|
|
376
|
+
|
|
377
|
+
> 4-Agent-Audit-Review + 10 parallel Subagent-Content-Generation +
|
|
378
|
+
> 13 Per-Phase-Commits in einer Session. Skill-Wachstum 5.6x in Zeilen
|
|
379
|
+
> (5300 → ~30000) und 3.9x in Files (~50 → 195). Operator-Mission:
|
|
380
|
+
> "skill so massiv ausbauen dass DE-Tech-Kanzleien ihn als ernsten threat sehen".
|
|
381
|
+
|
|
382
|
+
### Phase 0 — CRITICAL Drift-Fixes (commit 3387e53)
|
|
383
|
+
|
|
384
|
+
Sechs substanzielle Drift/Halluzinations-Befunde behoben **bevor** weiter
|
|
385
|
+
ausgebaut wurde (verify-not-trust pattern strict applied):
|
|
386
|
+
|
|
387
|
+
- **C-1**: AI-Act Art. 99 Abs. 5 Sanktion `1,5%` → `1%` in 4 Files
|
|
388
|
+
(VERIFICATION-STATUS-Drift gefixt; vorher nur 1 von 4 sync'd)
|
|
389
|
+
- **C-2**: OLG Hamburg Az. typo `5 UKI 1/23` → `5 UKl 1/23` (verifiziert
|
|
390
|
+
via landesrecht-hamburg.de NJRE001588999)
|
|
391
|
+
- **C-3**: Phase 5h naming-collision aufgeloest — Art-9-Workflow zu
|
|
392
|
+
Phase 5i, B2C/B2B-Funnel bleibt 5h (chronologische Erstvergabe)
|
|
393
|
+
- **C-4**: Goldbärenbarren-Halluzinations-Korrektur — `I ZR 246/15`
|
|
394
|
+
(2014, physikalisch unmoeglich) + `I ZR 125/14` (2014) waren beide
|
|
395
|
+
falsch. Echtes Urteil ist **BGH I ZR 192/12 vom 12.12.2013** (TV-
|
|
396
|
+
Werbung-Kinder, NICHT Werbe-Beigaben/Werbeartikel-Kennzeichnung)
|
|
397
|
+
- **C-5**: BGH XI ZR 188/22 Sachverhalt-Mismatch (Bankrecht-NZB, nicht
|
|
398
|
+
FernUSG-Coaching) — Citation entfernt, ersetzt durch bare § FernUSG
|
|
399
|
+
- **C-6**: BGH I ZR 169/17 source-URL Copy-Paste-Fix
|
|
400
|
+
|
|
401
|
+
### Phase 1 — HIGH Drift-Fixes (3 commits)
|
|
402
|
+
|
|
403
|
+
- **H-1 TTDSG → TDDDG migration** (commit ea285c3): ~26 occurrences in
|
|
404
|
+
7 Files. Historische Kontexte (DSK-OH-2021-Name) bleiben erhalten.
|
|
405
|
+
- **H-2**: VERIFICATION-STATUS NIS2 + CRA Re-Klassifikation
|
|
406
|
+
- **H-3**: 9 leere Stack-Pattern-Folder fill (commit da07b08)
|
|
407
|
+
- **H-4**: § 13 Abs. 4 Nr. 2 UWG (KMU-Schutzschild) + Abs. 4 Nr. 1 +
|
|
408
|
+
Abs. 5 vollstaendig in `gesetze/UWG/paragraphs.md`
|
|
409
|
+
- **H-5**: DSFA-template C-300/21 + § 35 BDSG (Schadensersatz-
|
|
410
|
+
Erwartungswert-Tabelle 5 Klassen post-EuGH-Linie)
|
|
411
|
+
- **H-6**: SKILL.md Phasen-Liste sync — 5 fehlende Phasen ergaenzt
|
|
412
|
+
(3.5, 3.6, 5d.1, 5g.4, 6b)
|
|
413
|
+
- **H-7**: OLG Koeln 6 U 8/22 Pattern-Cleanup
|
|
414
|
+
- **H-8**: 37 gesetze-Files Frontmatter-Disclaimer mass-update
|
|
415
|
+
(verified / partially-verified / secondary-source-derived 3-Variant-
|
|
416
|
+
Schema)
|
|
417
|
+
- **H-9**: NIS2-Umsetzungsgesetz Datums-Drift (war "in Kraft seit
|
|
418
|
+
Oktober 2024", ist Stand 2026-05-05 noch im Bundestags-Verfahren)
|
|
419
|
+
|
|
420
|
+
### Phase 2 — Massive Parallel Subagent-Fill (10 Agenten, 7 Phase-Commits)
|
|
421
|
+
|
|
422
|
+
Strikte provenance-discipline (jede Az./Citation = primary-source-URL
|
|
423
|
+
inline, WebFetch-Verification, NIE Modell-Memory).
|
|
424
|
+
|
|
425
|
+
#### Hinzugefuegt — Tier-1 Content-Layers
|
|
426
|
+
|
|
427
|
+
**E1 — references/eu-eugh-dsgvo-schadensersatz.md** (commit 112c404)
|
|
428
|
+
- 24 verifizierte EuGH-Urteile zu Art. 82 DSGVO (11 Tier-1 + 13 Tier-2)
|
|
429
|
+
- 1 NOT_VERIFIED-Eintrag (C-687/23 vermutlich Operator-Tippfehler)
|
|
430
|
+
- 2 Datums-Korrekturen vs Operator-Brief
|
|
431
|
+
- 22 Use-Case-zu-Urteil-Mapping fuer Skill-Output
|
|
432
|
+
- 223 Zeilen
|
|
433
|
+
|
|
434
|
+
**E2 — references/eu-edpb-guidelines.md** (commit 7e28b8b)
|
|
435
|
+
- 41 verifizierte EDPB-Guidelines (Target war 30+)
|
|
436
|
+
- 6 Recommendations + 4 Top-Opinions + WP29-Endorsed-Set
|
|
437
|
+
- 10-Cluster-Themen-Index
|
|
438
|
+
- HALLUZINATIONS-CORRECTIONS direkt im File: Spec hatte 7 nicht-
|
|
439
|
+
existente Guideline-IDs (03/2024, 04/2024, 04/2025, 05/2025,
|
|
440
|
+
06/2025, 04/2023, 05/2023). Agent verifiziert + ausgewiesen
|
|
441
|
+
- 505 Zeilen
|
|
442
|
+
|
|
443
|
+
**E3 — references/de-dsk-beschluesse.md** (commit 4d644f5)
|
|
444
|
+
- 29 verifizierte DSK-Beschluesse + Orientierungshilfen in 8 Clustern
|
|
445
|
+
(M365/Cloud, Beschaeftigte/HinSchG/KI, Auskunft/Schadensersatz/
|
|
446
|
+
Bussgeld, Drittland, Cookies/Werbung, Sektor, Data-Breach,
|
|
447
|
+
Standardisierung)
|
|
448
|
+
- 7 Spec-Punkte als NOT_VERIFIED gelistet (Halluzinations-Resistance)
|
|
449
|
+
- Mapping-Tabelle Audit-Finding zu DSK-Authority-Citations
|
|
450
|
+
- 346 Zeilen
|
|
451
|
+
|
|
452
|
+
**E4 — references/de-aufsichtsbehoerden-taetigkeitsberichte-2024.md** (commit 7e28b8b)
|
|
453
|
+
- 5 Behoerden vollstaendig (BfDI 33. TB, BayLDA 14. TB, LfDI BW 40. TB,
|
|
454
|
+
HmbBfDI 33. TB, LDI NRW 30. TB)
|
|
455
|
+
- Bussgeld-Statistik 2024 mit Punktzahlen (53/626k LfDI BW;
|
|
456
|
+
20/1,2M HmbBfDI; 12.490 Eingaben LDI NRW)
|
|
457
|
+
- 6 Cross-Behoerden-Cluster (KI, Beschaeftigtendaten, Video, Werbe-
|
|
458
|
+
Targeting, Gesundheitsdaten, Loeschfristen)
|
|
459
|
+
- 310 Zeilen
|
|
460
|
+
|
|
461
|
+
**E6 — references/az-auffuellung-batch1.md** (commit 6fa1879)
|
|
462
|
+
- 53 voll-verifizierte zusaetzliche Az. in 8 Sektionen (Az.-DB von 87 auf 140+)
|
|
463
|
+
- Quality-over-Quantity: 53 voll-verifiziert > 100 sloppy
|
|
464
|
+
- Sektion B: BAG-§-26-BDSG + Arbeitszeit + KI inkl. BAG 1 ABR 22/21
|
|
465
|
+
13.09.2022 (Arbeitszeiterfassung-Pflicht post-CCOO)
|
|
466
|
+
- Sektion H: AGG-Beweislast bei KI-Tools inkl. BAG 8 AZR 300/24
|
|
467
|
+
Equal-Pay-Paarvergleich
|
|
468
|
+
- 5 Az.-Leads explizit als unverifiziert markiert
|
|
469
|
+
- 1 Az. (OLG Stuttgart 4 U 157/24) wegen dejure-Negativ-Treffer
|
|
470
|
+
verworfen — dokumentiert als Lesson-Learned
|
|
471
|
+
- 468 Zeilen
|
|
472
|
+
|
|
473
|
+
**E7 — references/templates-avv-layer/** (commit 4151df3)
|
|
474
|
+
- 10 Templates, 1861 Zeilen total
|
|
475
|
+
- AVV-Standard-DE, AVV-EN-international, SCC-Module-2 + 3,
|
|
476
|
+
UK-IDTA, CH-revDSG-Anhang, TOM-Katalog, Sub-Processor-List,
|
|
477
|
+
Audit-Klausel-Varianten, Joint-Controller-Vertrag Art. 26
|
|
478
|
+
- SCC/IDTA als verbatim-uebernehmen-Hinweis markiert (rechtsverbindlich
|
|
479
|
+
Original-Text einbinden, dieser Layer liefert Annexe + Konfigurations-
|
|
480
|
+
Hinweise)
|
|
481
|
+
|
|
482
|
+
**E8 — references/de-bussgeld-argumentations-layer.md** (commit 4151df3)
|
|
483
|
+
- 598 Zeilen, 52 KB
|
|
484
|
+
- 11 Bemessungsfaktoren Art. 83 Abs. 2 verbatim
|
|
485
|
+
- EDPB Guidelines 04/2022 v2.1 (5-Schritte + Low/Medium/High-Ranges)
|
|
486
|
+
- DSK 2019 Bussgeldkonzept (Groessenklassen A-D, Tagessatz)
|
|
487
|
+
- EuGH C-807/21 Deutsche Wohnen + LG Bonn 11.11.2020 1&1 (NICHT
|
|
488
|
+
Bertelsmann — Skill-Memory-Drift gefixt)
|
|
489
|
+
- 15 Mitigations + 10 Aggravations
|
|
490
|
+
- Top-50 EU-Bussgelder strukturiert (45 cross-confirmed, 4 secondary,
|
|
491
|
+
1 primary)
|
|
492
|
+
- Verteidigungs-Strategien post-C-807/21
|
|
493
|
+
- 6-Block-Skill-Output-Pattern fuer Memo-Generierung
|
|
494
|
+
|
|
495
|
+
**E9 — references/stack-patterns/{astro,vue,svelte,nest,express,laravel,rails,django,strapi}/** (commit da07b08)
|
|
496
|
+
- 9 leere Stack-Folder vollstaendig befuellt: 29 Files, 7406 Zeilen
|
|
497
|
+
- Stack-native Code-Snippets (TS/JS/PHP/Ruby/Python)
|
|
498
|
+
- 226 placeholder-Marker, 84 Cross-Refs zu Skill-Files, 29 AEGIS-
|
|
499
|
+
Scanner-Cross-Refs
|
|
500
|
+
- Schließt Capability-Lueecke aus Audit-Verify-C: Audit gegen non-
|
|
501
|
+
Next.js-Stacks fiel vorher in leere Reference
|
|
502
|
+
|
|
503
|
+
**E10 — Frontmatter Mass-Update** (commit 7f83392)
|
|
504
|
+
- 37 gesetze-Files mit YAML-Frontmatter erweitert
|
|
505
|
+
- 3 Varianten: 4 verified, 2 partially-verified, 31 secondary-source-
|
|
506
|
+
derived
|
|
507
|
+
- Frontmatter-Schema standardkonform (verification-status +
|
|
508
|
+
skill-output-disclaimer + last-verified)
|
|
509
|
+
- VERIFICATION-STATUS.md erweitert um Frontmatter-Disclaimer-Pattern-
|
|
510
|
+
Documentation + Skill-Side-Konsumption-Workflow
|
|
511
|
+
|
|
512
|
+
#### Hinzugefuegt — DE-Statute Tier-1 Skeleton mit Quarantine-Marker
|
|
513
|
+
|
|
514
|
+
**E5 — references/de-statute-tier1/** (commit da07b08)
|
|
515
|
+
- 25 fehlende DE-Spezialgesetz-Folder als strukturierter Skeleton
|
|
516
|
+
- 52 Files (paragraphs.md + audit-relevance.md je Statute) + INDEX.md +
|
|
517
|
+
VERIFICATION-NOTES.md
|
|
518
|
+
- 4696 Zeilen
|
|
519
|
+
- 25 Statute: HWG, AMG, MPDG, DiGAV, LFGB, GwG, KWG, ZAG, WpHG, ArbZG,
|
|
520
|
+
NachwG, AGG, BetrVG, HinSchG, VVG, PAngV, VerpackG, ElektroG, DDG,
|
|
521
|
+
TDDDG, VDuG, RDG, FernUSG, UrhG-UrhDaG, GeschGehG
|
|
522
|
+
|
|
523
|
+
**KRITISCHER VERIFIKATIONS-CAVEAT (agent-self-flagged + advisor-
|
|
524
|
+
protocol-resolved)**:
|
|
525
|
+
- Subagent hatte WebFetch-Issues (gesetze-im-internet.de DNS-unreachable)
|
|
526
|
+
- Wortlaut in paragraphs.md ist close-paraphrase (ausser AMG §21+§95
|
|
527
|
+
dejure-verifiziert)
|
|
528
|
+
- Top-Az.-Listen in audit-relevance.md sind aus Domain-Wissen erstellt
|
|
529
|
+
und NICHT primary-source-verifiziert
|
|
530
|
+
- 1 halluziniertes Az. im Spot-Check erkannt: "BGH 12 ZR 35/23"
|
|
531
|
+
(FernUSG, falsches Az.-Format) — bereits behoben
|
|
532
|
+
|
|
533
|
+
**Quarantaene-Strategie**:
|
|
534
|
+
- Alle 50 Content-Files tragen Frontmatter `verification-status:
|
|
535
|
+
az-list-unverified`
|
|
536
|
+
- VERIFICATION-NOTES.md dokumentiert Pre-Integration-Pflicht-Pfad
|
|
537
|
+
- Skill-Output-Generator druckt entsprechenden Disclaimer
|
|
538
|
+
|
|
539
|
+
### Geaendert
|
|
540
|
+
|
|
541
|
+
- TTDSG -> TDDDG durchgehend in audit-patterns.md, aegis-integration.md,
|
|
542
|
+
bgh-urteile.md, abmahn-templates.md, checklisten.md, dsgvo.md,
|
|
543
|
+
it-recht.md, stack-patterns/INDEX.md (historische Kontexte erhalten)
|
|
544
|
+
- VERIFICATION-STATUS.md: NIS2 + CRA + DSA-articles + AI-Act-articles
|
|
545
|
+
von skeleton-only auf secondary-source-derived re-klassifiziert
|
|
546
|
+
- SKILL.md Phasen-Liste vollstaendig sync mit audit-patterns.md
|
|
547
|
+
- DSFA-template um EuGH-Schadensersatz-Linie + § 35 BDSG-Spezifika
|
|
548
|
+
erweitert
|
|
549
|
+
- UWG/paragraphs.md erweitert um vollstaendigen § 13 Abs. 4 Nr. 1 +
|
|
550
|
+
Abs. 4 Nr. 2 + Abs. 5 (KMU-Schutzschild)
|
|
551
|
+
- gesetze/UWG/paragraphs.md Audit-Mapping erweitert um KMU-Privileg-
|
|
552
|
+
Eintrag
|
|
553
|
+
|
|
554
|
+
### Statistik
|
|
555
|
+
|
|
556
|
+
- **References File-Count**: ~50 -> 195 (3.9x)
|
|
557
|
+
- **References Zeilen**: ~5300 -> ~29.581 (5.6x)
|
|
558
|
+
- **Top-level reference files**: 11 -> 17
|
|
559
|
+
- **Templates**: 13 -> 23 (+10 AVV-Layer)
|
|
560
|
+
- **Statute folders**: 28 + 25 neue de-statute-tier1
|
|
561
|
+
- **Stack-pattern folders mit content**: 10 -> 19 (alle populiert)
|
|
562
|
+
- **Verifizierte Az.-Eintraege**: 63 -> ~140 (87 originale + 53 neue) +
|
|
563
|
+
29 DSK-Beschluesse + 41 EDPB-Guidelines + 5 Behoerden-Berichte +
|
|
564
|
+
Top-50 Bussgelder + ~50 Statute-§§-Listen (Gesamt ~315 distinct
|
|
565
|
+
legal-references mit primary/secondary-source-verifiziert)
|
|
566
|
+
- **Halluzinations-Korrekturen direkt im skill dokumentiert**: 6
|
|
567
|
+
(Goldbaerenbarren-Az., 5 UKI/UKl typo, EDPB-Phantom-Guidelines,
|
|
568
|
+
Bertelsmann-vs-1&1-Bussgeld-Memory, XI ZR 188/22 Sachverhalt-Mismatch,
|
|
569
|
+
AI-Act-Sanktionsdrift)
|
|
570
|
+
|
|
571
|
+
### Acceptance-Kriterien
|
|
572
|
+
|
|
573
|
+
- Health-check passes nach jedem Commit (13 Commits, alle gruen)
|
|
574
|
+
- Scrub-gate clean fuer alle Commits
|
|
575
|
+
- Brand-leak-check 0 Treffer in allen neuen Files
|
|
576
|
+
- Az.-Provenance-Disziplin durchgesetzt (alle neuen Az. mit Source-URL
|
|
577
|
+
oder explizit als unverifiziert markiert + Frontmatter-Disclaimer)
|
|
578
|
+
|
|
579
|
+
### Bekannte Luecken (defer auf v5.0.0-rc.2)
|
|
580
|
+
|
|
581
|
+
- DE-Statute-Tier-1 Top-Az.-Listen: alle az-list-unverified, brauchen
|
|
582
|
+
separaten Verifikations-Cycle gegen juris.de + dejure.org
|
|
583
|
+
- DE-Statute paragraphs.md Wortlaut: close-paraphrase, brauchen
|
|
584
|
+
Volltext-Verifikation gegen gesetze-im-internet.de
|
|
585
|
+
- 5 Az.-Leads in az-auffuellung-batch1.md: Tenor nur sekundaer-Snippet,
|
|
586
|
+
brauchen Volltext-Check
|
|
587
|
+
- C-687/23 EuGH-Az: NOT_VERIFIED, vermutlich Operator-Tippfehler
|
|
588
|
+
- Health-check-Erweiterung um Frontmatter-Validation pending v5.0.0-rc.2
|
|
589
|
+
|
|
590
|
+
### Estimated Pre-Integration-Effort fuer "Kanzlei-fearable":
|
|
591
|
+
|
|
592
|
+
- Pre-integration-cycle fuer DE-Statute Tier-1 Top-Az.-Listen: 8-12h
|
|
593
|
+
- Volltext-Verifikation paragraphs.md: 4-6h
|
|
594
|
+
- Battle-Test gegen Test-Mandate (D-Annex-B): 2-3h
|
|
595
|
+
- README + Documentation-Bump: 1-2h
|
|
596
|
+
- **Total**: 15-23h fuer v5.0.0-rc.2 Stable-Release
|
|
597
|
+
|
|
598
|
+
---
|
|
599
|
+
|
|
600
|
+
## [4.2.0] — 2026-05-03 — File-Upload-Compliance + Art-9-Beweis-Workflow + Spa/Wellness-Branche
|
|
601
|
+
|
|
602
|
+
> Externe Audit-Agent-Uebergaben:
|
|
603
|
+
> - File-Upload-Sprint 2026-05-03 (Multi-Step-Form-Konfigurator-Audit, 8 distincte Compliance-Klassen)
|
|
604
|
+
> - Art-9-Workflow-Audit 2026-05-03 (Multi-Tenant-Health-SaaS, branchen-uebergreifende Beweispflicht-Patterns)
|
|
605
|
+
>
|
|
606
|
+
> Az.-Provenance: KEINE neuen Az. ohne Source-URL. Alle Updates nutzen ausschliesslich §-Zitate
|
|
607
|
+
> (immer verifizierbar) + ErwGr 35 + bereits in `bgh-urteile.md` verifizierte EuGH/BGH-Az.
|
|
608
|
+
> Az.-Recherche-Vorschlaege im Handover-Doc bleiben fuer spaetere Verifikation offen.
|
|
609
|
+
|
|
610
|
+
### Hinzugefuegt — Section 1: File-Upload-Compliance (Handover-1)
|
|
611
|
+
|
|
612
|
+
**`references/audit-patterns.md`**:
|
|
613
|
+
- Phase 5d.1 DIRECT-FILE-UPLOAD-COMPLIANCE (V4-Sub-Pattern)
|
|
614
|
+
- 11 Pflicht-Checks (Schema-Migration / localStorage / base64-Crash / processFilesPayload / Path-Traversal / SVG-XSS / Filename-PII / Customer-Receipt / Disk-DoS / Email-Cap / VVT)
|
|
615
|
+
- 7 Verify-Commands (curl-Probes + Browser-Tests)
|
|
616
|
+
- 10 Rechts-Anker (Art. 5/13/16/25/30/32 DSGVO + § 202c StGB + BGB § 242)
|
|
617
|
+
- Schadens-Range pro Severity-Klasse
|
|
618
|
+
- Phase 4 Drift-Style 4 (AGB-vs-DSE-Tech-Stack-Inkonsistenz)
|
|
619
|
+
- 3 Storage-Implementation-Drift-Verify-Patterns (Object-Storage-Behauptung, LUKS-Behauptung, Bytes-in-DB-vs-Filesystem)
|
|
620
|
+
- Cross-Doc-Konsistenz-Audit-Workflow
|
|
621
|
+
|
|
622
|
+
**`references/dsgvo.md`**:
|
|
623
|
+
- VVT-Trigger-Pattern bei neuen Verarbeitungstaetigkeiten (7 Ausloeser + Pre-Deploy-Gate-Workflow)
|
|
624
|
+
|
|
625
|
+
**`references/checklisten.md`**:
|
|
626
|
+
- Checkliste 12: Direkt-File-Upload Compliance (5 Bereiche, ~28 Items)
|
|
627
|
+
|
|
628
|
+
**`references/templates/VVT-template-file-upload.md`** (neue Datei):
|
|
629
|
+
- Vollstaendiges VVT-Template fuer Direct-File-Upload mit Art. 9-Bewertung + TOMs-Inventar
|
|
630
|
+
|
|
631
|
+
**`SKILL.md`**:
|
|
632
|
+
- Schritt 7 Pre-Anwalt-Architektur-Review-Pattern (Process-Section): Architektur-Review-Pass VOR brutaler-anwalt bei Sprints mit neuen Code-Pfaden
|
|
633
|
+
|
|
634
|
+
### Hinzugefuegt — Section 2: Art-9-Beweis-Workflow + Spa/Wellness-Branche (Handover-2)
|
|
635
|
+
|
|
636
|
+
**`references/audit-patterns.md`**:
|
|
637
|
+
- Phase 5h ART-9-BEWEIS-WORKFLOW-AUDIT (V4-Pattern, branchen-agnostisch)
|
|
638
|
+
- 5h.1 Beweis-Modi-Audit (3 akzeptierte Modi: Tablet-eES, Papier+Hash, Mitarbeiter-Abtipp+Co-Sig)
|
|
639
|
+
- 5h.2 Crypto-at-Rest-Pflicht (AES-256-GCM, AAD-Binding, Key-Versioning, Recovery-Doc)
|
|
640
|
+
- 5h.3 Aufbewahrungsfristen-Validierung (Wellness 3J / Heilpraktiker 10J / Personenschaden 30J)
|
|
641
|
+
- 5h.4 Audit-Log-Pflicht-Events (create/view/export/revoke/delete-Metadaten/decrypt_failure/scan_hash_mismatch)
|
|
642
|
+
- 5h.5 Falsche-Rechtsgrundlage-Detection (§ 22 BDSG-Misuse-Pattern)
|
|
643
|
+
- 5h.6 Synthesizer-Output mit €-Range (15.000-80.000 KMU-Skala bis 20 Mio EUR / 4%)
|
|
644
|
+
|
|
645
|
+
**`references/branchenrecht.md`**:
|
|
646
|
+
- Neue Sektion „Spa / Wellness / Kosmetik / Massage" (positioniert nach Heilberufe)
|
|
647
|
+
- Branchen-Klassifikations-Tabelle (Wellness / Med-Spa / Aerztlich) mit jeweiliger Rechtsfolge
|
|
648
|
+
- 8 Pflicht-Pruefungen + 7 typische Verstoesse + Az.-Anker (mit `[ungeprueft]`-Marker fuer manuelle Verifikation)
|
|
649
|
+
- Cross-Branche-Hinweise (Hotel-Spa, KI-Auswertung, Online-Booking)
|
|
650
|
+
|
|
651
|
+
**`references/templates/DSFA-template.md`**:
|
|
652
|
+
- Sektion 8 „Spezifika fuer Art-9-Verarbeitungen" (8.1-8.6: Rechtsgrundlage / Beweis-Modi / Crypto-TOMs / Aufbewahrung / Audit-Log / Public-Form-Validierung)
|
|
653
|
+
|
|
654
|
+
**`references/dsgvo.md`**:
|
|
655
|
+
- Verstoss-Tabelle „Haeufige Verstoesse bei Art-9-Verarbeitung" (8 Verstoesse mit konkreten KMU-€-Ranges)
|
|
656
|
+
|
|
657
|
+
**`SKILL.md`**:
|
|
658
|
+
- Schritt 6 Sprint-Workflow (Pre + Re-Audit) im Quick-Start
|
|
659
|
+
|
|
660
|
+
### Geaendert
|
|
661
|
+
|
|
662
|
+
- CHANGELOG v4.1 Brand-Leak entfernt (Section-Description anonymisiert auf „DACH-Studio-Brutal-Audit")
|
|
663
|
+
|
|
664
|
+
### Acceptance-Kriterien
|
|
665
|
+
|
|
666
|
+
- Re-Audit der File-Upload-Implementation: F1 (AGB-Drift), F4 (Customer-Receipt), F8 (Filename-PII) als verified detektiert
|
|
667
|
+
- Re-Audit Art-9-Sprint: alle 8 Beweis-Workflow-Findings durch Phase 5h-Pruefkatalog erfassbar
|
|
668
|
+
- Az.-Provenance: 0 ungesourcte neue Az. (alle Updates verwenden nur §-Zitate)
|
|
669
|
+
|
|
670
|
+
### Bekannte Lucken (defer)
|
|
671
|
+
|
|
672
|
+
- Az.-Whitelist-Loader als SessionStart-Hook (PR-3 aus v4.1)
|
|
673
|
+
- VVT-Pflicht-Check in checklisten.md (PR-5 aus v4.1)
|
|
674
|
+
- Server-Log-Retention Cross-Doc-Check (B-009 aus v4.1)
|
|
675
|
+
- Performance-Versprechen-Verifikations-Pattern (B-014 aus v4.1)
|
|
676
|
+
- Konkrete Az.-Anker fuer Spa/Wellness + Art-9-Beweispflicht (Recherche-Vorschlaege im Handover-Doc — vor Aufnahme in `bgh-urteile.md` primary-source-Verifikation pflicht per SKILL.md HARD-CONSTRAINT §5.e)
|
|
677
|
+
|
|
678
|
+
---
|
|
679
|
+
|
|
680
|
+
## [4.1.0] — 2026-05-03 — Brutal-Audit DACH-Studio-Round-2 (15 Skill-Gaps)
|
|
681
|
+
|
|
682
|
+
> DACH-Studio-Brutal-Audit 2026-05-03 (adversarial agent, 33 Findings).
|
|
683
|
+
> Skill-Luecken aus Round-1 (2026-05-02) systematisch geschlossen.
|
|
684
|
+
|
|
685
|
+
### Hinzugefuegt
|
|
686
|
+
|
|
687
|
+
**references/audit-patterns.md**:
|
|
688
|
+
- Phase 3.5: Marketing↔AGB↔DSE Konsistenz-Audit (PR-1)
|
|
689
|
+
- Trigger-Wording-Diff-Audit mit Grep-Patterns fuer Refund-Trigger, Tarif-
|
|
690
|
+
Inklusivleistungen, Zeit-Versprechen, Performance-Versprechen
|
|
691
|
+
- Cross-Page-Feature-Claim-Audit (VS_OTHERS-Tabellen-Check)
|
|
692
|
+
- Output-Format "DRIFT-STYLE-4"
|
|
693
|
+
- Anlass: B-001 (Anwalt-Pool) + B-003 (Refund-Trigger) im Brutal-Audit 2026-05-03
|
|
694
|
+
- Phase 3.6: Az.-Citation-Provenance-Check (PR-2+PR-4)
|
|
695
|
+
- Grep-Pattern fuer alle Az.-Zitate im Repo
|
|
696
|
+
- Whitelist-Check-Regel (Safe/Unverifiziert/Nicht-in-Whitelist/Falsch-Zitierung)
|
|
697
|
+
- Fallback: Gesetzes-§ bei unverifizierbarer Az.
|
|
698
|
+
|
|
699
|
+
**references/bgh-urteile.md**:
|
|
700
|
+
- FALSCH-ZITIERUNGS-REGISTER: BGH I ZR 137/12 als Impressum-Beleg → FALSCH
|
|
701
|
+
(tatsaechlich: Teil-Berufsuebungsgemeinschaft, Medizin-Recht). Brutal-Audit
|
|
702
|
+
2026-05-03 B-033 hat das via WebSearch verifiziert.
|
|
703
|
+
- AG Muenchen 142 C 9786/25 (13.02.2026): KI-Logos kein Urheberrechtsschutz.
|
|
704
|
+
Verifiziert via dejure.org, anwalt.de, rewis.io.
|
|
705
|
+
- OLG Duesseldorf I-20 W 2/26 (02.04.2026): KI-Bild-Bearbeitung Foto, § 16 UrhG.
|
|
706
|
+
Verifiziert via alro-recht.de.
|
|
707
|
+
|
|
708
|
+
### Bekannte Lucken (aus 15 Skill-Gap-Items des Brutal-Audits, defer)
|
|
709
|
+
|
|
710
|
+
- PR-3: Az.-Whitelist-Loader als SessionStart-Hook (MEMORY.md-Integration)
|
|
711
|
+
- PR-5: checklisten.md VVT-Pflicht-Check (Art. 30 DSGVO)
|
|
712
|
+
- B-009: Server-Log-Retention Cross-Doc-Check
|
|
713
|
+
- B-012: DOI-Token-TTL vs. DSE-Angabe Cross-Check
|
|
714
|
+
- B-014: Performance-Versprechen-Verifikations-Pattern (Lighthouse-CI gegen Live-URL)
|
|
715
|
+
- B-020: VVT-Awareness-Audit (Art. 30 Pflicht-Check in Phase 4)
|
|
716
|
+
- B-021: DSB-Erwaehnungs-Audit (Art. 37 Pflicht-Check in Phase 4)
|
|
717
|
+
|
|
718
|
+
---
|
|
719
|
+
|
|
720
|
+
## [4.0.0-rc.1] — 2026-05-02 — Million-Euro-Tier-Maxout
|
|
721
|
+
|
|
722
|
+
> **Release-Candidate** fuer Million-Euro-Tier (HANDOVER-MILLION-EURO-TIER-2026-05-02.md).
|
|
723
|
+
> Coverage-Maxout EU/DE-Recht 2024-2026 + Provenance-Skala + Battle-Test Round 1/3.
|
|
724
|
+
> NICHT bundle-ready fuer OSS-Release ohne LO-Authorisierung — `secondary-source-derived`
|
|
725
|
+
> Files brauchen v4.0.0-rc.2 Primary-Source-Verifikations-Pass.
|
|
726
|
+
>
|
|
727
|
+
> **Status**: Health-Check 6/6 ✓ · 60 Az. mit 100% Source-Coverage · 3 Findings dokumentiert
|
|
728
|
+
> + gefixt · Battle-Test 1-of-5-Apps mit honest defer-note · 14 EU/DE-Verordnungen
|
|
729
|
+
> ergaenzt (5 verified + 9 secondary-source-derived) · 23 DE-Spezialgesetze (10 verified
|
|
730
|
+
> + 13 secondary-source-derived) · 5 neue Branchen · 10 stack-patterns ergaenzt.
|
|
731
|
+
|
|
732
|
+
### Phase A — Selbstanalyse (siehe AUDIT-2026-05-02.md)
|
|
733
|
+
|
|
734
|
+
- 96 Findings dokumentiert (70 Per-File + 12 Gap-vs-Recht + 9 Gap-vs-Praezedenz + 5 Methodik).
|
|
735
|
+
- Halt-Condition >=50 mit 96 (Reserve 92%) erfuellt.
|
|
736
|
+
|
|
737
|
+
### Phase B — Coverage-Maxout
|
|
738
|
+
|
|
739
|
+
#### B.1 — EU-Verordnungen Tiefe + Komplettierung (5 verified + 9 skeleton)
|
|
740
|
+
|
|
741
|
+
- `gesetze/EU-Verordnungen/AI-Act-2024-1689/` — 6 detail-Files (`hochrisiko-annex-iii.md`, `gpai-pflichten.md`, `transparenz-art-50.md`, `sanktionen-art-99.md` ✅, `uebergangsfristen.md` ✅, `audit-relevance.md`).
|
|
742
|
+
- `gesetze/EU-Verordnungen/DSA-2022-2065/` — 5 detail-Files (`notice-and-action.md` ✅, `trusted-flaggers.md`, `vlop-vlose.md` ✅, `small-platform-pflichten.md`, `audit-relevance.md`).
|
|
743
|
+
- `gesetze/EU-Verordnungen/DORA-2022-2554/` — articles.md ✅ + audit-relevance.md.
|
|
744
|
+
- `gesetze/EU-Verordnungen/MiCA-2023-1114/` — articles.md (partial-verified) + audit-relevance.md.
|
|
745
|
+
- `gesetze/EU-Verordnungen/Data-Act-2023-2854/` — articles.md ✅ + audit-relevance.md.
|
|
746
|
+
- `gesetze/EU-Verordnungen/ePrivacy-RL-2002-58/` — articles.md + audit-relevance.md.
|
|
747
|
+
- 9 Skeleton-Folder (DMA, DGA, NIS2, eIDAS-2024, CER-RL, ProdHaftRL-2024, CSDDD-2024, CSRD-2022, CRA-2024).
|
|
748
|
+
|
|
749
|
+
#### B.2 — DE-Spezialgesetze + Tier-1 audit-relevance
|
|
750
|
+
|
|
751
|
+
- `gesetze/HinSchG/articles.md` ✅ + `gesetze/LkSG/articles.md` ✅ + `gesetze/StGB/relevante-paragraphen.md`.
|
|
752
|
+
- `gesetze/JuSchG-JMStV/articles.md` + `gesetze/GlueStV/articles.md` + `gesetze/TKG/articles.md`.
|
|
753
|
+
- `gesetze/MedTech/MDR-2017-745.md` + `IVDR-2017-746.md` + `DiGAV.md`.
|
|
754
|
+
- `gesetze/Finance/PSD2.md` ✅ + `ZAG.md` + `KWG.md`.
|
|
755
|
+
- `gesetze/NIS2UmsuCG-BSIG/articles.md` (skeleton) + `KritisDachG/articles.md` (skeleton).
|
|
756
|
+
- 9 Tier-1 audit-relevance.md (DSGVO, BDSG, TDDDG, DDG, BGB, UWG, HGB-AO, VSBG, BFSG).
|
|
757
|
+
|
|
758
|
+
#### B.3 — Branchenrecht Erweiterung 24 → 29
|
|
759
|
+
|
|
760
|
+
- 5 neue Sections in `branchenrecht.md`: MedTech/DiGA/Health-Apps, Public-Sector/E-Government, Telekommunikation/VoIP/Messaging, Streaming/Medien/Verlag, Kinder-/Jugendschutz Online.
|
|
761
|
+
|
|
762
|
+
#### B.4 — Stack-Patterns 7 → 17
|
|
763
|
+
|
|
764
|
+
- 10 neue Files: nextjs/{env-driven-tracking, dynamic-rendering-headers, api-route-bearer-auth}, react/{cookie-banner-pattern, consent-gate-pattern}, auth/{auth0-tom, clerk-tom}, tracking/{google-analytics-consent, posthog-consent}, ai/{anthropic-dpa}.
|
|
765
|
+
|
|
766
|
+
#### B-Verify — Spot-Check 12 high-stakes Claims (3 Findings + Korrekturen)
|
|
767
|
+
|
|
768
|
+
- ✅ AI-Act Art. 99 Stufe 1 (35M/7%), Stufe 2 (15M/3%), Timeline (alle 5 Stichdaten), Data-Act Art. 25 (12.01.2027), DSA Art. 16, DSA VLOP-45M-MAU, DSA Art. 74 (6%), HinSchG (50/250-MA-Schwellen), PSD2 SCA (30 EUR).
|
|
769
|
+
- ❌ **AI-Act Art. 99 Stufe 3**: alter Eintrag „1,5%" → korrekt **„1%"** (verifiziert via artificialintelligenceact.eu). Fix angewendet.
|
|
770
|
+
- ⚠ **DORA Art. 19 Erstmeldungs-Frist**: alter Eintrag „24h ab Kenntnis" unvollstaendig → vollstaendig **„4h ab Klassifizierung als major UND 24h ab Kenntnis"** (Joint-RTS/ITS JC 2024/33). Fix angewendet.
|
|
771
|
+
- ⚠ **MiCA Sanktionen Art. 86**: Modell-Wissen-Drift → Sanktions-Vorschriften sind Art. 111 ff., nicht Art. 86. Spezifische Hoehen-Citation aus dem File entfernt + Hinweis-Marker fuer Primaerquellen-Verifikation. Anwender werden im File explizit aufgefordert, vor Mandanten-Citation Volltext zu pruefen.
|
|
772
|
+
- Master-Manifest: `references/gesetze/VERIFICATION-STATUS.md` mit per-File-Status.
|
|
773
|
+
- Skill-Output-Regel in SKILL.md §5(f.1) ergaenzt: bei `secondary-source-derived` Pflicht-Disclaimer im Skill-Output.
|
|
774
|
+
|
|
775
|
+
#### B-Az — Source-Coverage 100% (Health-Check passing)
|
|
776
|
+
|
|
777
|
+
- 14 EuGH/BGH-Klassiker mit Source-URLs ergaenzt: Schrems II C-311/18, Planet49 C-673/17, Fashion-ID C-40/17, Meta-Plattformen C-252/21, Oesterr. Post C-300/21, Bulg. Steuerbehoerde C-340/21, Auskunftsrecht-Kopie C-487/21, Smartlaw I ZR 113/20, Cookie-Einwilligung I ZR 7/16, DSGVO-Schadensersatz VI ZR 1370/20, Werbeeinwilligung Bestandskunden I ZR 218/19, Druckkostenzuschuss KZR 65/12, Heilmittelwerbung I ZR 232/16, LG Muenchen Google Fonts beide Aktenzeichen.
|
|
778
|
+
- 6 Behoerden-Bussgelder mit primaer-quelle-Sources: Notebooksbilliger.de (LfD Niedersachsen 08.01.2021), H&M (Taylor Wessing + LTO Oktober 2020), Deutsche Wohnen (Datenschutz-Berlin PDF 30.10.2019), Meta/Facebook 1,2 Mrd. (DPC Ireland + EDPB 22.05.2023), TikTok 345 Mio. (DPC Ireland 15.09.2023).
|
|
779
|
+
- ❌ **Vodafone-9,55-Mio.-Drift** (kritisch): alter Eintrag faktisch falsch. 9,55 Mio. EUR war 1&1 Telecom 2019, NICHT Vodafone. Eintrag in zwei aufgeteilt: 1&1 Telecom 9,55 Mio. (BfDI 2019) + Vodafone 45 Mio. (BfDI 03.06.2025, neuer DE-DSGVO-Rekord).
|
|
780
|
+
- 2 Spot-Checks auf den 14 Klassikern bestaetigt: Smartlaw + Planet49 Tenor matchen.
|
|
781
|
+
- Health-Check `scripts/health-check.sh` angepasst: Pattern-Sections (`### Wenn ...`) werden nicht mehr als Az. gezaehlt, tolerierte Eintraege (VERDACHT-HALLUZINATION + Verfahren-anhaengig) werden ausgenommen. Status: 60 echte Az. / 59 sourced + 3 toleriert = 0 Issues.
|
|
782
|
+
|
|
783
|
+
### Phase C (deferred to v4.0.0-rc.2)
|
|
784
|
+
|
|
785
|
+
5 → 7 Personas (Regulator-Perspective + Fresh-Skeptic) + Schadenshoehen-Kalkulator + Abmahn-Anwalt-DB + Live-Probe-Recipes-Zentralisierung + 7 fehlende Templates.
|
|
786
|
+
|
|
787
|
+
### Phase D — Battle-Test Round 1/3 (siehe BATTLE-TEST-2026-05-02.md)
|
|
788
|
+
|
|
789
|
+
- **Round 1**: AEGIS-Repo Selbst-Audit via Phase 5f. 12 Pflicht-Checks → 8 ✅ / 4 ⚠ / 0 ❌. 4 LOW-Findings produziert (RDG-Liability-Klausel, URL-Logging-Pruefung, pentest-Rate-Limit, Reporter-Disclaimer-Konsistenz). Skill-Anwendbarkeit auf OSS-CLI-Scanner bestaetigt.
|
|
790
|
+
- **Skill-Lesson**: N/A-Klassifikation pro Check noetig (Static-Mode-Tools haben SSRF/DNS-Rebinding/Rate-Limit als N/A). Lesson in `audit-patterns.md` Phase 5f integriert mit „Anwendbarkeit-Klassifikation"-Section + N/A-Bedingungen + 4-Spalten-Output-Format.
|
|
791
|
+
- **Round 2 + 3 (deferred to v4.0.0-rc.2)**: ein Hospitality-AI-Chatbot-Target (Phase 5e) + ein DACH-Brand-Re-Audit-Target (Phase 5g).
|
|
792
|
+
|
|
793
|
+
### Phase E — Quality-Gates final
|
|
794
|
+
|
|
795
|
+
- Health-Check `scripts/health-check.sh` erweitert um **6/6 Az-Cross-File-Konsistenz**: detektet bekannte verworfene Az. (OLG Hamm 4 U 75/23) + Halluzinations-Verdaechtige (LG Berlin 16 O 9/22) als aktive Citations (tolerant gegen Provenance-Notes / Lesson-Kontexte / „existiert nicht"-Marker).
|
|
796
|
+
- Pipefail-Bug in `grep -v` ohne Match in Subshell gefixt mit `|| true`.
|
|
797
|
+
- Status: **6/6 Checks ✓ EXIT 0**.
|
|
798
|
+
|
|
799
|
+
### Phase F — Sanitize-Pass (vorbereitet, Push pending LO-Auth)
|
|
800
|
+
|
|
801
|
+
- Brand-Hygiene: 0 Treffer fuer alle bekannten Codenames (Liste in `scripts/health-check.sh` Brand-Leak-Pattern; nicht hier zitieren).
|
|
802
|
+
- Templates anonymisiert: 0 Treffer.
|
|
803
|
+
- README + LICENSE + CHANGELOG OSS-bundle-ready.
|
|
804
|
+
- **NICHT push** ohne LO-Authorisierung (Handover-Hard-Constraint).
|
|
805
|
+
|
|
806
|
+
### Verification-Status (offen — auf v4.0.0-rc.2)
|
|
807
|
+
|
|
808
|
+
- B.1/B.2 Files mit `verification-status: secondary-source-derived` Master-Manifest in `references/gesetze/VERIFICATION-STATUS.md`. Empirische Error-Rate Spot-Check: ~25-33%.
|
|
809
|
+
- Top-10 neue Az. (C-621/22 IAB Europe, C-634/21 SCHUFA Score, C-26/22 SCHUFA, VI ZR 100/22 Facebook-Scraping, VI ZR 1180/21 Schufa-Auskunftspflicht, OLG Hamburg LAION 2024, C-46/23, C-394/23 Mousse) — defer wegen Halluzinations-Risiko bei Batch-Add aus Modell-Wissen (entspricht Vodafone/1&1-Drift-Lesson). Pflicht: primary-source pro Az. einzeln verifizieren.
|
|
810
|
+
- Phase D Round 2 + 3 — defer auf separate Sessions mit Live-Probe-Tools.
|
|
811
|
+
- Phase C komplett (7 Personas + Sub-Module + 7 Templates) — defer.
|
|
812
|
+
|
|
813
|
+
---
|
|
814
|
+
|
|
815
|
+
## [Unreleased] — Phase B Coverage-Maxout (2026-05-02) — EU/DE-Recht 2024-2026
|
|
816
|
+
|
|
817
|
+
Phasen B.1-B.4 der `HANDOVER-MILLION-EURO-TIER-2026-05-02.md`-Roadmap abgeschlossen.
|
|
818
|
+
Phase E.1 als Pre-Phase-B-Gate: Health-Check Brand-Leak-Check jetzt 0 Treffer.
|
|
819
|
+
|
|
820
|
+
### Added (Phase E.1 — Pre-Phase-B-Cleanup)
|
|
821
|
+
- 5 Cross-File-Drifts gefixt (F-001 Brand-Leak + F-008/F-088 OLG Hamm-Az.-Drift in 2 Files + F-013/F-089 LG Berlin-Az.-Drift + F-042 TMG/DDG-Datums-Drift).
|
|
822
|
+
|
|
823
|
+
### Added (Phase B.1 — EU-Verordnungen)
|
|
824
|
+
- `gesetze/EU-Verordnungen/AI-Act-2024-1689/` — 6 detail-Files (hochrisiko-annex-iii.md, gpai-pflichten.md, transparenz-art-50.md, sanktionen-art-99.md, uebergangsfristen.md, audit-relevance.md).
|
|
825
|
+
- `gesetze/EU-Verordnungen/DSA-2022-2065/` — 5 detail-Files (notice-and-action.md, trusted-flaggers.md, vlop-vlose.md, small-platform-pflichten.md, audit-relevance.md).
|
|
826
|
+
- `gesetze/EU-Verordnungen/DORA-2022-2554/`, `MiCA-2023-1114/`, `Data-Act-2023-2854/`, `ePrivacy-RL-2002-58/` — articles.md + audit-relevance.md je Folder.
|
|
827
|
+
- 9 Skeleton-Folder mit defer-markers (DMA, DGA, NIS2, eIDAS-2024, CER-RL, ProdHaftRL-2024, CSDDD-2024, CSRD-2022, CRA-2024).
|
|
828
|
+
|
|
829
|
+
### Added (Phase B.2 — DE-Spezialgesetze)
|
|
830
|
+
- `gesetze/HinSchG/articles.md`, `LkSG/articles.md`, `StGB/relevante-paragraphen.md` (§§ 202a-d, 263a, 269, 303a-b), `JuSchG-JMStV/articles.md`, `GlueStV/articles.md`, `TKG/articles.md`.
|
|
831
|
+
- `gesetze/MedTech/MDR-2017-745.md`, `IVDR-2017-746.md`, `DiGAV.md`.
|
|
832
|
+
- `gesetze/Finance/PSD2.md`, `ZAG.md`, `KWG.md`.
|
|
833
|
+
- `gesetze/NIS2UmsuCG-BSIG/articles.md`, `KritisDachG/articles.md` (Skelette, Bundestags-Abstimmungen ausstehend).
|
|
834
|
+
- 9 Tier-1 audit-relevance.md (DSGVO, BDSG, TDDDG, DDG, BGB, UWG, HGB-AO, VSBG, BFSG).
|
|
835
|
+
|
|
836
|
+
### Added (Phase B.3 — Branchenrecht)
|
|
837
|
+
- 5 neue Branchen-Sections in `branchenrecht.md`: MedTech/DiGA/Health-Apps, Public-Sector/E-Government, Telekommunikation/VoIP/Messaging, Streaming/Medien/Verlag, Kinder-/Jugendschutz Online.
|
|
838
|
+
|
|
839
|
+
### Added (Phase B.4 — Stack-Patterns)
|
|
840
|
+
- 10 stack-patterns: nextjs/{env-driven-tracking, dynamic-rendering-headers, api-route-bearer-auth}, react/{cookie-banner-pattern, consent-gate-pattern}, auth/{auth0-tom, clerk-tom}, tracking/{google-analytics-consent, posthog-consent}, ai/{anthropic-dpa}.
|
|
841
|
+
|
|
842
|
+
### Fixed (Phase B-Verify — High-stakes-claims-Spot-Check 2026-05-02)
|
|
843
|
+
- **AI-Act Art. 99 Stufe 3 Sanktion**: Mein File `sanktionen-art-99.md` zitierte „1,5%" globaler Jahresumsatz. **Korrekt = 1%** (verifiziert via artificialintelligenceact.eu DE-Volltext + EN-Volltext). Fix angewendet.
|
|
844
|
+
- **DORA Art. 19 Erstmeldungs-Frist**: File hatte „max. 24h ab Kenntnis" — unvollstaendig. **Vollstaendig = spaetestens 4h ab Klassifizierung als „major" UND max. 24h ab Kenntnisnahme** (Joint-RTS/ITS JC 2024/33). Frist mit NIS2 harmonisiert. Fix angewendet.
|
|
845
|
+
|
|
846
|
+
### Verification-Status (offen — markiert in jeweiligem Frontmatter)
|
|
847
|
+
- B.1/B.2 Files enthalten weitere unverifizierte Modell-Wissen-Claims (article numbers, dates, sanctions). Spot-Check 12 high-stakes Claims durchgefuehrt: AI-Act Art. 99 (Stufen 1+2 ✅, Stufe 3 ❌ 1.5%->1% gefixt), AI-Act Timeline ✅, Data-Act Art. 25 ✅, DORA Art. 19 (unvollstaendig — 4h-Klassifizierungs-Frist ergaenzt), DSA Art. 16 ✅, MiCA Art. 86 vs Art. 111 ❌ (Sanktions-Spezifika entfernt, Hinweis-Marker), DSA VLOP-45M-MAU ✅, HinSchG 50/250 ✅, LkSG § 24 (vollstaendiger Tabelle mit 400M-Schwelle), DSA Art. 74 6% ✅, PSD2 SCA 30 EUR ✅. Empirische Error-Rate ~25-33%.
|
|
848
|
+
- Master-Manifest: `references/gesetze/VERIFICATION-STATUS.md` mit per-File-Status (verified / secondary-source-derived / skeleton-only).
|
|
849
|
+
- Skill-Output-Regel in SKILL.md §5(f.1) ergaenzt: bei `secondary-source-derived` Pflicht-Disclaimer im Output.
|
|
850
|
+
|
|
851
|
+
### Added (Phase B-Az — Source-Coverage)
|
|
852
|
+
- 14 EuGH/BGH-Klassiker mit Source-URLs ergaenzt: Schrems II C-311/18, Planet49 C-673/17, Fashion-ID C-40/17, Meta-Plattformen C-252/21, Oesterr. Post C-300/21, Bulg. Steuerbehoerde C-340/21, Auskunftsrecht-Kopie C-487/21, Smartlaw I ZR 113/20, Cookie-Einwilligung I ZR 7/16, DSGVO-Schadensersatz VI ZR 1370/20, Werbeeinwilligung Bestandskunden I ZR 218/19, Druckkostenzuschuss KZR 65/12, Heilmittelwerbung I ZR 232/16, LG Muenchen Google Fonts beide Aktenzeichen.
|
|
853
|
+
- 6 Behoerden-Bussgelder mit primaer-quelle-Sources: Notebooksbilliger.de (LfD Niedersachsen), H&M (Taylor Wessing + LTO), Deutsche Wohnen (Datenschutz-Berlin PDF), Meta/Facebook 1,2 Mrd. (DPC Ireland + EDPB), TikTok 345 Mio. (DPC Ireland).
|
|
854
|
+
- **Korrektur Vodafone-Drift**: alter Eintrag „Vodafone 9,55 Mio. €" war faktisch falsch (das war 1&1 Telecom). Eintrag in zwei aufgeteilt: 1&1 Telecom 9,55 Mio. (BfDI 2019) + Vodafone 45 Mio. (BfDI 03.06.2025, neuer DE-DSGVO-Rekord).
|
|
855
|
+
- **2 Spot-Checks** auf den 14 Klassikern bestaetigt: Smartlaw + Planet49 Tenor matchen WebSearch-Treffer.
|
|
856
|
+
- **Health-Check** angepasst (`scripts/health-check.sh`): Pattern-Sections (`### Wenn ...`) werden nicht mehr als Az. gezaehlt, tolerierte Eintraege (VERDACHT-HALLUZINATION + Verfahren-anhaengig) werden ausgenommen. Status: 60 echte Az. / 59 sourced + 3 toleriert = **0 Issues**.
|
|
857
|
+
|
|
858
|
+
### Deferred to v4.0.0-rc.2
|
|
859
|
+
- Top-10 neue Az.: C-621/22 IAB Europe, C-634/21 SCHUFA Score, C-26/22 SCHUFA, VI ZR 100/22 Facebook-Scraping, VI ZR 1180/21 Schufa-Auskunftspflicht, OLG Hamburg LAION 2024, C-46/23, C-394/23 Mousse, etc. Reason: primary-source-Verifikation pro Az. Pflicht — kein Batch-Add aus Modell-Wissen (entspricht Lesson aus Vodafone/1&1-Drift).
|
|
860
|
+
- Vollstaendige Primaerquellen-Verifikation aller B.1/B.2 `secondary-source-derived` Files.
|
|
861
|
+
|
|
862
|
+
---
|
|
863
|
+
|
|
864
|
+
## [Unreleased] — Phase A Audit (2026-05-02) — Million-Euro-Tier-Selbstanalyse
|
|
865
|
+
|
|
866
|
+
Phase A der `HANDOVER-MILLION-EURO-TIER-2026-05-02.md`-Roadmap abgeschlossen.
|
|
867
|
+
Strikte Selbstanalyse, KEINE Fixes — Output ist `AUDIT-2026-05-02.md`.
|
|
868
|
+
|
|
869
|
+
### Added
|
|
870
|
+
- `AUDIT-2026-05-02.md` — Phase-A-Selbstanalyse mit 96 dokumentierten Findings:
|
|
871
|
+
- 70 in A.1 Per-File-Audit (35 References einzeln auseinandergenommen)
|
|
872
|
+
- 12 in A.2 Gap-Liste vs. 2024-2026 EU/DE-Recht (DMA / DGA / Data Act / CRA / eIDAS 2.0 / MiCA / DORA / CER-RL / ProdHaftRL / CSDDD / CSRD fehlen komplett; AI-Act / DSA nur basic)
|
|
873
|
+
- 9 in A.3 Gap vs. aktuelle Praezedenzfaelle (29 unsourced Az. + 11 EuGH + 6 BGH + 9 OLG/LG aus Mindest-Set fehlen; 200+ Az.-Ziel)
|
|
874
|
+
- 5 in A.4 Methodik-Luecken (5->7 Persona, Schadenshoehen-Kalkulator, Abmahn-Anwalt-DB, Live-Probe-Recipes-Zentralisierung, Health-Check-Erweiterungen)
|
|
875
|
+
- Halt-Condition aus Handover (>=50 Findings) erfuellt mit 96 (Reserve 92%).
|
|
876
|
+
|
|
877
|
+
### Documented (nicht gefixt — fix-Gate Phase B+)
|
|
878
|
+
- Brand-Leak in `audit-patterns.md` Z. 681 (Domain-Nennung eines frueheren Audit-Targets) (F-001)
|
|
879
|
+
- Cross-File-Drift `OLG Hamm 4 U 75/23` (verworfen, aber in 3 Files noch zitiert: `bgh-urteile.md` Patterns-Section, `audit-patterns.md` Phase 5g, `strafrecht-steuer.md` Z. 181) (F-008+F-088)
|
|
880
|
+
- Cross-Section-Drift `LG Berlin 16 O 9/22` (in `bgh-urteile.md` als Halluzination markiert, aber Patterns-Section Z. 360 zitiert noch) (F-013+F-089)
|
|
881
|
+
- Aktualitaet-Drift `it-recht.md` Z. 12 ("TMG bis 28.5.2024 gueltig" = falsch, korrekt 13.05.2024) + Z. 247 (AI-Act-Daten ungenau) (F-042+F-043)
|
|
882
|
+
|
|
883
|
+
### Priorisierungs-Empfehlung
|
|
884
|
+
- Phase E.1 (Pre-Phase-B-Gate): Brand-Leak + 4 Cross-File-/Aktualitaet-Drifts fixen, damit Health-Check 0 Issues meldet bevor Phase-B-Coverage-Arbeit startet.
|
|
885
|
+
- Phase B.1: AI-Act-Tiefe + DSA-Tiefe + DORA + MiCA + Data Act zuerst (Anwendbarkeit-Aktualitaet 2024-2025).
|
|
886
|
+
- Phase C: 7-Persona + Schadenshoehen-Kalkulator + Abmahn-Anwalt-DB.
|
|
887
|
+
- Phase E (final): Source-Coverage 100% (29->0 unsourced) + Az.-Set 66->200+ + Health-Check-Erweiterungen.
|
|
888
|
+
|
|
889
|
+
---
|
|
890
|
+
|
|
13
891
|
## [Unreleased] — Roadmap zu v4.0.0
|
|
14
892
|
|
|
15
893
|
Naechste Schritte (mehrere Sessions, siehe `MAXOUT-PROGRESS.md` falls vorhanden):
|