Zero Data Retention mode for sensitive/proprietary code - no code stored on OpenAI servers
/plugin marketplace add DNYoussef/context-cascade/plugin install dnyoussef-context-cascade@DNYoussef/context-cascadeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Before writing ANY code, you MUST check:
.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) |
Execute Codex with Zero Data Retention for sensitive, proprietary, or regulated code where no data should be stored on OpenAI servers.
What This Provides:
# 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" --sandbox
codex --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}This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.