@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
package/skills/compliance/aegis-native/brutaler-anwalt/HANDOVER-LO-LIVE-VERIFICATION-2026-05-15.md
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
# Handover — Live-Verification der v4.3.0 durch LO
|
|
2
|
+
|
|
3
|
+
> **Status**: v4.3.0 ist **infrastructure-complete + autonomously-verified**.
|
|
4
|
+
> Awaiting **Live-Verification + GitHub-Push** fuer full `100% verified` Label.
|
|
5
|
+
|
|
6
|
+
> Geschrieben am 2026-05-15 nach autonomem 19-F-Item-Sprint mit 2-Pass-Advisor-Loop.
|
|
7
|
+
> Diese 3 Items KOENNEN nicht vom Agent erledigt werden — sie brauchen LO als Operator.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## 🎯 LO Action Items (15-20 Minuten)
|
|
12
|
+
|
|
13
|
+
### 1) Claude Code Restart
|
|
14
|
+
|
|
15
|
+
**Wichtig**: Quit + Reopen, **nicht** nur Fenster schliessen. Plugin-Manifest wird nur
|
|
16
|
+
beim Cold-Start gelesen.
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
Cmd+Q (oder System-Quit) → Claude Code von vorn oeffnen
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
### 2) Hook-System verifizieren (3 Sub-Tests)
|
|
23
|
+
|
|
24
|
+
#### 2a) SessionStart-Hook
|
|
25
|
+
Beim ersten Skill-Aufruf in einer neuen Session: siehst du im Context-Window einen
|
|
26
|
+
Block `# brutaler-anwalt — Reference-INDEX (via SessionStart-Hook)`?
|
|
27
|
+
- **Ja** ✓ → SessionStart-Hook firet
|
|
28
|
+
- **Nein** ✗ → entweder plugin.json nicht gefunden, oder Hook-Format ist anders als von Doku erwartet
|
|
29
|
+
|
|
30
|
+
#### 2b) UserPromptSubmit-Hook
|
|
31
|
+
Sage zu Claude:
|
|
32
|
+
```
|
|
33
|
+
Audit DSGVO Datenschutzerklärung gegen Drittland-Pflichten
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
Erwartung: Claude antwortet mit konkreten Inhalten aus `references/dsgvo.md` +
|
|
37
|
+
`references/audit-patterns.md` + `references/bgh-urteile.md` ohne dass du diese
|
|
38
|
+
Files manuell vorab gelesen hast. Der Context sollte am Anfang einen Block
|
|
39
|
+
`# brutaler-anwalt — On-Demand-KB-Chunks` enthalten.
|
|
40
|
+
|
|
41
|
+
- **Ja** ✓ → UserPromptSubmit-Hook firet + KB-Routing funktioniert
|
|
42
|
+
- **Nein** ✗ → Hook firet nicht, KB-Files nicht auto-loaded
|
|
43
|
+
|
|
44
|
+
#### 2c) PostWrite-Hook (kritischster Test — Az.-Provenance-Pflicht)
|
|
45
|
+
|
|
46
|
+
Sage zu Claude:
|
|
47
|
+
```
|
|
48
|
+
Erstelle audits/test-hook.md mit Inhalt:
|
|
49
|
+
# Test
|
|
50
|
+
> Haftungsausschluss: Keine Rechtsberatung i.S.d. § 2 RDG.
|
|
51
|
+
## Finding F-001
|
|
52
|
+
Verweis auf BGH I ZR 1234/22 ohne Source (das ist ein Placeholder-Pattern)
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
Erwartung: der Write-Versuch wird mit Exit-Code 2 geblockt. Du siehst stderr-
|
|
56
|
+
Output mit `[brutaler-anwalt] HALLUZINATIONS-VERDACHT: ...`. Die Datei wird NICHT
|
|
57
|
+
geschrieben.
|
|
58
|
+
|
|
59
|
+
- **Ja** ✓ → PostWrite-Hook firet + Hallucination-Defense funktioniert
|
|
60
|
+
- **Nein** ✗ → Hook firet nicht, Az.-Provenance-Pflicht ist NUR Skill-Logic, nicht enforced
|
|
61
|
+
|
|
62
|
+
### 3) Jeden neuen Slash-Command einmal invoken
|
|
63
|
+
|
|
64
|
+
Diese Commands existieren als Markdown-Definitionen, aber wurden noch nie wirklich
|
|
65
|
+
ausgefuehrt. **Authoring-Cycle First-Application-Risk** ist real.
|
|
66
|
+
|
|
67
|
+
#### 3a) `/anwalt:az-verify BGH I ZR 113/20`
|
|
68
|
+
Erwartung: 3-Stufen-Verification-Output mit Stufen-Ergebnissen + Final-Verdict
|
|
69
|
+
`VERIFIED` fuer dieses Az. (es ist in references/bgh-urteile.md mit Source-URL).
|
|
70
|
+
|
|
71
|
+
#### 3b) `/anwalt:cold-start` in einem Test-Projekt
|
|
72
|
+
Z.B. in einem Hundementor- oder Seitengold-Branch. Erwartung: Interview-Flow +
|
|
73
|
+
Auto-Detection aus package.json + Profile-File `.brutaler-anwalt/profile.md`.
|
|
74
|
+
|
|
75
|
+
#### 3c) `/anwalt:health`
|
|
76
|
+
Erwartung: 10/10 Checks + Final-Verdict `✓ Health-Check passed`.
|
|
77
|
+
|
|
78
|
+
#### 3d) Optional spaeter: `/anwalt:audit` in einem echten Projekt
|
|
79
|
+
Das ist der eigentliche Test ob das ganze System zusammenspielt.
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## 🚀 Distribution via AEGIS (canonical, kein Standalone-Repo)
|
|
84
|
+
|
|
85
|
+
> **Update 2026-05-15**: Standalone-GitHub-Repo-Pfad wurde verworfen. Skill ist
|
|
86
|
+
> jetzt vollstaendig in AEGIS-Repo integriert unter
|
|
87
|
+
> `packages/skills/skills/compliance/aegis-native/brutaler-anwalt/`.
|
|
88
|
+
> Der lokale Pfad `~/.claude/skills/brutaler-anwalt` ist ein Symlink auf
|
|
89
|
+
> diese AEGIS-Location — Updates am Skill werden also direkt am AEGIS-Branch
|
|
90
|
+
> gemacht.
|
|
91
|
+
|
|
92
|
+
### Workflow
|
|
93
|
+
|
|
94
|
+
1. Aenderungen am Skill: direkt in `packages/skills/skills/compliance/aegis-native/brutaler-anwalt/` editieren
|
|
95
|
+
2. Verifikation lokal: `bash <skill-dir>/scripts/health-check.sh` + `bash <skill-dir>/scripts/test-triggers.sh`
|
|
96
|
+
3. Commit per `feat(skills): F-...`-Pattern (AEGIS per-F-protocol)
|
|
97
|
+
4. Push auf `main` (AEGIS-Repo)
|
|
98
|
+
5. AEGIS `publish-skills` CI feuert auf `skills-v*`-Tag — bundled das skills-package mit allen Support-Artifacts (per Skill-Support-Artifact Convention 2026-05-15)
|
|
99
|
+
|
|
100
|
+
### Verifikation der CI-Konfiguration
|
|
101
|
+
|
|
102
|
+
```bash
|
|
103
|
+
# Lokale Simulation der CI-Invariant-Pruefung:
|
|
104
|
+
find packages/skills/skills -type f ! -name '*.md' \
|
|
105
|
+
! -name 'LICENSE' ! -name 'settings.json' ! -name 'streitwerte.json' \
|
|
106
|
+
! -path '*/scripts/*.sh' ! -path '*/hooks/*.py' ! -path '*/hooks/*.json' \
|
|
107
|
+
! -path '*/.claude-plugin/*.json' ! -path '*/templates/*.example' \
|
|
108
|
+
! -path '*/__pycache__/*' ! -name '*.pyc'
|
|
109
|
+
# Erwartung: keine Output-Zeilen (= Invariant haelt)
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
### CI-Workflow `.github/workflows/health.yml`
|
|
113
|
+
|
|
114
|
+
Existiert als Per-Skill-Workflow im Skill-Verzeichnis, ist im AEGIS-Context aber
|
|
115
|
+
nicht funktional (GitHub-Actions schaut nur in Repo-Root `.github/`). Bleibt als
|
|
116
|
+
Referenz erhalten falls der Skill irgendwann doch separat published wird.
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
## 📋 Was JETZT (vor Live-Verification) NICHT belastbar ist
|
|
121
|
+
|
|
122
|
+
- „Hooks feuern in der Produktion" — nur Standalone-Python-Tests gemacht (PostWrite-Hook
|
|
123
|
+
ist jedoch durch realen Customer-Audit Dog-Food-getestet — siehe Battle-Test-Section)
|
|
124
|
+
- „Slash-Commands funktionieren end-to-end" — keiner wurde echt invoked durch Claude-Code-UI
|
|
125
|
+
- AEGIS-Integration done: Skill am canonical-Pfad + Symlink in `~/.claude/skills/`
|
|
126
|
+
|
|
127
|
+
## ✅ Was AUCH OHNE Live-Verification belastbar ist
|
|
128
|
+
|
|
129
|
+
- 11/11 streitwerte.json Az.-Anker sind im bgh-urteile.md cross-verified
|
|
130
|
+
- 40/40 Trigger-Regression-Tests bestanden
|
|
131
|
+
- 10/10 Health-Check (Brand-Scrub + Az.-Provenance + Verzeichnis + Hooks-Syntax + Plugin-Schema + WebFetch-Allowlist + ReDoS-Audit)
|
|
132
|
+
- Path-Traversal-Defense + Max-Size-Cap (5MB) verifiziert
|
|
133
|
+
- Hook-Matcher-Syntax `"Write|Edit|MultiEdit"` gegen offizielle Doku (code.claude.com) verifiziert: korrekt als „exact-string-OR-list"
|
|
134
|
+
- Battle-Test gegen 4 reale Audit-Files: Hook faengt **60+ historisch-unsourced Az.** (= valid detection, kein FP)
|
|
135
|
+
- 37 Triggers + 49 WebFetch-Tier-1/2-Domains kuratiert
|
|
136
|
+
- 7 Slash-Commands dokumentiert + im Plugin-Manifest registriert
|
|
137
|
+
- CHANGELOG ehrlich gefuehrt mit allen Phase-1-bis-4 Items
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
## 🧾 Konkurrenz-Stand nach v4.3.0
|
|
142
|
+
|
|
143
|
+
| Feature | brutaler-anwalt v4.3.0 | claude-for-legal (Anthropic) | legal-audit-de | lawbster-mcp |
|
|
144
|
+
|---|---|---|---|---|
|
|
145
|
+
| Adversarial Posture | ✓✓ 5-Persona + Devil's-Advocate + Live-Probe | ✗ explizit excluded | ⚠️ Issue-Spotting | n/a |
|
|
146
|
+
| DE/EU-Tiefe | ✓✓ 14 EU-Verord. + 23 DE-Gesetze + 60 Az. + EUDR + DataAct + CRA + EHDS | ⚠️ GDPR-Sekundaer | ✓ DE/EU-only | ✓ Corpus-Layer |
|
|
147
|
+
| €-Schadens-Quantifizierung | ✓✓ %-Wahrsch. + EUR-Range + Abmahn-Simulation + strukturierte streitwerte.json | ✗ keine | ✗ Severity-CRIT/HIGH/MED/LOW | n/a |
|
|
148
|
+
| Az.-Provenance-Pflicht | ✓✓ 3-Layer (Logic + Permission + Output-Gate + JSON-aware) | ⚠️ `[verify]`-Flag | ⚠️ Tier-1-Whitelist | ✓ Corpus-verified |
|
|
149
|
+
| Hook-System | ✓ 3 Hooks (Session/Prompt/Write) + Bypass-Comment | ⚠️ skill-only | ✓ 3 Hooks | ✗ |
|
|
150
|
+
| Killer-Commands | ✓✓ `/az-verify` + `/dsar-respond` + `/avv-redline` + `/audit` + `/simulate` + `/cold-start` + `/health` | ⚠️ US-aequivalent | ⚠️ 8 grundlegende | ✗ keine |
|
|
151
|
+
| Branchen-Layer | ✓✓ HWG/MPDG/BORA/FernUSG/Spa/MedTech/Finance/Agritech-EUDR/Health-EHDS | ⚠️ US-Sektoren | ⚠️ basic | n/a |
|
|
152
|
+
| AEGIS-Scanner-Integration | ✓✓ native | ✗ | ✗ | ✗ |
|
|
153
|
+
| Lizenz | MIT (OSS-frei) | Apache-2 (OSS-frei) | MIT (OSS-frei) | MIT (paid SaaS) |
|
|
154
|
+
|
|
155
|
+
**Verdict**: brutaler-anwalt steckt — *sobald LO Live-Verification gemacht hat* — alle 3 Konkurrenz-Repos sauber in die Tasche.
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## ⚠️ Warning Labels die NICHT entfernt werden bevor Live-Verification gruen
|
|
160
|
+
|
|
161
|
+
- README `**Version:** 4.3.0` ist korrekt
|
|
162
|
+
- Status `Health-Check 10/10 ✓` ist korrekt
|
|
163
|
+
- ABER: `production-ready` Label bleibt OFF bis 2c + 3a/3b/3c gruen sind
|
|
164
|
+
- Erst wenn LO bestaetigt: dann kann der Tag `v4.3.0-verified` gepusht werden + production-ready-Status
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## Sign-Off (zu fuellen von LO)
|
|
169
|
+
|
|
170
|
+
```
|
|
171
|
+
[ ] 2a SessionStart-Hook firet → ja / nein / unklar
|
|
172
|
+
[ ] 2b UserPromptSubmit-Hook firet → ja / nein / unklar
|
|
173
|
+
[ ] 2c PostWrite-Hook firet + blockt → ja / nein / unklar
|
|
174
|
+
[ ] 3a /anwalt:az-verify funktioniert → ja / nein / unklar
|
|
175
|
+
[ ] 3b /anwalt:cold-start funktioniert → ja / nein / unklar
|
|
176
|
+
[ ] 3c /anwalt:health funktioniert → ja / nein / unklar
|
|
177
|
+
[ ] GitHub-Repo erstellt + push gruen → ja / nein / unklar
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
Wenn alle 7 ✓: tag `v4.3.0` + push tag, dann ist Status echt **100% verified und ready**.
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
Geschrieben: 2026-05-15
|
|
185
|
+
Session: autonom non-stop, 19 F-Items, 2-Pass-Advisor-Loop
|
|
186
|
+
Skill-Version: v4.3.0
|
|
187
|
+
Standalone-Repo: ~/.claude/skills/brutaler-anwalt/ (git init'd, 2 commits)
|
|
@@ -7,8 +7,14 @@
|
|
|
7
7
|
> und Az.-Source-URL.
|
|
8
8
|
|
|
9
9
|
**License:** MIT
|
|
10
|
-
**Version:** 3.
|
|
11
|
-
**Status:**
|
|
10
|
+
**Version:** 4.3.0 (siehe [`CHANGELOG.md`](./CHANGELOG.md))
|
|
11
|
+
**Status:** v4.3.0 Hook-System + WebFetch-Tier-1-Allowlist + Plugin-Manifest + 7 Slash-Commands + Coverage-2026 (EUDR + Data Act + CRA + EHDS + AI-Act-Sub-Tiers).
|
|
12
|
+
Health-Check 10/10 ✓ · 60 Az. mit 100% Source-Coverage · 14 EU/DE-Verordnungen + 23 DE-Spezialgesetze + 17 stack-patterns · 37 Trigger · 49 Tier-1/2-Domains · 11 strukturierte Schadens-Klassen.
|
|
13
|
+
**`secondary-source-derived`-Files in `references/gesetze/` brauchen Primary-Source-Verifikation
|
|
14
|
+
vor Mandanten-Citation** (siehe `references/gesetze/VERIFICATION-STATUS.md`).
|
|
15
|
+
|
|
16
|
+
> **AEGIS-Integration**: dieser Skill ist Teil der AEGIS-OSS-Suite und wird via `@aegis-scan/skills` distributed.
|
|
17
|
+
> Vollstaendige Standalone-Plugin-Installation siehe `HANDOVER-LO-LIVE-VERIFICATION-2026-05-15.md`.
|
|
12
18
|
|
|
13
19
|
---
|
|
14
20
|
|
|
@@ -138,7 +144,7 @@ brutaler-anwalt/
|
|
|
138
144
|
├── aegis-integration.md # AEGIS-Scanner-Findings → Anwalts-Bewertung
|
|
139
145
|
├── international.md # CCPA / UK-GDPR / DSG / Schrems-II
|
|
140
146
|
├── strafrecht-steuer.md # StGB §202a/263a/269 + GoBD/AO
|
|
141
|
-
├── templates/ #
|
|
147
|
+
├── templates/ # 12 anonymisierte Lehrbuch-Snippets (inkl. VVT-File-Upload + DSFA-Art-9)
|
|
142
148
|
├── gesetze/ # Strukturierte Gesetzes-Auszuege (Phase 2 WIP)
|
|
143
149
|
└── stack-patterns/ # Tech-Stack-spezifische Patterns (Phase 2 WIP)
|
|
144
150
|
```
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
<!-- aegis-local: AEGIS-native skill, MIT-licensed; adversarial DE/EU compliance auditor (DSGVO / DDG / TTDSG / UWG / NIS2 / AI-Act / branchenrecht) with 5-persona self-verification (Hunter / Challenger / Synthesizer + Devil's-Advocate + Live-Probe); consumes AEGIS scanner findings via references/aegis-integration.md; slash-command activation via /anwalt — keep frontmatter `name: brutaler-anwalt` so the trigger surface stays intact post-install. -->
|
|
1
|
+
<!-- aegis-local: AEGIS-native skill, MIT-licensed; adversarial DE/EU compliance auditor (DSGVO / DDG / TDDDG (vormals TTDSG, umbenannt 14.05.2024) / UWG / NIS2 / AI-Act / branchenrecht) with 5-persona self-verification (Hunter / Challenger / Synthesizer + Devil's-Advocate + Live-Probe); consumes AEGIS scanner findings via references/aegis-integration.md; slash-command activation via /anwalt — keep frontmatter `name: brutaler-anwalt` so the trigger surface stays intact post-install. -->
|
|
2
2
|
---
|
|
3
3
|
name: brutaler-anwalt
|
|
4
|
-
description: Adversarial DE/EU Compliance-Auditor mit Multi-Persona-Self-Verification (5 Personas: Hunter/Challenger/Synthesizer + Devil's-Advocate + Live-Probe) fuer DSGVO/UWG/AGB/Impressum/Cookies/AVV/NIS2/AI-Act/Branchen-/Straf-/Steuerrecht. Output sachlich-praezise mit %-Wahrscheinlichkeit + €-Schadensschaetzung + Abmahn-Simulation. Universalskill — branchenagnostisch fuer SaaS/Webseiten/Apps/Vertraege. Aktiviert bei /anwalt, /audit, /compliance-check oder Keywords: dsgvo, datenschutz, impressum, cookie, abmahnung, compliance, agb, avv, drittland, einwilligung, ttdsg, ddg, tmg, uwg, nis2, ai-act, gobd, dsa, urheber, marke, ePrivacy, drittlandtransfer, schrems, eugh, bgh, abmahnanwalt, datenpanne, betroffenenrechte, art-13, art-15, art-83, scc, tia, dsfa, vvt, dpo, dsb, lg-muenchen-google-fonts, fashion-id, dkim, dmarc, single-opt-in, double-opt-in, doi, konfigurator-audit, scanner-selbst-audit, llm-chatbot-dsgvo, smtp-outbound, csrf-origin-bug. KEINE Rechtsberatung i.S.d. RDG.
|
|
4
|
+
description: Adversarial DE/EU Compliance-Auditor mit Multi-Persona-Self-Verification (5 Personas: Hunter/Challenger/Synthesizer + Devil's-Advocate + Live-Probe) fuer DSGVO/UWG/AGB/Impressum/Cookies/AVV/NIS2/AI-Act/Branchen-/Straf-/Steuerrecht. Output sachlich-praezise mit %-Wahrscheinlichkeit + €-Schadensschaetzung + Abmahn-Simulation. Universalskill — branchenagnostisch fuer SaaS/Webseiten/Apps/Vertraege. Aktiviert bei /anwalt, /audit, /compliance-check oder Keywords: dsgvo, datenschutz, impressum, cookie, abmahnung, compliance, agb, avv, drittland, einwilligung, tdddg, ttdsg, ddg, tmg, uwg, nis2, ai-act, gobd, dsa, urheber, marke, ePrivacy, drittlandtransfer, schrems, eugh, bgh, abmahnanwalt, datenpanne, betroffenenrechte, art-13, art-15, art-83, scc, tia, dsfa, vvt, dpo, dsb, lg-muenchen-google-fonts, fashion-id, dkim, dmarc, single-opt-in, double-opt-in, doi, konfigurator-audit, scanner-selbst-audit, llm-chatbot-dsgvo, smtp-outbound, csrf-origin-bug. KEINE Rechtsberatung i.S.d. RDG.
|
|
5
5
|
model: opus
|
|
6
6
|
license: MIT
|
|
7
7
|
metadata:
|
|
8
8
|
required_tools: "shell-ops,file-ops,curl,playwright,aegis-scan"
|
|
9
9
|
required_audit_passes: "2"
|
|
10
|
-
enforced_quality_gates: "
|
|
10
|
+
enforced_quality_gates: "12"
|
|
11
11
|
pre_done_audit: "true"
|
|
12
|
+
version: "4.3.0"
|
|
13
|
+
hook_system: "session_start+prompt_submit+post_write"
|
|
14
|
+
webfetch_allowlist: "49-tier1-domains"
|
|
15
|
+
routing_triggers: "37"
|
|
16
|
+
slash_commands: "audit|simulate|az-verify|dsar-respond|avv-redline|cold-start|health"
|
|
12
17
|
---
|
|
13
18
|
|
|
14
19
|
# Brutaler Anwalt — Adversarial DE/EU Compliance Auditor
|
|
@@ -113,6 +118,23 @@ Dieser Skill agiert NIE ohne Reference-Backup. Vor jedem Output-Schritt:
|
|
|
113
118
|
"BGH X ZR Y/Z entscheidet die Frage", muss diese Az. genauso verifiziert
|
|
114
119
|
sein wie wenn sie aus bgh-urteile.md kaeme.
|
|
115
120
|
|
|
121
|
+
f.1 **EU/DE-Verordnungs-Detail-Files (B.1/B.2 — `references/gesetze/`)**
|
|
122
|
+
— Provenance-Disziplin gilt ANALOG fuer Sanktions-Hoehen, Fristen,
|
|
123
|
+
Artikel-Nummern. Spot-Check 2026-05-02 (12 high-stakes Claims) hat
|
|
124
|
+
~25-33% Error-Rate ergeben (3 substantielle Findings: AI-Act 1,5%->1%
|
|
125
|
+
gefixt, DORA-Frist unvollstaendig gefixt, MiCA Art. 86 vs Art. 111-Drift
|
|
126
|
+
gefixt).
|
|
127
|
+
Pflicht-Lesen vor jedem Citation-Output:
|
|
128
|
+
`references/gesetze/VERIFICATION-STATUS.md`. Dort Status-Klasse pro File:
|
|
129
|
+
- **verified** — zitierbar wie bisher
|
|
130
|
+
- **secondary-source-derived** — bei Citation Pflicht-Disclaimer
|
|
131
|
+
(„Sekundaerquellen-Inhalt — vor Mandanten-Citation gegen
|
|
132
|
+
eur-lex.europa.eu / gesetze-im-internet.de verifizieren")
|
|
133
|
+
- **skeleton-only** — NICHT zitieren
|
|
134
|
+
|
|
135
|
+
Verifikations-Roadmap auf v4.0.0-rc.2: alle `secondary-source-derived`
|
|
136
|
+
auf `verified` umstellen.
|
|
137
|
+
|
|
116
138
|
g. **V3.1-Lessons (post-V3.1-Audit-Vorfall 2026-04-30)** — nicht
|
|
117
139
|
nur Az.-Halluzinationen, sondern auch andere Output-Drift:
|
|
118
140
|
- Wenn Skill eine DSE-Aenderung empfiehlt mit operativer Dimension
|
|
@@ -207,25 +229,35 @@ Der Skill folgt einem festen Drei-Persona-Workflow + Vier-Modi-Routing. Pro Audi
|
|
|
207
229
|
4. **Output** im 4-Sektionen-Format (siehe `## Output-Format` unten)
|
|
208
230
|
5. **Verification** — Self-Test-Checkliste durchgehen vor Done-Claim (siehe `## Verification / Success Criteria` unten)
|
|
209
231
|
|
|
210
|
-
### HUNTER-
|
|
232
|
+
### HUNTER-9-Phasen-Workflow (intern, jeder SCAN-Pass)
|
|
211
233
|
|
|
212
234
|
Per `references/audit-patterns.md`:
|
|
235
|
+
0. **URL-INVENTORY** (V4-Pflicht) — ALLE Pages + API-Routes enumerieren (find page.tsx / sitemap.xml / footer-links / DE-Pflicht-Slug-Probe). DEFAULT: audit alle gefundenen URLs ohne explizite Eingrenzung. Halt-Condition: nicht in Phase 1 wechseln, bevor Pflicht-Pages-Set (impressum/datenschutz/agb/widerruf/widerrufsformular/kontakt + bei Pricing-Page auch /kuendigung + bei Scanner-Service auch /scanner-haftungsausschluss) gepruefft.
|
|
213
236
|
1. HEADER-AUDIT (curl -sSI auf Live-URL)
|
|
214
237
|
2. HTML-LIVE-PROBE (SSR-Inhalt + DOM-Struktur)
|
|
215
|
-
3. IMPRESSUM-AUDIT (DDG §5 + Footer-Link-Resolver)
|
|
216
|
-
|
|
217
|
-
|
|
238
|
+
3. IMPRESSUM-AUDIT (DDG §5 + Footer-Link-Resolver) + § 312k Kuendigungsbutton-Check (V4) + PAngV/MwSt-Check (V4)
|
|
239
|
+
3.5 **MARKETING<->AGB<->DSE-KONSISTENZ-AUDIT** (V3.3-Pattern, post-2026-05-05) — Cross-Doc-Drift zwischen Marketing-Aussagen + AGB-Klauseln + DSE
|
|
240
|
+
3.6 **AZ.-CITATION-PROVENANCE-CHECK** (V3.3-Pattern, post-2026-05-05) — Whitelist-Cross-Check jedes Az. gegen `bgh-urteile.md`; nicht-gelistete Az. nur mit Volltext-Verifikation oder bare § citation
|
|
241
|
+
4. DSE-AUDIT (DSGVO Art. 13 + Drittland + AVV) + Stand-Datum-Code-Drift-Check (V4: `new Date()` in Pflicht-Pages = Drift-Style-3)
|
|
242
|
+
5. COOKIE-/CONSENT-AUDIT (§ 25 TDDDG + Pre-consent-Tracking)
|
|
218
243
|
6. BRANCHEN-LAYER (BORA/HWG/LMIV/etc., wenn identifizierbar)
|
|
244
|
+
6b **DEPLOYMENT-HYGIENE-AUDIT** (V3.3-Pattern, post-2026-05-05) — Robots.txt / X-Robots-Tag / .git-public-leak / `.env`-public-leak / Sitemap-Pflicht-Page-Coverage
|
|
219
245
|
7. CSP-CODE-CROSS-CHECK (wenn Repo-Zugriff)
|
|
220
246
|
8. SCHADENS-DIAGNOSE-FORMEL (SYNTHESIZER-Konsolidierung)
|
|
221
247
|
|
|
222
|
-
**
|
|
248
|
+
**DEFAULT-Scope**: Wenn der User nicht explizit eingrenzt („audit nur /datenschutz"), MUESSEN ALLE Pages des Repos auditiert werden. Bei eingrenztem Scope: Output enthaelt explizit „nicht-auditierte URLs" — Auditor traegt keine Verantwortung fuer das, was er nicht gesehen hat.
|
|
249
|
+
|
|
250
|
+
**Plus optional Sub-Phasen** (V3.3+V4, je nach Site-Typ; werden zwischen Phase 5 und 6 ausgeloest, wenn relevante Surface erkannt):
|
|
223
251
|
- **5b BFSG** (B2C E-Commerce, seit 28.06.2025)
|
|
224
252
|
- **5c UGC-PUBLIC-PII** (Vermisst-/Marketplace-/Forum-Plattformen)
|
|
225
253
|
- **5d KONFIGURATOR-/MULTI-STEP-FORM** (Onboarding-Wizard, Quoting, Customer-Briefing-Pipeline)
|
|
226
|
-
- **
|
|
254
|
+
- **5d.1 DIRECT-FILE-UPLOAD-COMPLIANCE** (V4-Sub-Pattern, post-2026-05-03) — Multi-Step-Form mit File-Upload (Schema-Migration / localStorage / base64-Crash / Path-Traversal / SVG-XSS / Filename-PII / Customer-Receipt / Disk-DoS / Email-Cap / VVT)
|
|
255
|
+
- **5e AI-CHATBOT-/LLM-DSGVO** (Site-weite LLM-Chats: Mistral / OpenAI / major-LLM-providers / Self-hosted)
|
|
227
256
|
- **5f SCANNER-/AUDIT-TOOL-SELBST-AUDIT** (wenn die Site selbst einen Scanner / Audit-Tool als Service anbietet — Smartlaw-Disclaimer + SSRF + Active-Probes-Pflichten)
|
|
228
|
-
- **5g EMAIL-/SMTP-OUTBOUND-COMPLIANCE** (SPF/DKIM-TXT/DMARC + DOI + Cold-Outreach + List-Unsubscribe)
|
|
257
|
+
- **5g EMAIL-/SMTP-OUTBOUND-COMPLIANCE** (SPF/DKIM-TXT/DMARC + DOI + Cold-Outreach + List-Unsubscribe, post-2026-05-05)
|
|
258
|
+
- **5g.4 EMAIL-TEMPLATE-FONT-AUDIT** (V4-Sub-Pattern, post-2026-05-05) — Google Fonts in HTML-Mail-Templates / System-Font-Stack-Pflicht / LG-Muenchen-3-O-17493/20-Analogie
|
|
259
|
+
- **5h B2C/B2B-FUNNEL-KONFLIKT** (B2B-AGB-Klausel vs. oeffentlicher Konfigurator/Buchung — § 13 BGB / § 312g BGB / UWG § 5a, post-2026-05-05)
|
|
260
|
+
- **5i ART-9-BEWEIS-WORKFLOW-AUDIT** (V4-Pattern, post-2026-05-03) — Site verarbeitet besondere Kategorien Art. 9 DSGVO (Gesundheit, biometrisch, etc.) — Beweis-Modi-Audit + Crypto-at-Rest-Pflicht + Aufbewahrungsfristen + Audit-Log-Pflicht-Events + § 22 BDSG-Misuse-Detection
|
|
229
261
|
|
|
230
262
|
### Modi
|
|
231
263
|
|
|
@@ -282,14 +314,14 @@ Stand: [Datum] | Rechtsstand: Deutschland / EU
|
|
|
282
314
|
[2–4 Saetze: Wahrscheinlichkeit Abmahnung/Bussgeld binnen 90 Tagen,
|
|
283
315
|
€-Range Worst-Case, kritischste 1–3 Findings, primaerer Hebel.
|
|
284
316
|
Beispiel: „Abmahn-Wahrscheinlichkeit binnen 12 Wochen: 78%. €-Range
|
|
285
|
-
4.500–18.000. Hauptrisiko: § 25
|
|
317
|
+
4.500–18.000. Hauptrisiko: § 25 TDDDG (Tracker vor Consent) +
|
|
286
318
|
§ 5 DDG (Telefon fehlt) als doppelter UWG-§3a-Hebel."]
|
|
287
319
|
|
|
288
320
|
## 2. Findings (HUNTER + CHALLENGER verified)
|
|
289
321
|
|
|
290
322
|
| # | Wahrsch. | Kritikalitaet | Bereich | Rechtsgrundlage | €-Range | Status | Fix |
|
|
291
323
|
|---|----------|---------------|---------|-----------------|---------|--------|-----|
|
|
292
|
-
| 1 | 87% | 🔴 KRITISCH | Cookie-Consent | § 25
|
|
324
|
+
| 1 | 87% | 🔴 KRITISCH | Cookie-Consent | § 25 TDDDG + Art. 6 DSGVO | 5.000–15.000 | verified | [konkret] |
|
|
293
325
|
| 2 | 64% | 🟡 HOCH | Impressum | § 5 DDG | 800–4.000 | verified | [konkret] |
|
|
294
326
|
| 3 | 31% | 🟢 MITTEL | AGB | § 307 BGB | 0–1.500 | disputed | [konkret] |
|
|
295
327
|
|
|
@@ -357,6 +389,14 @@ Lade nur die passenden References — nicht alle auf einmal. Token-Disziplin.
|
|
|
357
389
|
| Checklisten Impressum/DSE/Cookie/AVV/Datenpanne/Form/E-Commerce/Cold-Outreach | `references/checklisten.md` |
|
|
358
390
|
| BORA (Anwaelte), HOAI (Architekten), HWG (Heilberufe), LMIV (Lebensmittel), MPDG (Medizin), GlueStV (Gluecksspiel), JuSchG, FernUSG, Versicherung, Bank, BfArM | `references/branchenrecht.md` |
|
|
359
391
|
| BGH/EuGH/LG-Urteile mit Az., Datum, Tenor — als Beleg-Datenbank | `references/bgh-urteile.md` |
|
|
392
|
+
| EuGH-DSGVO-Schadensersatz-Linie (Art. 82 DSGVO, 24 verifizierte Urteile, Tier-1+Tier-2 + Anwendungs-Mapping) — Pflicht-Lookup bei Schadensersatz-Argumentation, Bagatell-Schwelle, Befuerchtungs-Schaden, Konzern-Umsatz-Bussgeld-Basis | `references/eu-eugh-dsgvo-schadensersatz.md` |
|
|
393
|
+
| EDPB-Guidelines/Recommendations/Opinions (33+ nummerierte Guidelines, 6 Recommendations, 4 Top-Opinions, WP29-endorsed-Set, 10-Cluster-Index nach Themen Bussgeld/Cookies/Rechtsgrundlagen/Drittland/Betroffenenrechte/PbD/Breach/Sektor/AI/Joint) — primaere Behoerden-Auslegung der DSGVO, Skill zitiert Guideline-ID + Adoption-Datum + URL bei jedem DSGVO-Audit-Befund | `references/eu-edpb-guidelines.md` |
|
|
394
|
+
| Aufsichtsbehoerden-Taetigkeitsberichte 2024 (BfDI/BayLDA/LfDI BW/HmbBfDI/LDI NRW) mit Bussgeld-Statistiken, Top-Faellen, Schwerpunkten + Cross-Cluster-Themen — Marktrealitaets-Anker fuer Bussgeld-Hoehe-Argumentation + Pre-Anwalts-Risiko-Bewertung | `references/de-aufsichtsbehoerden-taetigkeitsberichte-2024.md` |
|
|
395
|
+
| DSK-Beschluesse + Orientierungshilfen (Datenschutzkonferenz Bund/Laender, 29 verifizierte Eintraege in 8 Clustern: M365/Cloud/Telemedien, Beschaeftigtendaten/HinSchG/KI, Auskunft/Schadensersatz/Bussgeld, Drittland, Cookies/Werbung, Sektor, Data-Breach, Standardisierung) — Behoerden-bindende DE-Auslegung; bei jedem DSGVO-Audit-Befund auf passenden DSK-Anker pruefen | `references/de-dsk-beschluesse.md` |
|
|
396
|
+
| AVV/DPA Komplett-Layer (10 Templates: AVV-Standard-DE, AVV-EN-international, SCC-Module-2, SCC-Module-3, UK-IDTA, CH-revDSG-Anhang, TOM-Katalog, Sub-Processor-List, Audit-Klausel-Varianten, Joint-Controller-Vertrag Art. 26) — Workproduct-Layer fuer Auftragsverarbeitungs-Vertraege nach Art. 28 + Drittland-Layer | `references/templates-avv-layer/` |
|
|
397
|
+
| Bussgeld-Argumentations-Layer (15 Mitigations + 10 Aggravations + 11 Bemessungsfaktoren Art. 83 Abs. 2 + EDPB Guidelines 04/2022 + DSK Bussgeldkonzept 2019 + EuGH C-807/21 Deutsche Wohnen + LG Bonn 1&1 + Top-50 EU-Bussgelder strukturiert + Verteidigungs-Strategien post-C-807/21) — bei jedem Bussgeld-Risiko-Memo Pflicht-Lookup | `references/de-bussgeld-argumentations-layer.md` |
|
|
398
|
+
| Az.-Auffuellung Batch 1 (53 voll-verifizierte zusaetzliche Az. in 8 Sektionen: BGH 2024-2026 IZR/VIZR/VIIIZR, BAG-Beschaeftigtendaten + Arbeitszeit + KI, OLG-Art-15-Auskunft, OLG/LG-Schadensersatz post-C-300/21, LG-Cookie-Banner, VG/BVerwG-Aufsichtsbehoerden, EuGH-NICHT-Schadensersatz, AGG-Beweislast bei KI-Tools) — Komplement zu bgh-urteile.md mit ~50 frischen 2024-2026-Faellen | `references/az-auffuellung-batch1.md` |
|
|
399
|
+
| **DE-Statute Tier-1 Skeleton** (25 fehlende DE-Spezialgesetze: HWG, AMG, MPDG, DiGAV, LFGB, GwG, KWG, ZAG, WpHG, ArbZG, NachwG, AGG, BetrVG, HinSchG, VVG, PAngV, VerpackG, ElektroG, DDG, TDDDG, VDuG, RDG, FernUSG, UrhG-UrhDaG, GeschGehG) — paragraphs.md + audit-relevance.md je Statute. **⚠ az-list-unverified Quarantäne**: Top-Az.-Listen wurden aus Domain-Wissen befüllt + agent-flagged als nicht-Volltext-verifiziert; Skill-Output muss bei Az.-Citation aus diesen Files Volltext-Verifikation pflicht durchführen ODER nur §§-Citation nutzen. paragraphs.md-Wortlaute sind close-paraphrase (außer AMG §21/§95 dejure-verifiziert). VERIFICATION-NOTES.md im Folder dokumentiert Pre-Integration-Checkliste. | `references/de-statute-tier1/` |
|
|
360
400
|
| Abmahn-Brief-Templates, Behoerden-Anhoerung-Templates, Unterlassungserklaerung-Vorlage | `references/abmahn-templates.md` |
|
|
361
401
|
| AEGIS-Scanner-JSON-Output konsumieren, Findings mappen auf Rechtsgrundlagen | `references/aegis-integration.md` |
|
|
362
402
|
| CCPA, UK-GDPR, Schweizer DSG, Drittlandtransfer-Details, Schrems-II-Folgen | `references/international.md` |
|
|
@@ -524,7 +564,7 @@ Wenn auch nur **eine** Checkbox nicht erfuellt: NICHT als `done` deklarieren. St
|
|
|
524
564
|
Aktiviere automatisch wenn User in seiner Anfrage erwaehnt:
|
|
525
565
|
- DSGVO / GDPR / Datenschutz
|
|
526
566
|
- Impressum / DDG / TMG / TDDDG
|
|
527
|
-
- Cookie / Cookie-Banner / Consent / TTDSG / § 25
|
|
567
|
+
- Cookie / Cookie-Banner / Consent / TDDDG / TTDSG (Legacy-Alias) / § 25
|
|
528
568
|
- Abmahnung / Abmahn-Anwalt / UWG / Wettbewerb
|
|
529
569
|
- AVV / Auftragsverarbeitung / Drittland / SCC / TIA
|
|
530
570
|
- AGB / Widerrufsrecht / Verbraucherschutz
|
|
@@ -533,6 +573,10 @@ Aktiviere automatisch wenn User in seiner Anfrage erwaehnt:
|
|
|
533
573
|
- NIS2 / KRITIS / BSIG / IT-Sicherheit
|
|
534
574
|
- AI Act / EU AI Act / KI-Verordnung
|
|
535
575
|
- BGH-Urteil / EuGH / Schrems / Fashion-ID / Smartlaw / LG-Muenchen-Google-Fonts
|
|
576
|
+
- Konfigurator / Onboarding-Wizard / Multi-Step-Form / Quoting-Tool
|
|
577
|
+
- B2B-only-AGB / B2C-Funnel / § 13 BGB / § 14 BGB / Verbraucher-Eigenschaft
|
|
578
|
+
- Email-Template / E-Mail-Versand / Newsletter-Template / Transactional-Mail
|
|
579
|
+
- DSE-Versions-Drift / Versionsnummer-Inkonsistenz / Drift-Style-3
|
|
536
580
|
|
|
537
581
|
---
|
|
538
582
|
|
|
@@ -543,7 +587,7 @@ Wenn das Projekt das AEGIS-Scanner-System hat (Indikator: `src/scanner/` mit `ti
|
|
|
543
587
|
1. Pruefe ob ein aktueller AEGIS-Scan-Output existiert (`/tmp/aegis-scan.json` oder `aegis-reports/latest.json`). Wenn nein, schlage SCAN-Lauf vor (`pnpm aegis scan` o.ae.).
|
|
544
588
|
2. Konsumiere AEGIS-Findings:
|
|
545
589
|
- tier1 (DNS/Headers/HSTS) → `it-recht.md` BSI-Referenz
|
|
546
|
-
- tier2 (cookie-audit, embeds-consent, font-provider, tracking-scan) → `dsgvo.md` § 25
|
|
590
|
+
- tier2 (cookie-audit, embeds-consent, font-provider, tracking-scan) → `dsgvo.md` § 25 TDDDG
|
|
547
591
|
- tier3 (cookie-compliance, datenschutz-check, impressum-check, branche) → DSGVO/DDG-Mapping
|
|
548
592
|
3. Mappe AEGIS-Schweregrad auf Anwalts-Kritikalitaet:
|
|
549
593
|
- AEGIS critical → 🔴 KRITISCH (Wahrsch. typisch > 70%)
|
|
@@ -717,6 +761,41 @@ HUNTER → CHALLENGER → SYNTHESIZER (Pflicht) + DEVIL'S ADVOCATE bei Wahrsch.
|
|
|
717
761
|
### Schritt 5: Findings zurueck in den Skill (Battle-Testing-Pattern)
|
|
718
762
|
Neue Patterns die der Audit aufdeckt → zurueck in `references/audit-patterns.md` / `branchenrecht.md` / `bgh-urteile.md`. Skill verbessert sich mit jedem realen Audit (LIVE-Doc-Pattern).
|
|
719
763
|
|
|
764
|
+
### Schritt 6: Sprint-Workflow (Pre-Implementation + Re-Audit, V4-Pattern)
|
|
765
|
+
|
|
766
|
+
Pattern post-Art-9-Workflow-Audit 2026-05-03:
|
|
767
|
+
|
|
768
|
+
1. **Pre-Implementation-Audit** (`/anwalt hunt <thema>`): Skill identifiziert Findings BEVOR Code geschrieben wird. Findings werden in Implementation-Plan als Akzeptanzkriterien aufgenommen.
|
|
769
|
+
2. **Implementation** (z.B. via feature-dev:code-architect, code-reviewer-Agent): Code adressiert Findings 1:1.
|
|
770
|
+
3. **Re-Audit** (`/anwalt hunt <thema>` erneut nach Implementation): Skill verifiziert ob Findings closed sind. Output landet als Audit-Doc in `docs/audits/<thema>-anwalt-<datum>.md` mit Status pro Finding.
|
|
771
|
+
|
|
772
|
+
**Vorteil**: empirische Closure-Verifikation statt Selbst-Behauptung. Ein Restrisiko-Resttreffer im Re-Audit ist akzeptabel wenn dokumentiert.
|
|
773
|
+
|
|
774
|
+
**Beispiel** (post-Art-9-Workflow-Sprint 2026-05-03): Pre-Audit identifizierte 8 Findings (Art. 9 + Art. 7 + § 823 + § 22 BDSG-Misuse + DSFA-fehlt + eIDAS-Beweis + Mitarbeiter-Abtipp + Aufbewahrung). 6 Sprint-Commits + DB-Migrationen. Re-Audit ergab 8/8 closed + 5 neue Findings (4 by-design, 1 P0-Mini-Sprint). Abmahn-Wahrscheinlichkeit von 45-60% auf 5-10% reduziert.
|
|
775
|
+
|
|
776
|
+
### Schritt 7: Pre-Anwalt-Architektur-Review-Pattern (V4-Pattern)
|
|
777
|
+
|
|
778
|
+
Pattern post-File-Upload-Sprint 2026-05-03:
|
|
779
|
+
|
|
780
|
+
Bei groesseren Sprint-Umsetzungen die neue Code-Pfade einfuehren (File-Upload,
|
|
781
|
+
neue API-Routes, Storage-Migration, Auth-Changes): VOR brutaler-anwalt einen
|
|
782
|
+
Architektur-Review-Pass durchlaufen. Brutaler-anwalt audit Compliance-Layer;
|
|
783
|
+
Architektur-Findings (Race-Conditions, falsche API-Position, Encoding-Crashes,
|
|
784
|
+
Schema-Migration-Bugs) sind orthogonal und koennen brutaler-anwalt-Audit
|
|
785
|
+
verfaelschen wenn nicht vorher geschlossen.
|
|
786
|
+
|
|
787
|
+
**Empfohlener Workflow:**
|
|
788
|
+
1. Sprint umgesetzt + Tests gruen
|
|
789
|
+
2. Architektur-Review (z.B. advisor / code-reviewer / strict reviewer-Agent):
|
|
790
|
+
„Welche Architektur-Findings wuerde ein erfahrener Reviewer aufdecken?"
|
|
791
|
+
3. Findings #1-N als Pre-Anwalt-Backlog → fixen ODER bewusst akzeptieren
|
|
792
|
+
4. Brutaler-anwalt-Audit als finaler Compliance-Layer
|
|
793
|
+
5. Anwalt-Findings als post-Anwalt-Backlog → fixen ODER deferred mit Owner
|
|
794
|
+
|
|
795
|
+
**Anti-Pattern:** brutaler-anwalt allein als Sprint-Quality-Gate verwenden
|
|
796
|
+
ohne Architektur-Review. Compliance-Audit findet keine Race-Conditions —
|
|
797
|
+
diese sind aber genauso real fuer Customer-Risk wie DSE-Drift.
|
|
798
|
+
|
|
720
799
|
---
|
|
721
800
|
|
|
722
801
|
## Health-Check (Self-Test fuer Skill-Konsistenz)
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: anwalt:audit
|
|
3
|
+
description: Vollstaendiger 5-Persona-Compliance-Audit der aktuellen Codebase / Website / Vertraege. Loads practice-profile (falls vorhanden) + KB + executes Hunter+Challenger+Synthesizer+Devil's-Advocate+Live-Probe sweep. Output: BRUTALER-AUDIT-<YYYY-MM-DD>.md mit findings (%-Wahrscheinlichkeit + EUR-Range + Az.-Beleg + Mitigation-Code).
|
|
4
|
+
allowed-tools: Read, Write, Edit, Glob, Grep, Bash, WebFetch
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /anwalt:audit — 5-Persona-Compliance-Audit
|
|
8
|
+
|
|
9
|
+
> Triggert den vollstaendigen brutaler-anwalt-Workflow. Output ist ein
|
|
10
|
+
> File `audits/BRUTALER-AUDIT-YYYY-MM-DD.md` mit Findings + PostWrite-Hook-
|
|
11
|
+
> validierter Disclaimer-Block + Az.-Provenance-Pflicht.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Pre-Audit-Checks (HARD-CONSTRAINT)
|
|
16
|
+
|
|
17
|
+
Bevor Audit startet, verifizieren:
|
|
18
|
+
|
|
19
|
+
1. **Reference-State**: SessionStart-Hook hat `references/INDEX.md` injiziert?
|
|
20
|
+
- Wenn nein → manueller `Read references/INDEX.md` zuerst.
|
|
21
|
+
|
|
22
|
+
2. **Practice-Profile**: existiert `.brutaler-anwalt/profile.md`?
|
|
23
|
+
- Wenn ja → laden, ueberspringt Re-Discovery-Phase.
|
|
24
|
+
- Wenn nein → User darauf hinweisen, `/anwalt:cold-start` zuerst empfehlen (spart 10 Min).
|
|
25
|
+
- Wenn User trotzdem direkt-audit will: minimale Auto-Detection (package.json, README.md, app-Routes).
|
|
26
|
+
|
|
27
|
+
3. **AEGIS-Integration**: existiert `aegis.config.json` oder `src/scanner/`?
|
|
28
|
+
- Wenn ja → AEGIS-Scanner-Output via `aegis scan --json` zuerst, dann Findings in Audit aufnehmen.
|
|
29
|
+
- Wenn nein → ueberspringen, weiter mit static-analysis-Pattern.
|
|
30
|
+
|
|
31
|
+
4. **Audit-Patterns laden**: `references/audit-patterns.md` IMMER laden (V4-Pattern-Methodik).
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 5-Persona-Workflow
|
|
36
|
+
|
|
37
|
+
### Phase 1 — HUNTER (Surface-Sweep)
|
|
38
|
+
|
|
39
|
+
Systematisch alle Audit-Surfaces durchgehen. Pro Surface:
|
|
40
|
+
- Pattern aus `references/audit-patterns.md` anwenden
|
|
41
|
+
- Treffer als Finding-Kandidat notieren (NICHT als Final-Finding)
|
|
42
|
+
|
|
43
|
+
Pflicht-Surfaces (aus SKILL.md):
|
|
44
|
+
1. Header-Audit (HSTS/CSP/Referrer-Policy/Permissions-Policy)
|
|
45
|
+
2. HTML-Live-Probe (Cookie-Banner/Mixed-Content/Public-Static-Files)
|
|
46
|
+
3. Impressum-Audit (§ 5 DDG)
|
|
47
|
+
4. DSE-Audit (DSGVO Art. 13, Drittland, AVV, Drift-Styles 1+2+3+4)
|
|
48
|
+
5. Cookie-/Consent-Audit (§ 25 TDDDG)
|
|
49
|
+
6. Branchen-Layer (per profile.md ODER per detection)
|
|
50
|
+
7. CSP-Code-Cross-Check (3-Surface-Pattern: Repo + CSP-Header + Public-Text)
|
|
51
|
+
8. UGC-PII-Audit (Public-Profile / Marketplace / Lost-Found)
|
|
52
|
+
9. AGB B2C (Pflicht-Klauseln-Komplettliste)
|
|
53
|
+
10. BFSG (B2C E-Commerce ab 28.06.2025)
|
|
54
|
+
11. GoBD/AO (Aufbewahrungs-Cron + Compliance-Frist 6/10 Jahre)
|
|
55
|
+
12. Auth-Flow (bcrypt-cost, MFA, Audit-Log, Session-Cookie-Attribute)
|
|
56
|
+
13. Newsletter-DOI (Confirmation-Token, Unsubscribe-Link)
|
|
57
|
+
14. AI-Act-Compliance (Risk-Class + Transparenz Art 50 + GPAI Art 51)
|
|
58
|
+
15. EUDR-Compliance (wenn Coffee/Soy/Beef/Wood/Cocoa/Rubber/Palm)
|
|
59
|
+
16. Data-Act-Switching-Klauseln (wenn IoT oder Cloud-Provider)
|
|
60
|
+
17. CRA-Pflichten (wenn „Produkt mit digitalen Elementen", Stichtag 11.12.2027)
|
|
61
|
+
18. EHDS-Compliance (wenn Health/MedTech/Heilberuf/Spa-Behandlung)
|
|
62
|
+
|
|
63
|
+
### Phase 2 — CHALLENGER (False-Positive-Filter)
|
|
64
|
+
|
|
65
|
+
Jedes Hunter-Finding gegen-pruefen:
|
|
66
|
+
- Ist das Pattern wirklich ein Verstoss, oder Branche-typischer Edge-Case?
|
|
67
|
+
- Gibt es eine `legitimate-interest`-Begruendung nach Art. 6(1)(f) DSGVO?
|
|
68
|
+
- Ist die Branche-Sonderregel (z.B. Heilberuf-Berufsordnung) erfuellt?
|
|
69
|
+
- Existiert eine Einwilligung im Backend die das Pattern legitim macht?
|
|
70
|
+
|
|
71
|
+
False-Positives als „discarded" markieren mit Begruendung. NICHT loeschen — Audit-Trail.
|
|
72
|
+
|
|
73
|
+
### Phase 3 — SYNTHESIZER (Schadens-Diagnose)
|
|
74
|
+
|
|
75
|
+
Verbleibende Findings konsolidieren. Pro Finding:
|
|
76
|
+
- **%-Wahrscheinlichkeit** (P) — Audit-Patterns-Formel aus `references/audit-patterns.md`
|
|
77
|
+
- **EUR-Range** — aus `references/streitwerte.json` (wenn v4.4.0+) ODER `references/bgh-urteile.md` Schadens-Anker
|
|
78
|
+
- **Az.-Beleg** — mindestens 1 BGH/EuGH/OLG-Urteil mit Source-URL (SKILL.md §5 Az.-Provenance-Pflicht)
|
|
79
|
+
- **Mitigation-Code-Snippet** — fuer Vibecoder-Tauglichkeit
|
|
80
|
+
- **Severity** — LOW (< 5k EUR) / MED (5-50k) / HIGH (50-500k) / CRIT (> 500k)
|
|
81
|
+
|
|
82
|
+
### Phase 4 — DEVIL'S-ADVOCATE (Counter-Audit)
|
|
83
|
+
|
|
84
|
+
Stelle dich auf die Seite des Abmahn-Anwalts:
|
|
85
|
+
- Welcher der Findings ist am leichtesten zu beweisen?
|
|
86
|
+
- Welcher trifft das Pattern eines bekannten DE-Abmahn-Akteurs (Verbraucherzentrale, Gravenreuth, Wettbewerbszentrale, etc.)?
|
|
87
|
+
- Welcher trifft eine aktuelle Welle (Google-Fonts-Welle 2022-2023, Cookie-Banner-Welle 2023-2024, Werbe-E-Mail-Welle 2024-2025)?
|
|
88
|
+
|
|
89
|
+
Diese werden auf SEVERITY+1 hochgestuft.
|
|
90
|
+
|
|
91
|
+
### Phase 5 — LIVE-PROBE (Empirical Verification)
|
|
92
|
+
|
|
93
|
+
Wenn moeglich: tatsaechliche Verify-Commands ausfuehren (`curl`, `playwright`, AEGIS-Scanner).
|
|
94
|
+
- Header-Audit: `curl -sI <url>` → CSP/HSTS/Referrer-Policy check
|
|
95
|
+
- Cookie-Banner: Playwright → page.cookies() vor Consent
|
|
96
|
+
- Drittland-Probe: dig + DNS-Lookup auf Default-CDNs
|
|
97
|
+
|
|
98
|
+
Live-Probe-Ergebnisse als Beweis-Artefakt im Finding citieren.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Output-Format
|
|
103
|
+
|
|
104
|
+
Schreibe `audits/BRUTALER-AUDIT-<YYYY-MM-DD>.md`:
|
|
105
|
+
|
|
106
|
+
```markdown
|
|
107
|
+
# BRUTALER-AUDIT — <Projekt-Name> — <YYYY-MM-DD>
|
|
108
|
+
|
|
109
|
+
> **Haftungsausschluss**: Diese Analyse ist keine Rechtsberatung im Sinne von
|
|
110
|
+
> § 2 RDG (BGH I ZR 113/20 Smartlaw, 09.09.2021) und ersetzt keinen
|
|
111
|
+
> zugelassenen Rechtsanwalt fuer IT-/Datenschutzrecht. Az.-Belege im Output
|
|
112
|
+
> muessen vor Verwendung in Schriftsaetzen anwaltlich gepruefte Primaerquellen
|
|
113
|
+
> sein.
|
|
114
|
+
|
|
115
|
+
## Audit-Metadaten
|
|
116
|
+
|
|
117
|
+
| Feld | Wert |
|
|
118
|
+
|---|---|
|
|
119
|
+
| Audit-Datum | <ISO> |
|
|
120
|
+
| Skill-Version | brutaler-anwalt v4.X.X |
|
|
121
|
+
| Practice-Profile | <pfad oder "kein profile, auto-detection"> |
|
|
122
|
+
| AEGIS-Integration | <ja/nein> |
|
|
123
|
+
| Personas durchlaufen | Hunter ✓ Challenger ✓ Synthesizer ✓ Devil's-Advocate ✓ Live-Probe ✓ |
|
|
124
|
+
| Anzahl Findings | <N> (CRIT: <X> / HIGH: <Y> / MED: <Z> / LOW: <W>) |
|
|
125
|
+
| Gesamt-EUR-Range | <min>-<max> EUR worst-case |
|
|
126
|
+
|
|
127
|
+
## Finding F-001 — <Titel>
|
|
128
|
+
|
|
129
|
+
**Severity**: HIGH
|
|
130
|
+
**Wahrscheinlichkeit**: 75%
|
|
131
|
+
**EUR-Range**: 8.000-25.000 EUR
|
|
132
|
+
**Az.-Beleg**: BGH I ZR 113/20 [primary-source-verified] https://juris.bundesgerichtshof.de/...
|
|
133
|
+
|
|
134
|
+
### Pattern
|
|
135
|
+
<Beschreibung des Verstosses>
|
|
136
|
+
|
|
137
|
+
### Evidence
|
|
138
|
+
<Code-Snippet / HTTP-Header / Screenshot-Pfad>
|
|
139
|
+
|
|
140
|
+
### Mitigation (Vibecoder-tauglich)
|
|
141
|
+
```typescript
|
|
142
|
+
// Konkretes Fix-Code-Snippet
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
### Abmahn-Risiko-Indikator
|
|
146
|
+
<aktuelle Welle / bekannter Akteur / Branchen-Risiko>
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## Finding F-002 — ...
|
|
151
|
+
|
|
152
|
+
...
|
|
153
|
+
|
|
154
|
+
## Devil's-Advocate Hot-List
|
|
155
|
+
|
|
156
|
+
Top-3-Findings die ein Abmahn-Anwalt SOFORT angreifen wuerde:
|
|
157
|
+
1. F-XXX — <kurze Begruendung>
|
|
158
|
+
2. F-YYY — <kurze Begruendung>
|
|
159
|
+
3. F-ZZZ — <kurze Begruendung>
|
|
160
|
+
|
|
161
|
+
## Empfohlene Aktionen (priorisiert)
|
|
162
|
+
|
|
163
|
+
1. **Innerhalb 24h**: <CRIT-Findings>
|
|
164
|
+
2. **Innerhalb 7 Tagen**: <HIGH-Findings>
|
|
165
|
+
3. **Innerhalb 30 Tagen**: <MED-Findings>
|
|
166
|
+
4. **Im naechsten Sprint**: <LOW-Findings>
|
|
167
|
+
|
|
168
|
+
## False-Positives (Audit-Trail)
|
|
169
|
+
|
|
170
|
+
<Findings die Challenger discarded hat, mit Begruendung>
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
**Audit generiert von brutaler-anwalt v4.X.X. PostWrite-Hook hat
|
|
175
|
+
Disclaimer-Block + Finding-ID-Uniqueness + Az.-Provenance verifiziert.**
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Post-Audit
|
|
181
|
+
|
|
182
|
+
Nach dem Schreiben:
|
|
183
|
+
1. PostWrite-Hook validiert automatisch (Exit 2 wenn Fehler).
|
|
184
|
+
2. User-Hint: bei HIGH/CRIT-Findings — `/anwalt:simulate` fuer Abmahn-Schadens-Range-Verfeinerung.
|
|
185
|
+
3. User-Hint: bei Az.-Verdacht — `/anwalt:az-verify <Az>` fuer Primary-Source-Cross-Check.
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## Halt-Conditions
|
|
190
|
+
|
|
191
|
+
- Wenn weniger als 3 Reference-Files geladen: STOP, lade audit-patterns.md + dsgvo.md + bgh-urteile.md zuerst.
|
|
192
|
+
- Wenn Practice-Profile fehlt + User-Stack-Frage unbeantwortet: STOP, frage Branche + Zielgruppe.
|
|
193
|
+
- Wenn AEGIS-Scanner-Output existiert aber nicht gelesen: STOP, integriere AEGIS-Findings.
|