Loading...
Loading...
Zero Data Retention mode for sensitive/proprietary code - no code stored on OpenAI servers
npx skill4agent add dnyoussef/context-cascade codex-zdr.claude/library/catalog.json.claude/docs/inventories/LIBRARY-PATTERNS-GUIDE.mdD:\Projects\*| Match | Action |
|---|---|
| Library >90% | REUSE directly |
| Library 70-90% | ADAPT minimally |
| Pattern exists | FOLLOW pattern |
| In project | EXTRACT |
| No match | BUILD (add to library after) |
# ZDR for sensitive code
/codex-zdr "Implement medical record encryption"
# ZDR with full-auto
/codex-zdr "Build payment processing module" --full-auto
# ZDR with sandbox
/codex-zdr "Audit financial calculations" --sandboxcodex --zdr "Your sensitive task"
# Combined with full-auto
codex --full-auto --zdr "Build and test"
# Via script
CODEX_MODE=zdr bash scripts/multi-model/codex-yolo.sh "Task" "id" "." "5" "zdr"| Regulation | ZDR Suitability |
|---|---|
| GDPR | Compliant |
| HIPAA | Compliant |
| PCI-DSS | Suitable |
| SOC 2 | Suitable |
| FedRAMP | Check specifics |
multi-model/codex/zdr/{task_id}