pv_write_file
Writes file content only when PrivateVault returns an ALLOW verdict, blocking disallowed writes and recording auditable decisions.
Instructions
Write content to a file, gated by PrivateVault. Only happens if the verdict is ALLOW.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to write | |
| content | Yes | Full content |