@aegis-scan/skills 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ATTRIBUTION.md +93 -0
- package/package.json +1 -1
- package/sbom.cdx.json +1 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/.claude-plugin/plugin.json +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/CHANGELOG.md +878 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/HANDOVER-LO-LIVE-VERIFICATION-2026-05-15.md +187 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/README.md +9 -3
- package/skills/compliance/aegis-native/brutaler-anwalt/SKILL.md +93 -14
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/audit.md +193 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/avv-redline.md +246 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/az-verify.md +155 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/cold-start.md +157 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/dsar-respond.md +180 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/health.md +50 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/simulate.md +158 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/post_write.py +315 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/prompt_submit.py +144 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/session_start.py +57 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/triggers.json +191 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/INDEX.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/abmahn-templates.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/aegis-integration.md +60 -5
- package/skills/compliance/aegis-native/brutaler-anwalt/references/audit-patterns.md +745 -11
- package/skills/compliance/aegis-native/brutaler-anwalt/references/az-auffuellung-batch1.md +468 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/bgh-urteile.md +106 -30
- package/skills/compliance/aegis-native/brutaler-anwalt/references/branchenrecht.md +247 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/checklisten.md +75 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-aufsichtsbehoerden-taetigkeitsberichte-2024.md +310 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-bussgeld-argumentations-layer.md +598 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-dsk-beschluesse.md +346 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AGG/audit-relevance.md +76 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AGG/paragraphs.md +115 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AMG/audit-relevance.md +58 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AMG/paragraphs.md +95 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ArbZG/audit-relevance.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ArbZG/paragraphs.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/BetrVG/audit-relevance.md +73 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/BetrVG/paragraphs.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DDG/audit-relevance.md +72 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DDG/paragraphs.md +103 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DiGAV/audit-relevance.md +65 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DiGAV/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ElektroG/audit-relevance.md +66 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ElektroG/paragraphs.md +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/FernUSG/audit-relevance.md +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/FernUSG/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GeschGehG/audit-relevance.md +89 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GeschGehG/paragraphs.md +107 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GwG/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GwG/paragraphs.md +119 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HWG/audit-relevance.md +70 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HWG/paragraphs.md +125 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HinSchG/audit-relevance.md +70 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HinSchG/paragraphs.md +116 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/INDEX.md +152 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/KWG/audit-relevance.md +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/KWG/paragraphs.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/LFGB/audit-relevance.md +63 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/LFGB/paragraphs.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/MPDG/audit-relevance.md +61 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/MPDG/paragraphs.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/NachwG/audit-relevance.md +54 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/NachwG/paragraphs.md +82 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/PAngV/audit-relevance.md +76 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/PAngV/paragraphs.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/RDG/audit-relevance.md +84 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/RDG/paragraphs.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/TDDDG/audit-relevance.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/TDDDG/paragraphs.md +91 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/UrhG-UrhDaG/audit-relevance.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/UrhG-UrhDaG/paragraphs.md +166 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VDuG/audit-relevance.md +71 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VDuG/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VERIFICATION-NOTES.md +111 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VVG/audit-relevance.md +65 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VVG/paragraphs.md +101 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VerpackG/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VerpackG/paragraphs.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/WpHG/audit-relevance.md +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/WpHG/paragraphs.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ZAG/audit-relevance.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ZAG/paragraphs.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/dsgvo.md +55 -8
- package/skills/compliance/aegis-native/brutaler-anwalt/references/eu-edpb-guidelines.md +505 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/eu-eugh-dsgvo-schadensersatz.md +223 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BDSG/audit-relevance.md +31 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BFSG/audit-relevance.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BGB/audit-relevance.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DDG/audit-relevance.md +28 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DSGVO/audit-relevance.md +35 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/articles.md +4 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/audit-relevance.md +139 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/gpai-pflichten.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/hochrisiko-annex-iii.md +134 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/sanktionen-art-99.md +97 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/transparenz-art-50.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/uebergangsfristen.md +109 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CER-2022-2557/articles.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CRA-2024-2847/articles.md +87 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CSDDD-2024-1760/articles.md +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CSRD-2022-2464/articles.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DGA-2022-868/articles.md +53 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DMA-2022-1925/articles.md +55 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DORA-2022-2554/articles.md +164 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DORA-2022-2554/audit-relevance.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/articles.md +3 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/audit-relevance.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/notice-and-action.md +138 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/small-platform-pflichten.md +109 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/trusted-flaggers.md +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/vlop-vlose.md +130 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/Data-Act-2023-2854/articles.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/Data-Act-2023-2854/audit-relevance.md +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/MiCA-2023-1114/articles.md +124 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/MiCA-2023-1114/audit-relevance.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/NIS2-2022-2555/articles.md +101 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/ProdHaftRL-2024-2853/articles.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/eIDAS-2024-1183/articles.md +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/KWG.md +52 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/PSD2.md +67 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/ZAG.md +50 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/GlueStV/articles.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HGB-AO/audit-relevance.md +27 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HinSchG/articles.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/JuSchG-JMStV/articles.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/KritisDachG/articles.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/LkSG/articles.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/DiGAV.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/IVDR-2017-746.md +51 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/MDR-2017-745.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/NIS2UmsuCG-BSIG/articles.md +53 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/StGB/relevante-paragraphen.md +157 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TDDDG/audit-relevance.md +33 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TDDDG/paragraphs.md +3 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TKG/articles.md +73 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/UWG/audit-relevance.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/UWG/paragraphs.md +71 -3
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VERIFICATION-STATUS.md +266 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VSBG/audit-relevance.md +37 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/ePrivacy-RL-2002-58/articles.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/ePrivacy-RL-2002-58/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/it-recht.md +115 -9
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/INDEX.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/ai/anthropic-dpa.md +87 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/cookie-banner-pattern.md +202 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/dse-section-pattern.md +198 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/tracking-server-endpoint.md +193 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/auth0-tom.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/clerk-tom.md +84 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/auth-cookies-pattern.md +295 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/cookie-banner-pattern.md +318 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/gdpr-cleanup-celery.md +339 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/cookie-banner-pattern.md +237 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/gdpr-routes-pattern.md +256 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/helmet-csp-pattern.md +207 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/agb-versioning-pattern.md +305 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/cookie-banner-pattern.md +287 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/gdpr-models-pattern.md +290 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/tracking-config-pattern.md +263 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/auth-pattern.md +265 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/cookie-banner-pattern.md +255 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/gdpr-cleanup-cron.md +244 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/tracking-interceptor.md +239 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/api-route-bearer-auth.md +103 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/dynamic-rendering-headers.md +83 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/env-driven-tracking.md +135 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/cookie-banner-pattern.md +294 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/devise-dsgvo-pattern.md +262 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/gdpr-anonymization-pattern.md +283 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/react/consent-gate-pattern.md +99 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/react/cookie-banner-pattern.md +204 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/strapi/cms-pii-pattern.md +301 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/strapi/notice-and-action-plugin.md +371 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/cookie-banner-pattern.md +234 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/dse-section-pattern.md +231 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/sveltekit-server-hooks-pattern.md +217 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/google-analytics-consent.md +129 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/posthog-consent.md +79 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/cookie-banner-pattern.md +208 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/dse-i18n-pattern.md +204 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/nuxt-vs-vue-only-pattern.md +197 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/tracking-pinia-pattern.md +211 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/strafrecht-steuer.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/streitwerte.json +176 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/DSFA-template.md +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/VVT-template-file-upload.md +98 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-EN-international.md +267 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-Audit-Klausel-Varianten.md +148 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-CH-revDSG.md +127 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-SCC-module2-controller-processor.md +180 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-SCC-module3-processor-subprocessor.md +144 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-Sub-Processor-List.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-TOMs.md +197 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-UK-IDTA.md +131 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-standard-DE.md +288 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/Joint-Controller-Vertrag-Art-26.md +265 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/scripts/health-check.sh +190 -48
- package/skills/compliance/aegis-native/brutaler-anwalt/scripts/test-triggers.sh +145 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/settings.json +90 -0
- package/skills/defensive/permoon-fork/README.md +40 -0
- package/skills/defensive/permoon-fork/multi-model-consolidation/SKILL.md +47 -0
- package/skills/defensive/permoon-fork/multi-model-severity/SKILL.md +34 -0
- package/skills/defensive/permoon-fork/multi-model-system-prompt/SKILL.md +40 -0
- package/skills/foundation/aegis-native/aegis-handover-writer/SKILL.md +1 -1
- package/skills/foundation/aegis-native/aegis-quality-gates/SKILL.md +1 -1
- package/skills/offensive/airecon-fork/ctf-crypto/SKILL.md +260 -0
- package/skills/offensive/airecon-fork/ctf-crypto-modern-ciphers/SKILL.md +688 -0
- package/skills/offensive/airecon-fork/ctf-forensics/SKILL.md +253 -0
- package/skills/offensive/airecon-fork/ctf-forensics-network/SKILL.md +480 -0
- package/skills/offensive/airecon-fork/ctf-heap-advanced/SKILL.md +336 -0
- package/skills/offensive/airecon-fork/ctf-pwn/SKILL.md +294 -0
- package/skills/offensive/airecon-fork/ctf-pwn-rop-and-shellcode/SKILL.md +392 -0
- package/skills/offensive/airecon-fork/ctf-reversing/SKILL.md +284 -0
- package/skills/offensive/airecon-fork/frameworks-django/SKILL.md +268 -0
- package/skills/offensive/airecon-fork/frameworks-dotnet/SKILL.md +280 -0
- package/skills/offensive/airecon-fork/frameworks-express/SKILL.md +266 -0
- package/skills/offensive/airecon-fork/frameworks-fastapi/SKILL.md +193 -0
- package/skills/offensive/airecon-fork/frameworks-flask/SKILL.md +297 -0
- package/skills/offensive/airecon-fork/frameworks-laravel/SKILL.md +260 -0
- package/skills/offensive/airecon-fork/frameworks-nextjs/SKILL.md +230 -0
- package/skills/offensive/airecon-fork/frameworks-php/SKILL.md +271 -0
- package/skills/offensive/airecon-fork/frameworks-rails/SKILL.md +269 -0
- package/skills/offensive/airecon-fork/frameworks-spring/SKILL.md +245 -0
- package/skills/offensive/airecon-fork/frameworks-wordpress/SKILL.md +348 -0
- package/skills/offensive/airecon-fork/payloads-command-injection/SKILL.md +459 -0
- package/skills/offensive/airecon-fork/payloads-http-parameter-pollution/SKILL.md +129 -0
- package/skills/offensive/airecon-fork/payloads-ldap-injection/SKILL.md +100 -0
- package/skills/offensive/airecon-fork/payloads-lfi/SKILL.md +485 -0
- package/skills/offensive/airecon-fork/payloads-sqli/SKILL.md +419 -0
- package/skills/offensive/airecon-fork/payloads-ssrf/SKILL.md +125 -0
- package/skills/offensive/airecon-fork/payloads-ssti/SKILL.md +443 -0
- package/skills/offensive/airecon-fork/payloads-xss/SKILL.md +447 -0
- package/skills/offensive/airecon-fork/payloads-xxe/SKILL.md +172 -0
- package/skills/offensive/airecon-fork/postexploit-ad-credential-attacks/SKILL.md +306 -0
- package/skills/offensive/airecon-fork/postexploit-container-escape/SKILL.md +299 -0
- package/skills/offensive/airecon-fork/postexploit-credential-dumping/SKILL.md +249 -0
- package/skills/offensive/airecon-fork/postexploit-lateral-movement/SKILL.md +194 -0
- package/skills/offensive/airecon-fork/postexploit-linux-privesc/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/postexploit-netexec-workflow/SKILL.md +302 -0
- package/skills/offensive/airecon-fork/postexploit-pivoting/SKILL.md +205 -0
- package/skills/offensive/airecon-fork/postexploit-windows-privesc/SKILL.md +210 -0
- package/skills/offensive/airecon-fork/protocols-active-directory/SKILL.md +314 -0
- package/skills/offensive/airecon-fork/protocols-dns/SKILL.md +203 -0
- package/skills/offensive/airecon-fork/protocols-ftp/SKILL.md +159 -0
- package/skills/offensive/airecon-fork/protocols-graphql/SKILL.md +648 -0
- package/skills/offensive/airecon-fork/protocols-kerberos/SKILL.md +168 -0
- package/skills/offensive/airecon-fork/protocols-ldap/SKILL.md +245 -0
- package/skills/offensive/airecon-fork/protocols-rdp/SKILL.md +186 -0
- package/skills/offensive/airecon-fork/protocols-smb/SKILL.md +191 -0
- package/skills/offensive/airecon-fork/protocols-smtp-imap/SKILL.md +263 -0
- package/skills/offensive/airecon-fork/protocols-snmp/SKILL.md +147 -0
- package/skills/offensive/airecon-fork/protocols-ssh/SKILL.md +287 -0
- package/skills/offensive/airecon-fork/reconnaissance-asn-whois-osint/SKILL.md +236 -0
- package/skills/offensive/airecon-fork/reconnaissance-ctf-methodology/SKILL.md +435 -0
- package/skills/offensive/airecon-fork/reconnaissance-dorking/SKILL.md +182 -0
- package/skills/offensive/airecon-fork/reconnaissance-exposed-devtools-detection/SKILL.md +513 -0
- package/skills/offensive/airecon-fork/reconnaissance-full-recon/SKILL.md +305 -0
- package/skills/offensive/airecon-fork/reconnaissance-internal-pentest/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/reconnaissance-javascript-analysis/SKILL.md +167 -0
- package/skills/offensive/airecon-fork/reconnaissance-js-internal-hostname-intelligence/SKILL.md +391 -0
- package/skills/offensive/airecon-fork/reconnaissance-monitoring-secrets-exposure/SKILL.md +394 -0
- package/skills/offensive/airecon-fork/reconnaissance-shodan-censys/SKILL.md +279 -0
- package/skills/offensive/airecon-fork/reconnaissance-subdomain-enum/SKILL.md +952 -0
- package/skills/offensive/airecon-fork/technologies-cicd-attacks/SKILL.md +283 -0
- package/skills/offensive/airecon-fork/technologies-cloud-security/SKILL.md +299 -0
- package/skills/offensive/airecon-fork/technologies-docker-container/SKILL.md +266 -0
- package/skills/offensive/airecon-fork/technologies-elasticsearch/SKILL.md +226 -0
- package/skills/offensive/airecon-fork/technologies-firebase-firestore/SKILL.md +213 -0
- package/skills/offensive/airecon-fork/technologies-frida-hooking/SKILL.md +387 -0
- package/skills/offensive/airecon-fork/technologies-gitlab-github/SKILL.md +259 -0
- package/skills/offensive/airecon-fork/technologies-jenkins/SKILL.md +256 -0
- package/skills/offensive/airecon-fork/technologies-kubernetes-pentest/SKILL.md +281 -0
- package/skills/offensive/airecon-fork/technologies-memcached/SKILL.md +230 -0
- package/skills/offensive/airecon-fork/technologies-mobile-app-pentesting/SKILL.md +105 -0
- package/skills/offensive/airecon-fork/technologies-mongodb/SKILL.md +257 -0
- package/skills/offensive/airecon-fork/technologies-nginx-apache/SKILL.md +280 -0
- package/skills/offensive/airecon-fork/technologies-observability-stack-attacks/SKILL.md +501 -0
- package/skills/offensive/airecon-fork/technologies-redis/SKILL.md +236 -0
- package/skills/offensive/airecon-fork/technologies-supabase/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/technologies-tomcat/SKILL.md +232 -0
- package/skills/offensive/airecon-fork/tools-advanced-fuzzing/SKILL.md +351 -0
- package/skills/offensive/airecon-fork/tools-browser-automation/SKILL.md +300 -0
- package/skills/offensive/airecon-fork/tools-caido/SKILL.md +776 -0
- package/skills/offensive/airecon-fork/tools-code-review/SKILL.md +71 -0
- package/skills/offensive/airecon-fork/tools-dalfox/SKILL.md +189 -0
- package/skills/offensive/airecon-fork/tools-hashcat-john/SKILL.md +258 -0
- package/skills/offensive/airecon-fork/tools-impacket/SKILL.md +227 -0
- package/skills/offensive/airecon-fork/tools-install/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/tools-metasploit/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/tools-nmap/SKILL.md +211 -0
- package/skills/offensive/airecon-fork/tools-nuclei/SKILL.md +175 -0
- package/skills/offensive/airecon-fork/tools-reporting/SKILL.md +47 -0
- package/skills/offensive/airecon-fork/tools-scripting/SKILL.md +1939 -0
- package/skills/offensive/airecon-fork/tools-semgrep/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/tools-source-audit/SKILL.md +308 -0
- package/skills/offensive/airecon-fork/tools-sqlmap/SKILL.md +137 -0
- package/skills/offensive/airecon-fork/tools-tool-catalog/SKILL.md +320 -0
- package/skills/offensive/airecon-fork/tools-wapiti/SKILL.md +293 -0
- package/skills/offensive/airecon-fork/vulnerabilities-2fa-bypass/SKILL.md +219 -0
- package/skills/offensive/airecon-fork/vulnerabilities-account-takeover/SKILL.md +223 -0
- package/skills/offensive/airecon-fork/vulnerabilities-api-schema-exposure/SKILL.md +849 -0
- package/skills/offensive/airecon-fork/vulnerabilities-api-testing/SKILL.md +278 -0
- package/skills/offensive/airecon-fork/vulnerabilities-auth-workflow/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/vulnerabilities-authentication-jwt/SKILL.md +158 -0
- package/skills/offensive/airecon-fork/vulnerabilities-bfla/SKILL.md +156 -0
- package/skills/offensive/airecon-fork/vulnerabilities-blind-xss/SKILL.md +111 -0
- package/skills/offensive/airecon-fork/vulnerabilities-business-logic/SKILL.md +313 -0
- package/skills/offensive/airecon-fork/vulnerabilities-cors/SKILL.md +242 -0
- package/skills/offensive/airecon-fork/vulnerabilities-crlf-injection/SKILL.md +146 -0
- package/skills/offensive/airecon-fork/vulnerabilities-csrf/SKILL.md +200 -0
- package/skills/offensive/airecon-fork/vulnerabilities-csrf-advanced-bypass/SKILL.md +536 -0
- package/skills/offensive/airecon-fork/vulnerabilities-deserialization/SKILL.md +363 -0
- package/skills/offensive/airecon-fork/vulnerabilities-dom-based-vulnerabilities/SKILL.md +105 -0
- package/skills/offensive/airecon-fork/vulnerabilities-exploitation/SKILL.md +286 -0
- package/skills/offensive/airecon-fork/vulnerabilities-grpc/SKILL.md +123 -0
- package/skills/offensive/airecon-fork/vulnerabilities-host-header-injection/SKILL.md +169 -0
- package/skills/offensive/airecon-fork/vulnerabilities-http-smuggling/SKILL.md +411 -0
- package/skills/offensive/airecon-fork/vulnerabilities-idor/SKILL.md +705 -0
- package/skills/offensive/airecon-fork/vulnerabilities-information-disclosure/SKILL.md +867 -0
- package/skills/offensive/airecon-fork/vulnerabilities-insecure-file-uploads/SKILL.md +190 -0
- package/skills/offensive/airecon-fork/vulnerabilities-jwt-attacks/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/vulnerabilities-kubernetes/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/vulnerabilities-mass-assignment/SKILL.md +788 -0
- package/skills/offensive/airecon-fork/vulnerabilities-nosql-injection/SKILL.md +204 -0
- package/skills/offensive/airecon-fork/vulnerabilities-oauth-misconfig/SKILL.md +220 -0
- package/skills/offensive/airecon-fork/vulnerabilities-oauth-saml/SKILL.md +163 -0
- package/skills/offensive/airecon-fork/vulnerabilities-open-redirect/SKILL.md +167 -0
- package/skills/offensive/airecon-fork/vulnerabilities-password-reset-poisoning/SKILL.md +66 -0
- package/skills/offensive/airecon-fork/vulnerabilities-path-traversal/SKILL.md +192 -0
- package/skills/offensive/airecon-fork/vulnerabilities-privilege-escalation/SKILL.md +320 -0
- package/skills/offensive/airecon-fork/vulnerabilities-prototype-pollution/SKILL.md +242 -0
- package/skills/offensive/airecon-fork/vulnerabilities-race-conditions/SKILL.md +192 -0
- package/skills/offensive/airecon-fork/vulnerabilities-rce/SKILL.md +240 -0
- package/skills/offensive/airecon-fork/vulnerabilities-sensitive-file-pii-exposure/SKILL.md +589 -0
- package/skills/offensive/airecon-fork/vulnerabilities-spring4shell/SKILL.md +86 -0
- package/skills/offensive/airecon-fork/vulnerabilities-sql-injection/SKILL.md +313 -0
- package/skills/offensive/airecon-fork/vulnerabilities-ssrf/SKILL.md +183 -0
- package/skills/offensive/airecon-fork/vulnerabilities-ssti/SKILL.md +344 -0
- package/skills/offensive/airecon-fork/vulnerabilities-subdomain-takeover/SKILL.md +160 -0
- package/skills/offensive/airecon-fork/vulnerabilities-supply-chain/SKILL.md +125 -0
- package/skills/offensive/airecon-fork/vulnerabilities-unhandled-exception-differential/SKILL.md +742 -0
- package/skills/offensive/airecon-fork/vulnerabilities-waf-detection/SKILL.md +90 -0
- package/skills/offensive/airecon-fork/vulnerabilities-web-cache-poisoning/SKILL.md +233 -0
- package/skills/offensive/airecon-fork/vulnerabilities-websocket/SKILL.md +180 -0
- package/skills/offensive/airecon-fork/vulnerabilities-xss/SKILL.md +316 -0
- package/skills/offensive/airecon-fork/vulnerabilities-xxe/SKILL.md +222 -0
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: anwalt:avv-redline
|
|
3
|
+
description: AVV-Pruefung gegen Art. 28 DSGVO + EU-SCC (VO 2021/914) + Schrems-II-Drittland-Risiko. Input AVV-PDF / AVV-Text / AVV-URL. Output Redline-Vorschlag (markdown) + Risk-Score + Pflicht-Klauseln-Checkliste. Zweiter Killer-Move neben az-verify.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Bash, WebFetch, Grep
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /anwalt:avv-redline — AVV-Pruefung + Redline
|
|
8
|
+
|
|
9
|
+
> Pruefe einen AVV (Auftragsverarbeitungs-Vertrag) gegen die Pflicht-Inhalte
|
|
10
|
+
> aus Art. 28 DSGVO + EU-SCC + Schrems-II-Risk-Indikatoren. Liefert
|
|
11
|
+
> Redline-Vorschlag + Risk-Score + bessere-Klausel-Vorlage.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Input-Modes
|
|
16
|
+
|
|
17
|
+
### Mode A — AVV-PDF im Projekt
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
/anwalt:avv-redline path=docs/contracts/avv-cloudprovider.pdf
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Mode B — AVV-URL (von Provider hosted)
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
/anwalt:avv-redline url=https://provider.de/dpa.pdf
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Mode C — AVV-Text inline
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
/anwalt:avv-redline text="<copy-paste vom AVV>"
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## Pflicht-Klauseln-Checkliste (Art. 28 DSGVO)
|
|
38
|
+
|
|
39
|
+
Jeder AVV MUSS folgende Inhalte enthalten:
|
|
40
|
+
|
|
41
|
+
### Art. 28(3) Pflicht-Klauseln
|
|
42
|
+
|
|
43
|
+
- [ ] **a) Verarbeitung nur auf dokumentierte Weisung** des Verantwortlichen
|
|
44
|
+
- [ ] **b) Vertraulichkeitsverpflichtung** aller mit den Daten befassten Personen
|
|
45
|
+
- [ ] **c) Technische und organisatorische Massnahmen** nach Art. 32 (TOMs-Anlage)
|
|
46
|
+
- [ ] **d) Sub-Verarbeitung** nur mit vorheriger schriftlicher Genehmigung (allgemein oder spezifisch)
|
|
47
|
+
- [ ] **e) Unterstuetzung** des Verantwortlichen bei Betroffenenrechten (Art. 12-23)
|
|
48
|
+
- [ ] **f) Unterstuetzung** bei Datenpannen (Art. 33), DSFA (Art. 35), vorherige Konsultation (Art. 36)
|
|
49
|
+
- [ ] **g) Loeschung oder Rueckgabe** aller Daten nach Vertragsende (Wahl beim Verantwortlichen)
|
|
50
|
+
- [ ] **h) Audit-Recht** des Verantwortlichen (eigene Pruefung oder beauftragter Pruefer)
|
|
51
|
+
- [ ] **i) Information** bei Weisungsverstoss
|
|
52
|
+
|
|
53
|
+
### EU-SCC-Pflicht (VO 2021/914) bei Drittland
|
|
54
|
+
|
|
55
|
+
Wenn Provider in Drittland sitzt (USA, UK, Schweiz, Indien, etc.):
|
|
56
|
+
|
|
57
|
+
- [ ] **SCC-Modul** korrekt gewaehlt (Modul 1-4 je nach Konstellation)
|
|
58
|
+
- [ ] **Anhang I** korrekt befuellt (Parteien, Dauer, Verarbeitung, Datenkategorien, Betroffenen)
|
|
59
|
+
- [ ] **Anhang II** TOMs spezifisch (nicht generisch)
|
|
60
|
+
- [ ] **Anhang III** Liste Sub-Unter-Auftragsverarbeiter (bei Modul 2/3)
|
|
61
|
+
- [ ] **TIA** (Transfer Impact Assessment) durchgefuehrt + dokumentiert
|
|
62
|
+
- [ ] **Schrems-II-Klauseln**: Zugriff durch oeffentliche Stellen im Drittland addressiert
|
|
63
|
+
- [ ] Bei US-Provider: **EU-US Data Privacy Framework**-Zertifizierung oder Fallback-SCC
|
|
64
|
+
|
|
65
|
+
### Schrems-II-Risiko-Indikatoren (rot-flag)
|
|
66
|
+
|
|
67
|
+
Pruefe AVV auf:
|
|
68
|
+
- 🔴 **CLOUD-Act-Klausel** (US-Government-Zugriff): muss durch zusaetzliche Massnahmen
|
|
69
|
+
adressiert sein (Verschluesselung at-rest, Schluessel beim EU-Kunden)
|
|
70
|
+
- 🔴 **FISA-702-Risiko**: bei US-Provider Pflicht zur TIA-Doku
|
|
71
|
+
- 🔴 **Schiedsklausel** im US-Recht: problematisch, EU-Gerichtsstand-Klausel pflicht
|
|
72
|
+
- 🔴 **Datenexport-Verweigerung**: AVV muss Loeschung/Rueckgabe nach Vertragsende garantieren
|
|
73
|
+
- 🟠 **"Reasonable security measures"**: zu vage, muss spezifisch sein
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## Output-Struktur
|
|
78
|
+
|
|
79
|
+
Erzeuge `avv-redline/AVV-REDLINE-<YYYY-MM-DD>-<provider>.md`:
|
|
80
|
+
|
|
81
|
+
```markdown
|
|
82
|
+
# AVV-Redline — <Provider> — <YYYY-MM-DD>
|
|
83
|
+
|
|
84
|
+
> **Haftungsausschluss**: Diese Pruefung ersetzt keine anwaltliche Beratung
|
|
85
|
+
> i.S.d. § 2 RDG (BGH I ZR 113/20 Smartlaw). Vor Vertragsabschluss
|
|
86
|
+
> rechtsfachliche Pruefung anfordern.
|
|
87
|
+
|
|
88
|
+
## AVV-Metadaten
|
|
89
|
+
|
|
90
|
+
| Feld | Wert |
|
|
91
|
+
|---|---|
|
|
92
|
+
| Provider | <Name> |
|
|
93
|
+
| AVV-Version / Stand | <Datum> |
|
|
94
|
+
| Provider-Sitz | <Land> |
|
|
95
|
+
| Drittland? | <Ja / Nein> |
|
|
96
|
+
| EU-Repraesentant (falls Drittland) | <Name + Adresse> |
|
|
97
|
+
| Verarbeitung | <Beschreibung> |
|
|
98
|
+
|
|
99
|
+
## Pflicht-Klauseln-Status
|
|
100
|
+
|
|
101
|
+
| Pflicht (Art. 28(3)) | Status | Klausel-Nr. im AVV | Anmerkung |
|
|
102
|
+
|---|---|---|---|
|
|
103
|
+
| a) Weisungsverarbeitung | ✅ ok | § 3.1 | konform |
|
|
104
|
+
| b) Vertraulichkeit | ⚠️ teils | § 4 | "reasonable confidentiality" zu vage |
|
|
105
|
+
| c) TOMs | ❌ fehlt | — | TOMs-Anhang fehlt komplett |
|
|
106
|
+
| d) Sub-Verarbeitung | ✅ ok | § 7 | spezifische Genehmigung |
|
|
107
|
+
| e) Unterstuetzung Art. 12-23 | ⚠️ teils | § 9 | Nur Auskunft, nicht Loeschung |
|
|
108
|
+
| f) Datenpanne | ❌ fehlt | — | keine 72h-Notification-Klausel |
|
|
109
|
+
| g) Loeschung/Rueckgabe | ✅ ok | § 11 | konform |
|
|
110
|
+
| h) Audit-Recht | ⚠️ teils | § 12 | nur per Voranmeldung 30d — zu eng |
|
|
111
|
+
| i) Weisungsverstoss-Info | ❌ fehlt | — | keine Klausel |
|
|
112
|
+
|
|
113
|
+
## Schrems-II-Risiko-Indikatoren
|
|
114
|
+
|
|
115
|
+
| Risiko | Status | AVV-Klausel | Empfehlung |
|
|
116
|
+
|---|---|---|---|
|
|
117
|
+
| CLOUD-Act-Zugriff | 🔴 HOCH | n/a | Verschluesselung-at-rest mit Schluesselverwaltung in EU |
|
|
118
|
+
| FISA-702 | 🔴 HOCH | n/a | TIA dokumentieren, zusaetzliche Massnahmen |
|
|
119
|
+
| EU-Gerichtsstand | 🟠 MITTEL | § 18 | Klausel umformulieren auf EU-Gericht |
|
|
120
|
+
|
|
121
|
+
## Risk-Score
|
|
122
|
+
|
|
123
|
+
| Metrik | Wert |
|
|
124
|
+
|---|---|
|
|
125
|
+
| Pflicht-Klauseln vollstaendig | 4/9 (44%) |
|
|
126
|
+
| Schrems-II-Risiken | 3 (2 HOCH, 1 MITTEL) |
|
|
127
|
+
| **Gesamtrisiko** | **HIGH — AVV NICHT abzeichnen ohne Nachverhandlung** |
|
|
128
|
+
|
|
129
|
+
## Redline-Vorschlag
|
|
130
|
+
|
|
131
|
+
### Klausel zu c) TOMs-Anhang (FEHLT, neu einfuegen)
|
|
132
|
+
|
|
133
|
+
**Vorschlag:**
|
|
134
|
+
```
|
|
135
|
+
Anhang II — Technische und organisatorische Massnahmen
|
|
136
|
+
|
|
137
|
+
Der Auftragnehmer ergreift folgende Sicherheitsmassnahmen gemaess Art. 32 DSGVO:
|
|
138
|
+
|
|
139
|
+
1. Zugangskontrolle
|
|
140
|
+
- Authentifizierung mit Multi-Faktor (TOTP / WebAuthn)
|
|
141
|
+
- RBAC / ABAC fuer alle Backend-Endpunkte
|
|
142
|
+
- Audit-Log aller Admin-Zugriffe, 12 Monate Aufbewahrung
|
|
143
|
+
|
|
144
|
+
2. Zugriffskontrolle
|
|
145
|
+
- Berechtigungs-Konzept mit Need-to-Know-Prinzip
|
|
146
|
+
- Datentrennung Mandanten (RLS / Tenant-Isolation)
|
|
147
|
+
- Verschluesselung at-rest (AES-256-GCM, Schluessel KMS-managed)
|
|
148
|
+
|
|
149
|
+
3. Transport-Verschluesselung
|
|
150
|
+
- TLS 1.3 Pflicht, alte TLS-Versionen deaktiviert
|
|
151
|
+
- HSTS mit Preload + Subdomains
|
|
152
|
+
- Certificate-Pinning fuer interne APIs
|
|
153
|
+
|
|
154
|
+
4. Verfuegbarkeit + Wiederherstellbarkeit
|
|
155
|
+
- Backup taeglich, 30 Tage Aufbewahrung
|
|
156
|
+
- RPO < 4h, RTO < 24h
|
|
157
|
+
- DR-Tests jaehrlich, dokumentiert
|
|
158
|
+
|
|
159
|
+
5. Trennungsgebot
|
|
160
|
+
- Test- und Produktionssysteme strikt getrennt
|
|
161
|
+
- Keine Live-Daten in Test
|
|
162
|
+
- Sandboxed Customer-Tenants
|
|
163
|
+
|
|
164
|
+
6. Loeschungs-Konzept
|
|
165
|
+
- Automatische Loeschung gemaess Retention-Policy
|
|
166
|
+
- Loeschungs-Bestaetigung an Verantwortlichen
|
|
167
|
+
- Sub-Verarbeiter-Loeschungs-Pflicht durchgereicht
|
|
168
|
+
|
|
169
|
+
Diese Massnahmen werden regelmaessig (mindestens jaehrlich) ueberprueft und
|
|
170
|
+
ggf. an den Stand der Technik angepasst.
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
### Klausel zu f) Datenpanne (FEHLT)
|
|
174
|
+
|
|
175
|
+
**Vorschlag:**
|
|
176
|
+
```
|
|
177
|
+
§ X — Datenpannen-Meldung (Art. 33 DSGVO)
|
|
178
|
+
|
|
179
|
+
Der Auftragnehmer informiert den Verantwortlichen unverzueglich (in jedem Fall
|
|
180
|
+
binnen 48 Stunden) ueber jede Datenpanne i.S.d. Art. 4 Nr. 12 DSGVO, die
|
|
181
|
+
personenbezogene Daten des Verantwortlichen betrifft. Die Meldung enthaelt
|
|
182
|
+
mindestens:
|
|
183
|
+
|
|
184
|
+
a) Art der Datenpanne (Art. 33(3)(a))
|
|
185
|
+
b) Betroffene Datenkategorien + ungefaehre Anzahl Betroffener
|
|
186
|
+
c) Wahrscheinliche Folgen
|
|
187
|
+
d) Ergriffene oder vorgeschlagene Massnahmen zur Eindaemmung
|
|
188
|
+
|
|
189
|
+
Der Auftragnehmer unterstuetzt den Verantwortlichen bei der Erfuellung der
|
|
190
|
+
Meldepflicht nach Art. 33 + 34 DSGVO und stellt alle erforderlichen
|
|
191
|
+
Informationen zur Verfuegung.
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
### Klausel zu h) Audit-Recht (zu eng — umformulieren)
|
|
195
|
+
|
|
196
|
+
**Original:**
|
|
197
|
+
```
|
|
198
|
+
§ 12 Audit. Der Verantwortliche kann auf eigene Kosten und nach
|
|
199
|
+
vorheriger Anmeldung von mindestens 30 Tagen ein Audit durchfuehren.
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
**Vorschlag (Redline):**
|
|
203
|
+
```
|
|
204
|
+
§ 12 Audit. Der Verantwortliche oder ein von ihm beauftragter unabhaengiger
|
|
205
|
+
Pruefer kann nach angemessener Voranmeldung (in der Regel 14 Tage, bei
|
|
206
|
+
begruendetem Verdacht auf Verstoesse auch kurzfristiger) ein Audit
|
|
207
|
+
durchfuehren. Der Auftragnehmer stellt alle erforderlichen Informationen
|
|
208
|
+
unentgeltlich zur Verfuegung. Bei begruendetem Verdacht entfaellt die
|
|
209
|
+
Voranmeldungsfrist; in diesem Fall steht dem Verantwortlichen das Recht
|
|
210
|
+
zur sofortigen Pruefung zu.
|
|
211
|
+
|
|
212
|
+
Anstelle des Audits kann der Auftragnehmer aktuelle SOC-2-Typ-2- oder
|
|
213
|
+
ISO-27001-Berichte einer unabhaengigen Pruefstelle vorlegen, sofern der
|
|
214
|
+
Verantwortliche damit einverstanden ist.
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
## Empfohlene Aktion
|
|
220
|
+
|
|
221
|
+
🚫 **AVV nicht abzeichnen.** Vorher nachverhandeln:
|
|
222
|
+
1. TOMs-Anhang verlangen (s.o. Vorschlag)
|
|
223
|
+
2. Datenpannen-Klausel einfuegen (s.o.)
|
|
224
|
+
3. Audit-Klausel umformulieren (s.o.)
|
|
225
|
+
4. TIA fuer Drittland-Transfer durchfuehren + als Anhang IV anfuegen
|
|
226
|
+
|
|
227
|
+
Bei Verweigerung des Providers: alternative Provider suchen oder
|
|
228
|
+
Drittland-Transfer ueber zusaetzliche Massnahmen (Verschluesselung mit
|
|
229
|
+
EU-Schluessel) ueber Schrems-II-Konstellation hinaus absichern.
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
## Halt-Conditions
|
|
235
|
+
|
|
236
|
+
- AVV-PDF nicht lesbar: STOP, OCR-Output oder Text-Input verlangen.
|
|
237
|
+
- Provider-Land nicht klar: STOP, Frage stellen.
|
|
238
|
+
- Bei Drittland ohne SCC: SOFORT 🔴-Flag setzen, niemals als „akzeptabel" labeln.
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
|
|
242
|
+
## Disclaimer
|
|
243
|
+
|
|
244
|
+
Diese Pruefung ist eine **technisch-strukturierte Klauseln-Pruefung**. Die
|
|
245
|
+
Endpruefung MUSS durch IT-Recht-Fachanwalt vor Vertragsabschluss erfolgen.
|
|
246
|
+
§ 2 RDG bleibt einschlaegig.
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: anwalt:az-verify
|
|
3
|
+
description: Cross-Check eines Aktenzeichens gegen drei Quellen — (1) lokal in references/bgh-urteile.md, (2) WebFetch auf Tier-1-Primaerquelle, (3) Halluzinations-Pattern-Check (Placeholder-Az. 1234/22 / 9999/22 / Jahr-Inkonsistenz). Output verified / unverified / suspicious / hallucination mit Begruendungs-Trail. KILLER-FEATURE — niemand sonst hat das.
|
|
4
|
+
allowed-tools: Read, Grep, WebFetch, WebSearch, Bash
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /anwalt:az-verify — Aktenzeichen-Provenance-Check
|
|
8
|
+
|
|
9
|
+
> Verifiziere ein konkretes Az. nach SKILL.md §5 Az.-Provenance-Pflicht in
|
|
10
|
+
> einem Single-Step. Output: 4-stufiges Verdict + Begruendungs-Trail.
|
|
11
|
+
> Pflicht-Verwendung VOR jeder Az.-Citation in Mandanten-Schriftsaetzen.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Input-Format
|
|
16
|
+
|
|
17
|
+
Beliebige der folgenden Formate akzeptiert:
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
/anwalt:az-verify BGH I ZR 113/20
|
|
21
|
+
/anwalt:az-verify EuGH C-673/17
|
|
22
|
+
/anwalt:az-verify BVerfG 1 BvR 1/22
|
|
23
|
+
/anwalt:az-verify OLG Hamm 11 U 88/22
|
|
24
|
+
/anwalt:az-verify LG Muenchen 3 O 17493/20
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
Mehrere Az. pro Aufruf:
|
|
28
|
+
```
|
|
29
|
+
/anwalt:az-verify BGH I ZR 113/20, EuGH C-673/17, BGH VIII ZR 90/22
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## 3-Stufen-Verification
|
|
35
|
+
|
|
36
|
+
### Stufe 1 — Lokal-Check (~30s)
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
grep -n "<AZ>" ~/.claude/skills/brutaler-anwalt/references/bgh-urteile.md
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
Wenn Treffer mit Source-URL: → STATUS = **VERIFIED-LOCAL**
|
|
43
|
+
Wenn Treffer ohne Source: → STATUS = **PARTIAL-LOCAL** (continue Stufe 2)
|
|
44
|
+
Wenn kein Treffer: → STATUS = **NOT-IN-DB** (continue Stufe 2)
|
|
45
|
+
|
|
46
|
+
### Stufe 2 — Primary-Source-WebFetch (~60s)
|
|
47
|
+
|
|
48
|
+
Pruefe in dieser Reihenfolge:
|
|
49
|
+
|
|
50
|
+
1. **BGH-Az.** (z.B. `BGH I ZR 113/20`):
|
|
51
|
+
- WebFetch: `https://juris.bundesgerichtshof.de/...` mit Az.-Suchparameter
|
|
52
|
+
- Fallback: `https://dejure.org/dienste/lex/BGB/...`
|
|
53
|
+
|
|
54
|
+
2. **EuGH-Az.** (z.B. `C-673/17`):
|
|
55
|
+
- WebFetch: `https://curia.europa.eu/juris/liste.jsf?num=<AZ>&language=de`
|
|
56
|
+
|
|
57
|
+
3. **BVerfG-Az.** (z.B. `1 BvR 1/22`):
|
|
58
|
+
- WebFetch: `https://www.bundesverfassungsgericht.de/...`
|
|
59
|
+
|
|
60
|
+
4. **OLG-Az.** (z.B. `OLG Hamm 11 U 88/22`):
|
|
61
|
+
- WebFetch: `https://nrwe.justiz.nrw.de/...` (fuer OLG-NRW)
|
|
62
|
+
- Fallback: `https://openjur.de/...`
|
|
63
|
+
|
|
64
|
+
5. **LG-Az.** (z.B. `LG Muenchen 3 O 17493/20`):
|
|
65
|
+
- WebFetch: `https://medien-internet-und-recht.de/...`
|
|
66
|
+
- Fallback: `https://openjur.de/...`
|
|
67
|
+
|
|
68
|
+
Bei Treffer mit Az.-Volltext-Match: → STATUS = **PRIMARY-SOURCE-VERIFIED**
|
|
69
|
+
Bei Treffer mit Az.-Sachverhalt-Match aber ohne explizites Az.: → SUSPICIOUS (siehe v3.3-Lesson: WebSearch-Snippet mit „aehnlichem Sachverhalt" ist NICHT ausreichend)
|
|
70
|
+
Bei keinem Treffer: → STATUS = **UNVERIFIED**
|
|
71
|
+
|
|
72
|
+
### Stufe 3 — Halluzinations-Pattern-Check (~10s)
|
|
73
|
+
|
|
74
|
+
Pruefe das Az. gegen 4 Indikatoren:
|
|
75
|
+
|
|
76
|
+
```python
|
|
77
|
+
suspicious_patterns = [
|
|
78
|
+
r"\b1234/\d{2}\b", # Placeholder
|
|
79
|
+
r"\b9999/\d{2}\b", # Placeholder
|
|
80
|
+
r"\b1111/\d{2}\b", # Placeholder
|
|
81
|
+
r"\b\d{4}/22\b", # Round-number suspicion fuer 2022er-Filings
|
|
82
|
+
]
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
Plus: Az.-Jahr vs. behauptetes Entscheidungs-Jahr divergiert > 3 Jahre?
|
|
86
|
+
(Az.-Vergabe in Eingangs-Jahr, Urteil typ. 1-3 Jahre spaeter — > 3 Jahre Drift = Verdacht)
|
|
87
|
+
|
|
88
|
+
Bei Match: → STATUS = **HALLUCINATION-SUSPECT** (auch wenn Stufe 1/2 grün — manuell verifizieren!)
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Output-Format
|
|
93
|
+
|
|
94
|
+
```markdown
|
|
95
|
+
# Az.-Verification — <YYYY-MM-DD HH:MM>
|
|
96
|
+
|
|
97
|
+
## BGH I ZR 113/20
|
|
98
|
+
|
|
99
|
+
| Stufe | Ergebnis | Detail |
|
|
100
|
+
|---|---|---|
|
|
101
|
+
| 1. Lokal-DB | ✅ VERIFIED-LOCAL | `references/bgh-urteile.md:42` mit Source-URL |
|
|
102
|
+
| 2. Primary-Source | ✅ PRIMARY-SOURCE-VERIFIED | juris.bundesgerichtshof.de Treffer mit Volltext |
|
|
103
|
+
| 3. Halluzinations-Check | ✅ CLEAN | Kein Placeholder-Pattern, Jahre konsistent |
|
|
104
|
+
|
|
105
|
+
**FINAL-VERDICT**: ✅ VERIFIED — bedenkenlos zitierbar.
|
|
106
|
+
|
|
107
|
+
**Source-URL**: https://juris.bundesgerichtshof.de/cgi-bin/...
|
|
108
|
+
**Sachverhalt**: Smartlaw — RDG-§-2 zu automatisierten Vertragsgeneratoren
|
|
109
|
+
**Entscheidungs-Datum**: 09.09.2021
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## C-9999/22 (hypothetisches Beispiel)
|
|
114
|
+
|
|
115
|
+
| Stufe | Ergebnis | Detail |
|
|
116
|
+
|---|---|---|
|
|
117
|
+
| 1. Lokal-DB | ❌ NOT-IN-DB | Kein Treffer in references/bgh-urteile.md |
|
|
118
|
+
| 2. Primary-Source | ❌ UNVERIFIED | WebFetch curia.europa.eu/juris/liste.jsf?num=C-9999/22 — keine Resultate |
|
|
119
|
+
| 3. Halluzinations-Check | 🚨 HALLUCINATION-SUSPECT | Placeholder-Pattern `9999/\d{2}` |
|
|
120
|
+
|
|
121
|
+
**FINAL-VERDICT**: 🚨 HALLUCINATION-SUSPECT — NICHT zitieren. Skill-Output dass diese Az. enthielt
|
|
122
|
+
muss korrigiert werden. PostWrite-Hook haette das blockiert.
|
|
123
|
+
|
|
124
|
+
**Empfohlene Aktion**: Az. aus Output entfernen, stattdessen `§-Zitat ohne Az.` verwenden, oder
|
|
125
|
+
`[ungeprueft, manuelle Verifikation vor Schriftsatz erforderlich]`-Tag.
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## Halt-Conditions
|
|
131
|
+
|
|
132
|
+
- Wenn Az.-Format nicht erkennbar (kein BGH/EuGH/OLG/LG/BVerfG-Prefix): STOP, User-Hint.
|
|
133
|
+
- Wenn WebFetch fehlschlaegt (Rate-Limit / Network-Error): STATUS = **WEBFETCH-FAILED**, Stufe 1 + 3 trotzdem reporten.
|
|
134
|
+
- Wenn > 10 Az. in einem Aufruf: STOP, bitten User Batch zu splitten.
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## Side-Effect bei VERIFIED + nicht-in-DB
|
|
139
|
+
|
|
140
|
+
Wenn Az. via Stufe 2 als PRIMARY-SOURCE-VERIFIED bestaetigt aber nicht in `references/bgh-urteile.md`:
|
|
141
|
+
|
|
142
|
+
→ **Vorschlag** (NICHT Auto-Apply): „Soll ich diese Az. zur DB hinzufuegen? (yes/no)"
|
|
143
|
+
→ Bei yes: Append-Entry zu `references/bgh-urteile.md` mit Source-URL + Sachverhalt-Kurzfassung.
|
|
144
|
+
→ Vergroessert die Local-Az.-DB ueber Audits hinweg.
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## Disclaimer
|
|
149
|
+
|
|
150
|
+
Selbst „VERIFIED" ersetzt KEINE anwaltliche Pruefung. Az.-Volltext kann sich
|
|
151
|
+
durch Berichtigungs-Beschluss aendern; Tenor kann unterschiedlich interpretiert
|
|
152
|
+
werden. Diese Verification ist eine **technisch-indikative Existenz-Bestaetigung
|
|
153
|
+
+ Halluzinations-Defense**, kein Tenor-Sachverhalts-Endurteil.
|
|
154
|
+
|
|
155
|
+
§ 2 RDG bleibt einschlaegig.
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: anwalt:cold-start
|
|
3
|
+
description: Einmaliges Practice-Profile-Interview. Erfasst Branche / Stack / B2B-B2C / EU-Land + Compliance-Status. Schreibt .brutaler-anwalt/profile.md im Projektroot. Jeder folgende Audit liest dieses Profil zuerst und ueberspringt Re-Discovery.
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /anwalt:cold-start — Practice-Profile-Interview
|
|
8
|
+
|
|
9
|
+
> Einmal pro Projekt aufrufen. Schreibt `.brutaler-anwalt/profile.md` mit den
|
|
10
|
+
> projektspezifischen Compliance-Konstanten. Jeder folgende Audit-Run (`/anwalt:audit`)
|
|
11
|
+
> liest diese Datei zuerst und ueberspringt die ~10-Minuten-Re-Discovery-Phase.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Workflow
|
|
16
|
+
|
|
17
|
+
### Schritt 1 — Existing-Profile-Check
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
test -f .brutaler-anwalt/profile.md && cat .brutaler-anwalt/profile.md || echo "no profile yet"
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Wenn Profile existiert + < 90 Tage alt: User fragen ob update oder skip.
|
|
24
|
+
Wenn > 90 Tage: empfehlen update (Recht-Updates: AI-Act, NIS2, BFSG, etc.).
|
|
25
|
+
|
|
26
|
+
### Schritt 2 — Auto-Detection aus Codebase
|
|
27
|
+
|
|
28
|
+
Ohne User-Input erfassen:
|
|
29
|
+
|
|
30
|
+
| Feld | Detection-Quelle |
|
|
31
|
+
|---|---|
|
|
32
|
+
| **Framework** | `package.json` deps: `next`, `react`, `vue`, `svelte`, `astro`, `nuxt`, `remix` |
|
|
33
|
+
| **Backend / DB** | `package.json`: `@supabase/supabase-js`, `prisma`, `drizzle-orm`, `mongoose`, `pg`, `mysql2` |
|
|
34
|
+
| **Hosting-Hint** | `vercel.json`, `netlify.toml`, `wrangler.toml`, `Dockerfile` |
|
|
35
|
+
| **Tracking / Analytics** | `package.json`: `@vercel/analytics`, `posthog-js`, `mixpanel`, `umami`, `plausible`, `gtag`, `next-google-analytics` |
|
|
36
|
+
| **Auth-Provider** | `package.json`: `@clerk/`, `next-auth`, `@auth0/`, `@supabase/auth-helpers`, `@workos-inc/` |
|
|
37
|
+
| **Payment** | `package.json`: `stripe`, `@paddle/`, `mollie`, `@adyen/`, `paypal` |
|
|
38
|
+
| **AI-Provider** | `package.json`: `@anthropic-ai/sdk`, `openai`, `@google-cloud/vertexai`, `@aws-sdk/client-bedrock` |
|
|
39
|
+
| **Email** | `package.json`: `resend`, `@sendgrid/mail`, `nodemailer`, `postmark`, `mailgun-js` |
|
|
40
|
+
| **Branche-Hint** | `README.md`, package-name, `app/`-Pfade (z.B. `/spa/`, `/praxis/`, `/shop/`, `/learn/`) |
|
|
41
|
+
|
|
42
|
+
### Schritt 3 — Interview (nur fuer Felder die nicht auto-detectbar sind)
|
|
43
|
+
|
|
44
|
+
Frage in genau dieser Reihenfolge, eine Frage pro Turn:
|
|
45
|
+
|
|
46
|
+
1. **Branche** — welche Hauptbranche bedient die App? (z.B. SaaS-Tools, E-Commerce, Heilberuf, Spa/Wellness, Finance, EdTech, MedTech, Gluecksspiel, Public-Sector, B2B-Software, andere)
|
|
47
|
+
2. **Zielgruppe** — B2C (Verbraucher) / B2B (Unternehmen) / Mixed?
|
|
48
|
+
3. **EU-Reichweite** — Nur Deutschland? DACH? EU-weit? Plus Drittland (USA, UK, Schweiz)?
|
|
49
|
+
4. **Datenkategorien** — verarbeitet ihr besondere Kategorien nach Art. 9 DSGVO? (Gesundheits-, biometrische, sexuelle Orientierung, religioes, rasse, gewerkschaft, politische Meinung)
|
|
50
|
+
5. **Tracking / Marketing** — habt ihr Cookie-Banner / Consent-Management implementiert? (Ja / Nein / Teilweise)
|
|
51
|
+
6. **Auftragsverarbeiter** — habt ihr AVVs mit allen externen Diensten? (Ja / Nein / Teilweise)
|
|
52
|
+
7. **Bestehende Compliance-Pruefung** — schon mal anwaltliche Compliance-Pruefung gehabt? (Ja, vor < 12 Monaten / Ja, > 12 Monate / Nein)
|
|
53
|
+
8. **Abmahn-Historie** — schon mal abgemahnt worden? (Nein / 1x / mehrfach)
|
|
54
|
+
9. **Compliance-Audit-Ziel** — was ist der primaere Ausloeser fuer diesen Audit? (Pre-Launch / Investoren-DD / Abmahn-Reaktion / Regulatorische-Stichtage / Routine-Hygiene)
|
|
55
|
+
|
|
56
|
+
Bei jeder Antwort: in den Profile-Eintrag notieren. KEIN Audit durchfuehren — das ist Job von `/anwalt:audit`.
|
|
57
|
+
|
|
58
|
+
### Schritt 4 — Profile-File schreiben
|
|
59
|
+
|
|
60
|
+
Erzeuge `.brutaler-anwalt/profile.md` mit dieser Struktur:
|
|
61
|
+
|
|
62
|
+
```markdown
|
|
63
|
+
---
|
|
64
|
+
generated: <ISO-Datum>
|
|
65
|
+
generator: brutaler-anwalt v4.3.0 (/anwalt:cold-start)
|
|
66
|
+
ttl_days: 90
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
# brutaler-anwalt — Projekt-Profil
|
|
70
|
+
|
|
71
|
+
> Wird von jedem `/anwalt:audit`-Run automatisch geladen.
|
|
72
|
+
> Refresh bei groesseren Stack-Aenderungen oder > 90 Tagen alt.
|
|
73
|
+
|
|
74
|
+
## Auto-Detected (aus Codebase)
|
|
75
|
+
|
|
76
|
+
| Feld | Wert | Source |
|
|
77
|
+
|---|---|---|
|
|
78
|
+
| Framework | <z.B. Next.js 15.3 App-Router> | package.json |
|
|
79
|
+
| Backend | <z.B. Supabase + Postgres> | package.json |
|
|
80
|
+
| Hosting | <z.B. Vercel> | vercel.json |
|
|
81
|
+
| Tracking | <Liste oder "keines erkannt"> | package.json |
|
|
82
|
+
| Auth | <Provider oder Custom> | package.json |
|
|
83
|
+
| Payment | <Provider oder "kein"> | package.json |
|
|
84
|
+
| AI-Provider | <Liste oder "kein"> | package.json |
|
|
85
|
+
| Email | <Provider oder "kein"> | package.json |
|
|
86
|
+
|
|
87
|
+
## Interview-Antworten
|
|
88
|
+
|
|
89
|
+
| Feld | Wert |
|
|
90
|
+
|---|---|
|
|
91
|
+
| Branche | <user-answer> |
|
|
92
|
+
| Zielgruppe | <B2C / B2B / Mixed> |
|
|
93
|
+
| EU-Reichweite | <DE / DACH / EU / + Drittland> |
|
|
94
|
+
| Art.-9-Daten | <Ja / Nein / welche> |
|
|
95
|
+
| Cookie-Banner | <Ja / Nein / Teilweise> |
|
|
96
|
+
| AVVs vollstaendig | <Ja / Nein / Teilweise> |
|
|
97
|
+
| Anwaltlich gepruft | <Wann / Nie> |
|
|
98
|
+
| Abmahn-Historie | <Nein / 1x / mehrfach> |
|
|
99
|
+
| Audit-Ziel | <Pre-Launch / DD / Abmahn-Reaktion / Stichtag / Routine> |
|
|
100
|
+
|
|
101
|
+
## Abgeleitete Pflicht-Audit-Surfaces
|
|
102
|
+
|
|
103
|
+
Aus den obigen Daten leitet der Skill folgende Mindest-Audit-Surfaces ab:
|
|
104
|
+
|
|
105
|
+
- [ ] **Impressum** (immer, § 5 DDG)
|
|
106
|
+
- [ ] **Datenschutzerklaerung** (immer, Art. 13/14 DSGVO)
|
|
107
|
+
- [ ] **Cookie-Banner / § 25 TDDDG** (wenn Tracking detected ODER Cookie-Banner=Nein)
|
|
108
|
+
- [ ] **AVV-Pruefung** (wenn AVVs!=vollstaendig)
|
|
109
|
+
- [ ] **Drittland-Transfer** (wenn EU-Reichweite + Drittland ODER US-Provider detected)
|
|
110
|
+
- [ ] **AGB B2C** (wenn Zielgruppe=B2C/Mixed)
|
|
111
|
+
- [ ] **Newsletter-DOI** (wenn Email-Provider detected)
|
|
112
|
+
- [ ] **Art-9-Workflow** (wenn Art-9-Daten=Ja)
|
|
113
|
+
- [ ] **Branchen-Layer** (siehe references/branchenrecht.md fuer <Branche>)
|
|
114
|
+
- [ ] **BFSG** (wenn Zielgruppe=B2C/Mixed, Stichtag 28.06.2025)
|
|
115
|
+
- [ ] **AEGIS-Integration** (wenn `aegis.config.json` oder `src/scanner/` existiert)
|
|
116
|
+
|
|
117
|
+
## Branchen-Recht (verlinkt)
|
|
118
|
+
|
|
119
|
+
<Hier auto-link zu relevanten References/branchenrecht-Sections basierend auf Branche-Antwort>
|
|
120
|
+
|
|
121
|
+
## Abgeleitete Risiko-Indikatoren
|
|
122
|
+
|
|
123
|
+
- Tracking ohne Consent → § 25 TDDDG-Risiko (HOCH wenn Cookie-Banner=Nein UND Tracking=Ja)
|
|
124
|
+
- Drittland ohne SCC → Schrems-II-Risiko (HOCH wenn US-Provider UND Drittland-Klausel fehlt)
|
|
125
|
+
- B2C ohne Widerrufsbelehrung → BGB §§ 312g-355 + UWG-Abmahn-Risiko
|
|
126
|
+
- Art-9 ohne Spezial-Workflow → Bussgeld-Risiko (Art. 83 Abs. 5 DSGVO: bis 20 Mio EUR / 4%)
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
**Profil generiert. Naechster Schritt:** `/anwalt:audit` — startet den 5-Persona-Vollaudit basierend auf diesem Profil.
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
### Schritt 5 — Confirm + Naechste-Schritte
|
|
134
|
+
|
|
135
|
+
Nach erfolgreichem Profile-Write:
|
|
136
|
+
|
|
137
|
+
1. Zeige Profil-Pfad + Zusammenfassung
|
|
138
|
+
2. Liste die 3-5 prio-hoechsten abgeleiteten Audit-Surfaces
|
|
139
|
+
3. Empfehle naechsten Command basierend auf Audit-Ziel:
|
|
140
|
+
- Pre-Launch / Routine → `/anwalt:audit`
|
|
141
|
+
- Abmahn-Reaktion → `/anwalt:simulate <abmahn-thema>`
|
|
142
|
+
- Anwaltliche-Pruefung-Vorbereitung → `/anwalt:audit` + Output an Anwalt geben
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
## Halt-Conditions
|
|
147
|
+
|
|
148
|
+
- **Refuse if `.brutaler-anwalt/profile.md` already exists + < 7 Tage alt + keine Stack-Aenderungen**: empfehle Skip statt Overwrite.
|
|
149
|
+
- **Refuse if Projektroot nicht erkennbar** (kein package.json, kein git-repo, kein Composer/Gemfile/etc.): User fragen ob das wirklich ein Projektroot ist.
|
|
150
|
+
- **Refuse if User abbricht im Interview** (>= 3 ausgelassene Antworten): Profile NICHT schreiben, User-Hinweis dass Audit ohne Profile minder-praezise wird.
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
## Disclaimer-Footer
|
|
155
|
+
|
|
156
|
+
Wie immer: Diese Auswertung ist keine Rechtsberatung i.S.d. § 2 RDG (BGH I ZR 113/20 Smartlaw).
|
|
157
|
+
Profile-Inhalt ist technisch-indikativ — fuer verbindliche Aussagen Mandatieren eines IT-Fachanwalts.
|