Gate Lite Demo · DATA ACCESS · MEDIUM RISK

The File Access Gate

A model can prepare content without receiving broad filesystem authority. This gate binds one write to an approved path, digest, operation, and size ceiling.

01 · Declared intent

An agent requests one file write.

{
  "actor": "agent:solyn",
  "action": "write_file",
  "target": "/workspace/reports/outage-summary.md",
  "operation": "create",
  "bytes": 842,
  "contentSha256": "demo:7a4d02e6f7a1",
  "reason": "save an approved outage summary",
  "riskLevel": "medium"
}

The requested path, operation, content digest, and business reason are visible before any authority exists.