Files
vm-cc/config/redaction.yaml
2025-12-27 00:44:38 +00:00

22 lines
319 B
YAML

# Redaction policy for evidence before reporting/proofs.
# Define fields to drop or mask by source.
vm_skills:
drop:
- "*.png" # example if screenshots are present
mask:
- "**/secrets/**"
ops:
drop: []
mask:
- "**/private_keys/**"
vm_ledger:
drop: []
mask: []
vm_mcp:
drop: []
mask: []