chore: init vm-cc compliance scaffold

This commit is contained in:
Vault Sovereign
2025-12-27 00:44:38 +00:00
commit b654462586
18 changed files with 132 additions and 0 deletions

21
config/redaction.yaml Normal file
View File

@@ -0,0 +1,21 @@
# 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: []