26 lines
839 B
Markdown
26 lines
839 B
Markdown
# 🔒 Privacy by Design
|
|
|
|
Guides AI agents to integrate privacy protections into software from the start—data minimization, consent, encryption, retention. Applies GDPR Article 25, CCPA, and LGPD principles during design and implementation.
|
|
|
|
## ✨ What It Does
|
|
|
|
- 🛡️ Enforces data minimization and purpose limitation
|
|
- ✅ Ensures consent before collection and third-party sharing
|
|
- 🔐 Covers encryption, retention policies, and user rights (access, erasure, portability)
|
|
- 💻 Provides code patterns in JavaScript, Python, and SQL
|
|
- 📋 Includes logging safety, third-party audit, and common pitfalls
|
|
|
|
## 🚀 Usage
|
|
|
|
```
|
|
Use @privacy-by-design when designing the user registration flow
|
|
```
|
|
|
|
```
|
|
Use @privacy-by-design to review our database schema for PII
|
|
```
|
|
|
|
---
|
|
|
|
**Contributor:** [@Abdeltoto](https://github.com/Abdeltoto)
|