Secure-by-default redaction
Secrets never leave the agent.
Every task args, kwargs, return value, and exception passes through a redaction engine before leaving the agent process. Defense-in-depth: the brain re-scrubs on ingest. Add per-task overrides via @z4j_meta.
z4j dashboard — Secure-by-default redaction
Mockup of the dashboard view for this feature. Live-reloading and themed to match your dashboard.
Ships with
- Recursive scrubber for nested dicts / lists / custom classes
- Pattern matching: API keys, tokens, AWS creds, private keys, ~40 common patterns
- Per-task overrides via @z4j_meta(redact_kwargs=[...])
- Brain-side re-scrub (defense in depth, does not trust agent)
Related