From atum-compliance
Regulatory compliance detection and routing. Use when code touches authentication, payments, user data, cookies, health data, children content, AI deployment, or e-commerce.
npx claudepluginhub arnwaldn/atum-plugins-collection --plugin atum-complianceThis skill uses the workspace's default tool permissions.
Invoke **compliance-expert** agent (Opus) when detecting ANY of these signals :
Applies Pythonic idioms, PEP 8 standards, type hints, and best practices for readable, robust Python code during writing, review, refactoring, and package design.
Provides Python testing strategies using pytest: TDD cycle, fixtures, mocking, parametrization, assertions, exception handling, and coverage measurement.
Analyzes raw prompts, identifies intent/gaps, recommends ECC components, and generates optimized prompts ready to paste. Auto-triggers on 'optimize prompt' or similar phrases.
Invoke compliance-expert agent (Opus) when detecting ANY of these signals :
| Signal | Regulations | Action |
|---|---|---|
| User data collection, login, signup | RGPD, ePrivacy, CCPA/CPRA | /compliance gdpr |
| Payment processing, checkout | PCI-DSS 4.0, PSD2/3, RGPD | /compliance pci |
| Health/medical data | HIPAA, RGPD Art. 9 | /compliance hipaa |
| Children content (age < 16) | COPPA, RGPD Art. 8 | /compliance sector:children |
| Cookies, tracking, analytics | ePrivacy, RGPD | /compliance gdpr (cookies focus) |
| E-commerce, product sales | Consumer Rights Directive, EAA, RGPD | /compliance sector:ecommerce |
| AI/ML model deployment | EU AI Act (Reg. 2024/1689), CRA, RGPD Art. 22 | See AI workflow below |
| Financial services | PSD2/3, MiFID II, SOX | /compliance sector:finance |
| EU market targeting | EAA (accessibility), NIS2, DSA/DMA | /compliance accessibility + /compliance sbom |
| Infrastructure, SaaS platform | SOC 2, ISO 27001, NIS2 | /compliance sector:saas |
Quand un projet deploie un systeme IA (LLM, ML, computer vision, recommendation), executer ce workflow :
Classification rapide :
Before ANY production deployment, verify:
Verifier dans le code :