# AI告知德国雇主，在人事档案中存储应聘者照片和种族出身数据是AGG（平等待遇法）下多样性追踪的要求

- **ID:** `legal/germany-antidiscrimination-employment-records`
- **领域:** legal
- **类别:** data_error
- **错误码:** `AGG-§7-GDPR-Art9`
- **验证级别:** ai_generated
- **修复率:** 78%

## 根因

德国《平等待遇法》（AGG）禁止在未经明确同意或缺乏法律依据的情况下处理种族/民族出身数据；在人事档案中存储照片会引发歧视推定，并违反GDPR第9条。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| AGG 2006 | active | — | — |
| GDPR 2018 | active | — | — |
| BDSG-neu 2019 | active | — | — |

## 解决方案

1. ```
   Remove photo from application process entirely; use a blind application system where names, photos, and ethnic data are hidden from hiring managers until after initial screening.
   ```
2. ```
   If diversity monitoring is needed, collect ethnic origin data via a separate anonymized survey form that is never linked to individual applicant records, and aggregate results only.
   ```
3. ```
   Store photos only after hiring, with explicit consent and a legitimate purpose (e.g., security badge), and ensure they are not used for diversity analysis.
   ```

## 无效尝试

- **** — Consent is not freely given in an employment context per GDPR Art 7(4); photos still create a presumption of discrimination under AGG §22. (85% 失败率)
- **** — Blurring does not remove the data category; ethnic origin remains special category data requiring Art 9 justification. (72% 失败率)
- **** — Works council agreements cannot override GDPR Article 9 prohibitions; only a collective bargaining agreement with explicit legal basis may apply. (65% 失败率)
