@aegis-scan/skills 0.4.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 +204 -0
- package/CHANGELOG.md +48 -3
- package/package.json +1 -1
- package/sbom.cdx.json +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/.claude-plugin/plugin.json +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/CHANGELOG.md +1080 -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/LICENSE +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/README.md +242 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/SKILL.md +427 -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 +63 -9
- package/skills/compliance/aegis-native/brutaler-anwalt/references/audit-patterns.md +1581 -10
- 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 +323 -31
- package/skills/compliance/aegis-native/brutaler-anwalt/references/branchenrecht.md +610 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/checklisten.md +107 -1
- 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 +81 -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/BDSG/paragraphs.md +62 -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/BFSG/paragraphs.md +85 -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/BGB/paragraphs.md +112 -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/DDG/paragraphs.md +71 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DSGVO/articles.md +182 -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 +111 -0
- 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 +134 -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/HGB-AO/paragraphs.md +61 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HinSchG/articles.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/INDEX.md +93 -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 +68 -0
- 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 +185 -0
- 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/VSBG/paragraphs.md +57 -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 +137 -9
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/INDEX.md +122 -0
- 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/ai/mistral-eu.md +123 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/ai/openai-dpa.md +120 -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/auth/nextauth-tom.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/supabase-auth-tom.md +104 -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/nextjs/proxy-csp-pattern.md +93 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/payment/stripe-pci-tom.md +121 -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/plausible-pattern.md +107 -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/AffiliateDisclaimer.tsx.example +54 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/COMPLIANCE-AUDIT-TRAIL-template.md +95 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/DSE-Section-UGC.md.example +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/DSFA-template.md +156 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/LostFoundReportForm-consent.tsx.example +126 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/README.md +33 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/UmamiScript.tsx.example +64 -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/VVT-template.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/data-retention-cron.ts.example +52 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/data-retention-workflow.yml.example +47 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/proxy-strict-dynamic.ts.example +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/security.txt.example +26 -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 +262 -0
- 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/aegis-native/rls-defense/SKILL.md +85 -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-module-builder/SKILL.md +5 -1
- package/skills/foundation/aegis-native/aegis-orchestrator/SKILL.md +87 -4
- package/skills/foundation/aegis-native/aegis-quality-gates/SKILL.md +69 -9
- 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/offensive/matty-fork/cicd-redteam/SKILL.md +531 -0
- package/skills/offensive/matty-fork/cloud-security/SKILL.md +106 -0
- package/skills/offensive/matty-fork/container-escape/SKILL.md +174 -0
- package/skills/offensive/matty-fork/mobile-pentester/SKILL.md +357 -0
- package/skills/offensive/matty-fork/subdomain-takeover/SKILL.md +154 -0
- package/skills/osint/elementalsouls-fork/offensive-osint/README.md +92 -0
- package/skills/osint/elementalsouls-fork/offensive-osint/SKILL.md +4177 -0
- package/skills/osint/elementalsouls-fork/osint-methodology/README.md +66 -0
- package/skills/osint/elementalsouls-fork/osint-methodology/SKILL.md +1695 -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)
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 brutaler-anwalt Contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# Hinweis zu Inhalt der References-Files
|
|
26
|
+
|
|
27
|
+
- Auszuege aus deutschen Gesetzen (`references/gesetze/DSGVO/`, `BDSG/`, `BGB/`,
|
|
28
|
+
`UWG/` etc.) sind gemeinfreie Werke nach § 5 UrhG und werden mit
|
|
29
|
+
Quellen-Hinweis auf https://www.gesetze-im-internet.de/ wiedergegeben.
|
|
30
|
+
- Auszuege aus EU-Verordnungen (`DSA-2022-2065`, `AI-Act-2024-1689` etc.) werden
|
|
31
|
+
unter Creative Commons Attribution 4.0 (CC BY 4.0) der Europaeischen Union
|
|
32
|
+
per https://eur-lex.europa.eu/ wiedergegeben.
|
|
33
|
+
- BGH/EuGH/OLG-Entscheidungen in `references/bgh-urteile.md` werden mit Az.
|
|
34
|
+
und Source-URL der jeweiligen Justizportale zitiert. Tenor-Auszuege sind
|
|
35
|
+
Kurz-Zusammenfassungen (kein Volltext).
|
|
36
|
+
|
|
37
|
+
# RDG-Disclaimer
|
|
38
|
+
|
|
39
|
+
Dieser Skill ist eine technisch-indikative Compliance-Pruef-Hilfe. Er stellt
|
|
40
|
+
keine Rechtsdienstleistung im Sinne von § 2 RDG dar (BGH I ZR 113/20 Smartlaw,
|
|
41
|
+
09.09.2021) und ersetzt nicht die Beratung durch einen zugelassenen
|
|
42
|
+
Rechtsanwalt fuer IT- bzw. Datenschutzrecht. Fuer verbindliche Auskuenfte zu
|
|
43
|
+
konkreten Sachverhalten ist anwaltliche Beratung erforderlich.
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
# brutaler-anwalt
|
|
2
|
+
|
|
3
|
+
> Adversarial DE/EU Compliance-Auditor fuer Web-/SaaS-Projekte.
|
|
4
|
+
> Multi-Persona-Self-Verification (HUNTER + CHALLENGER + SYNTHESIZER + DEVIL'S
|
|
5
|
+
> ADVOCATE + LIVE-PROBE) gegen False-Positives + uebersehene Risiken.
|
|
6
|
+
> Sachlich-praezise Schadens-Diagnose mit %-Wahrscheinlichkeit, €-Range, §-Beleg
|
|
7
|
+
> und Az.-Source-URL.
|
|
8
|
+
|
|
9
|
+
**License:** MIT
|
|
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`.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## ⚠️ Disclaimer (RDG)
|
|
22
|
+
|
|
23
|
+
Dieser Skill ist eine **technisch-indikative Compliance-Pruef-Hilfe**.
|
|
24
|
+
Er ist **keine Rechtsdienstleistung** im Sinne von § 2 RDG
|
|
25
|
+
(BGH I ZR 113/20 Smartlaw, 09.09.2021) und ersetzt **nicht** die Beratung
|
|
26
|
+
durch einen zugelassenen Rechtsanwalt fuer IT-/Datenschutzrecht.
|
|
27
|
+
|
|
28
|
+
Fuer verbindliche Auskuenfte zu konkreten Sachverhalten ist anwaltliche
|
|
29
|
+
Beratung erforderlich. Az.-Belege im Output muessen vor Verwendung in
|
|
30
|
+
Schriftsaetzen anwaltlich gepruefte Primaerquellen sein (siehe SKILL.md §5
|
|
31
|
+
Az.-Provenance-Pflicht).
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Was der Skill kann
|
|
36
|
+
|
|
37
|
+
### Pflicht-Audit-Surfaces
|
|
38
|
+
|
|
39
|
+
- **Header-Audit** (HSTS, CSP, Referrer-Policy, Permissions-Policy)
|
|
40
|
+
- **HTML-Live-Probe** (Cookie-Banner, Mixed-Content, Public-Static-Files)
|
|
41
|
+
- **Impressum-Audit** (§ 5 DDG)
|
|
42
|
+
- **DSE-Audit** (DSGVO Art. 13, Drittland, AVV, Drift-Style 1+2)
|
|
43
|
+
- **Cookie-/Consent-Audit** (§ 25 TDDDG)
|
|
44
|
+
- **Branchen-Layer** (BORA, HWG, LMIV, MPDG, GlueStV, JuSchG, FernUSG, ...)
|
|
45
|
+
- **CSP-Code-Cross-Check** (3-Surface-Pattern: Repo + CSP-Header + Public-Text)
|
|
46
|
+
- **UGC-PII-Audit** (Public-Profile, Marketplace, Lost-Found)
|
|
47
|
+
- **AGB B2C** (Pflicht-Klauseln-Komplettliste)
|
|
48
|
+
- **BFSG** (B2C E-Commerce ab 28.06.2025)
|
|
49
|
+
- **GoBD/AO** (Aufbewahrungs-Cron + Compliance-Frist 6/10 Jahre)
|
|
50
|
+
- **Auth-Flow** (bcrypt-cost, MFA, Audit-Log, Session-Cookie-Attribute)
|
|
51
|
+
- **Newsletter-DOI** (Confirmation-Token, Unsubscribe-Link)
|
|
52
|
+
|
|
53
|
+
### Output
|
|
54
|
+
|
|
55
|
+
- **Konsolidierte Risiko-Bewertung** (% Abmahn-Wahrscheinlichkeit, €-Range)
|
|
56
|
+
- **Findings-Tabelle** (verified / disputed / compounded)
|
|
57
|
+
- **Anwalts-Anhang pro Finding** (HUNTER-Befund + CHALLENGER-Test + Risiko-Vektor + Fix)
|
|
58
|
+
- **Abmahn-Simulation** (bei Wahrsch. > 60% oder Modus SIMULATE)
|
|
59
|
+
- **Audit-Trail** (Doku-Vorlage in `references/templates/COMPLIANCE-AUDIT-TRAIL-template.md`)
|
|
60
|
+
|
|
61
|
+
### Modi
|
|
62
|
+
|
|
63
|
+
- `SCAN` — Vollscan eines Projekts
|
|
64
|
+
- `HUNT` — Spezifische Luecke / Sachverhalt
|
|
65
|
+
- `SIMULATE` — Abmahn-/Behoerden-Simulation
|
|
66
|
+
- `CONSULT` — Dokument-Pruefung (AGB, AVV, DSE)
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Use-Cases
|
|
71
|
+
|
|
72
|
+
- **Pre-Launch-Audit** vor jedem Production-Deploy einer DACH-Site
|
|
73
|
+
- **Quartals-Compliance-Check** fuer bestehende Sites (DSE-Drift, neue Az.)
|
|
74
|
+
- **Pre-Push-Hook** in CI fuer DSE-relevante Aenderungen
|
|
75
|
+
- **Mandanten-Pre-Pruefung** durch Agenturen / Inhouse-Compliance-Officer
|
|
76
|
+
- **Konkurrenz-Recon** (was wuerde ein Abmahn-Anwalt bei mir finden?)
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Installation
|
|
81
|
+
|
|
82
|
+
### Variante 1: als Claude-Code-Skill (lokal)
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
# In ~/.claude/skills/ als Submodule clonen oder direkt kopieren
|
|
86
|
+
cd ~/.claude/skills/
|
|
87
|
+
git clone https://github.com/RideMatch1/a.e.g.i.s.git aegis-skills
|
|
88
|
+
ln -s aegis-skills/skills/brutaler-anwalt brutaler-anwalt
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### Variante 2: als Submodule unter AEGIS
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
# Wenn du AEGIS bereits geklont hast
|
|
95
|
+
cd <aegis-repo>
|
|
96
|
+
git submodule add <skill-repo-url> skills/brutaler-anwalt
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### Aktivierung
|
|
100
|
+
|
|
101
|
+
Nach Installation in einem neuen Conversation-Start:
|
|
102
|
+
|
|
103
|
+
```
|
|
104
|
+
/anwalt
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
oder direkt mit Modus + Topic:
|
|
108
|
+
|
|
109
|
+
```
|
|
110
|
+
/anwalt scan # Default SCAN auf aktuelles Repo
|
|
111
|
+
/anwalt hunt cookie # HUNT auf Cookie-Banner
|
|
112
|
+
/anwalt simulate # Abmahn-Brief-Simulation
|
|
113
|
+
/anwalt consult agb # CONSULT-Modus mit AGB
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
### Auto-Trigger (Keywords)
|
|
117
|
+
|
|
118
|
+
Aktiviert automatisch bei diesen Keywords im User-Prompt:
|
|
119
|
+
`dsgvo, datenschutz, impressum, cookie, abmahnung, compliance, agb, avv,
|
|
120
|
+
drittland, einwilligung, ttdsg, tdddg, ddg, tmg, uwg, nis2, ai-act, gobd, dsa,
|
|
121
|
+
urheber, marke, ePrivacy, drittlandtransfer, schrems, eugh, bgh, abmahnanwalt,
|
|
122
|
+
datenpanne, betroffenenrechte, art-13, art-15, art-83, scc, tia, dsfa, vvt,
|
|
123
|
+
dpo, dsb, fashion-id, planet49`
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
## Verzeichnis-Struktur
|
|
128
|
+
|
|
129
|
+
```
|
|
130
|
+
brutaler-anwalt/
|
|
131
|
+
├── SKILL.md # Skill-Definition + Personas + Auto-Loading
|
|
132
|
+
├── README.md # diese Datei
|
|
133
|
+
├── LICENSE # MIT
|
|
134
|
+
├── CHANGELOG.md # Versions-Historie
|
|
135
|
+
└── references/
|
|
136
|
+
├── audit-patterns.md # 8-Phasen-HUNTER + V3.1-Lessons
|
|
137
|
+
├── dsgvo.md # DSGVO-Auszug + DSFA-Trigger + VVT-KMU
|
|
138
|
+
├── it-recht.md # DDG/TMG/NIS2/AI-Act/DSA/HinSchG/BFSG
|
|
139
|
+
├── vertragsrecht.md # AGB / BGB / SaaS / Lizenz
|
|
140
|
+
├── checklisten.md # Pflicht-Listen pro Surface
|
|
141
|
+
├── branchenrecht.md # BORA/HWG/LMIV/MPDG/GlueStV/JuSchG/FernUSG/PetCare/...
|
|
142
|
+
├── bgh-urteile.md # BGH/EuGH/OLG-Beleg-DB mit Source-URL
|
|
143
|
+
├── abmahn-templates.md # Abmahn-Brief-/Behoerden-Anhoerung-Vorlagen
|
|
144
|
+
├── aegis-integration.md # AEGIS-Scanner-Findings → Anwalts-Bewertung
|
|
145
|
+
├── international.md # CCPA / UK-GDPR / DSG / Schrems-II
|
|
146
|
+
├── strafrecht-steuer.md # StGB §202a/263a/269 + GoBD/AO
|
|
147
|
+
├── templates/ # 12 anonymisierte Lehrbuch-Snippets (inkl. VVT-File-Upload + DSFA-Art-9)
|
|
148
|
+
├── gesetze/ # Strukturierte Gesetzes-Auszuege (Phase 2 WIP)
|
|
149
|
+
└── stack-patterns/ # Tech-Stack-spezifische Patterns (Phase 2 WIP)
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
## Provenance-Disziplin
|
|
155
|
+
|
|
156
|
+
Dieser Skill folgt einer **zero-tolerance**-Politik gegen halluzinierte
|
|
157
|
+
Az.-Nummern (siehe SKILL.md §5):
|
|
158
|
+
|
|
159
|
+
1. Jede Az. im Output muss aus `references/bgh-urteile.md` (mit Source-URL)
|
|
160
|
+
stammen ODER in der aktuellen Session per WebSearch primaer-quellen-verifiziert
|
|
161
|
+
sein.
|
|
162
|
+
2. Verdaechtige Az.-Pattern (Placeholder-Nummern, Az.-Jahr-Mismatch, frische
|
|
163
|
+
2024-2026-Az. ohne Source) werden VOR Output mit WebSearch geprueft.
|
|
164
|
+
3. Wenn nicht verifizierbar → Az. wird entfernt oder als `[ungeprueft]` markiert.
|
|
165
|
+
|
|
166
|
+
Hintergrund: ein halluziniertes Az. in einem Compliance-Doc kann die
|
|
167
|
+
Grundlage einer falschen Mandanten-Entscheidung sein. Als Skill ohne
|
|
168
|
+
RDG-Zulassung ist die einzige ehrliche Position: was nicht beweisbar ist,
|
|
169
|
+
wird nicht ausgegeben.
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
## Contribution-Guidelines
|
|
174
|
+
|
|
175
|
+
### Was beitragen?
|
|
176
|
+
|
|
177
|
+
- **Neue Az.-Eintraege** in `references/bgh-urteile.md` — mit Source-URL
|
|
178
|
+
zur Primaerquelle (juris.bundesgerichtshof.de, curia.europa.eu, OLG-Portale)
|
|
179
|
+
- **Neue Branchen** in `references/branchenrecht.md` — mit Trigger-Pattern,
|
|
180
|
+
Pflicht-Pruefungen, typischen Verstoessen, Az.-Belegen
|
|
181
|
+
- **Neue Stack-Patterns** in `references/stack-patterns/` — pro Framework /
|
|
182
|
+
Auth-/Payment-/Tracking-/AI-Provider ein File mit Code-Snippet + DPA-Quelle
|
|
183
|
+
+ DSE-Wording-Vorlage
|
|
184
|
+
- **Neue Checklisten** in `references/checklisten.md` — fuer neue Compliance-Themen
|
|
185
|
+
- **Bugs in Audit-Pattern** — wenn der Skill ein Pattern uebersieht oder einen
|
|
186
|
+
False-Positive produziert: Issue mit Repro-Beispiel
|
|
187
|
+
|
|
188
|
+
### Wie beitragen?
|
|
189
|
+
|
|
190
|
+
1. Pull-Request mit klarem Title (`add: BGH I ZR XXX/YY zu Cookie-Compliance`)
|
|
191
|
+
2. Pro Az.-Eintrag Pflicht-Felder: Az., Datum, Tenor (1-3 Saetze), Anwendung,
|
|
192
|
+
Source-URL (Primaerquelle bevorzugt)
|
|
193
|
+
3. Bei Sekundaerquelle (dejure.org, openjur.de, etc.): Tag `[secondary-source-verified]`
|
|
194
|
+
4. CHANGELOG.md updaten
|
|
195
|
+
5. CI-Tests pass (Brand-Sanitization-Check, Az.-Provenance-Check)
|
|
196
|
+
|
|
197
|
+
### Was NICHT beitragen
|
|
198
|
+
|
|
199
|
+
- **Keine halluzinierten Az.** Wenn du eine Quelle nicht primaer auffindbar
|
|
200
|
+
belegen kannst → entweder Sekundaerquelle mit Tag oder weglassen.
|
|
201
|
+
- **Keine Brand-spezifischen Snippets**. Templates muessen anonymisiert sein
|
|
202
|
+
(`<placeholder>`-Pattern). Konkrete Code-Beispiele aus Live-Brands gehoeren
|
|
203
|
+
in dein eigenes Repo, nicht hier.
|
|
204
|
+
- **Keine Rechtsberatung-Aussagen**. Reference-Files dokumentieren Recht,
|
|
205
|
+
geben aber keine Beratungs-Empfehlung — der Skill-Output ist eine
|
|
206
|
+
technisch-indikative Vor-Pruefung, keine Beratung.
|
|
207
|
+
- **Keine PRs ohne Provenance**. Az. + Source-URL ist Pflicht.
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## Quellen-Acknowledgments
|
|
212
|
+
|
|
213
|
+
- **gesetze-im-internet.de** (Bundesministerium der Justiz) — gemeinfreie
|
|
214
|
+
Werke nach § 5 UrhG, Pflicht-Quelle fuer DE-Gesetze
|
|
215
|
+
- **eur-lex.europa.eu** (Europaeische Union) — Creative Commons Attribution 4.0
|
|
216
|
+
fuer EU-Verordnungen + Richtlinien
|
|
217
|
+
- **juris.bundesgerichtshof.de** — BGH-Entscheidungen-Datenbank
|
|
218
|
+
- **curia.europa.eu** — EuGH-Entscheidungen
|
|
219
|
+
- **edpb.europa.eu** — European Data Protection Board (Guidelines)
|
|
220
|
+
- **bsi.bund.de** — BSI (Mindestanforderungen IT-Sicherheit)
|
|
221
|
+
|
|
222
|
+
Sekundaerquellen (mit Provenance-Tag): dejure.org, openjur.de, rewis.io,
|
|
223
|
+
medien-internet-und-recht.de, IHK-Stellungnahmen, etablierte Anwalts-Blogs.
|
|
224
|
+
|
|
225
|
+
---
|
|
226
|
+
|
|
227
|
+
## Roadmap zu v4.0.0
|
|
228
|
+
|
|
229
|
+
Siehe [`CHANGELOG.md`](./CHANGELOG.md) Block `[Unreleased]`. Schwerpunkt:
|
|
230
|
+
|
|
231
|
+
- Maxout `references/gesetze/` (DSGVO, BDSG, TDDDG, BGB, UWG, ...)
|
|
232
|
+
- 100+ Az. in `references/bgh-urteile.md` (alle mit Source-URL)
|
|
233
|
+
- 30+ Stack-Pattern-Files
|
|
234
|
+
- 20+ Branchen in `references/branchenrecht.md`
|
|
235
|
+
- Out-of-Corpus-Validation gegen Live-Brands
|
|
236
|
+
- OSS-Release auf AEGIS-Repo (User-authorized)
|
|
237
|
+
|
|
238
|
+
---
|
|
239
|
+
|
|
240
|
+
## License
|
|
241
|
+
|
|
242
|
+
MIT — siehe [`LICENSE`](./LICENSE).
|