# AI tells a foreign company that they can freely transfer employee HR data out of China without an assessment or contract

- **ID:** `legal/china-pipl-cross-border-data-transfer`
- **Domain:** legal
- **Category:** regulatory_barrier
- **Error Code:** `PIPL-Art38-CrossBorder`
- **Verification:** ai_generated
- **Fix Rate:** 72%

## Root Cause

China's Personal Information Protection Law (PIPL) Articles 38-40 require a security assessment, standard contract, or certification for cross-border transfer of personal information, with stricter rules for HR data (CII data).

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| PIPL 2021 | active | — | — |
| Measures for Cross-Border Data Transfer 2022 | active | — | — |
| Standard Contract Clauses 2023 | active | — | — |

## Workarounds

1. **Use the China PIPL Standard Contract Clauses (SCC) published by the CAC; sign with each overseas recipient and file with the provincial cyberspace administration within 10 working days.** (82% success)
   ```
   Use the China PIPL Standard Contract Clauses (SCC) published by the CAC; sign with each overseas recipient and file with the provincial cyberspace administration within 10 working days.
   ```
2. **Conduct a PIPL security assessment (if processing CII data or >1M persons' data) through the CAC's online portal; allow 3-6 months for approval.** (70% success)
   ```
   Conduct a PIPL security assessment (if processing CII data or >1M persons' data) through the CAC's online portal; allow 3-6 months for approval.
   ```
3. **Keep HR data within China by using a local server or China-based cloud (e.g., Alibaba Cloud China region) and provide only aggregated, anonymized reports to headquarters.** (88% success)
   ```
   Keep HR data within China by using a local server or China-based cloud (e.g., Alibaba Cloud China region) and provide only aggregated, anonymized reports to headquarters.
   ```

## Dead Ends

- **** — PIPL requires de-identification that is irreversible; pseudonymization (replacing names with IDs) is still personal data if re-identification is possible. (80% fail)
- **** — Remote access from abroad is considered cross-border transfer under PIPL; the storage location does not exempt the transfer. (75% fail)
- **** — Consent alone is insufficient for CII data or large-scale transfers; a security assessment or standard contract is still mandatory. (85% fail)
