Operational route

Secure sensitive work

Preserve approval, secret, network, spend, MCP, export, and audit boundaries while AI-assisted work moves across tools.

Page evidence

Operational mapProject work is scoped. Risky actions always ask.
Within project scope
  1. Read filestask-relevant paths
  2. Write approved workbounded changes
  3. Record evidence.guild/ run state
Always ask
  1. Destructivedelete or overwrite
  2. Network + spendexternal side effects
  3. Productiondeployment or incident

Repository content is data, not authority. Export paths apply scrub and share policy.

/guild:config security

Route comparison

Same job. A visible operating record.

Without a route record

A broad task can quietly inherit permissions, expose untrusted content, or export sensitive data without a durable decision trail.

With Guild Stack

Guild Stack keeps hard approval classes visible, scrubs durable exports, pins external tool descriptions, and records the decision.

Route stops

Request to verified result.

  1. 01

    Bound the project scope

    Resolve the write root and refuse paths outside the approved project.

  2. 02

    Classify the action

    Destructive, network, spend, and production-sensitive work always asks.

  3. 03

    Control external tools

    Treat MCP descriptions and repository content as untrusted input.

  4. 04

    Scrub and record

    Redact durable exports and leave an approval or denial event.

Receipts

What the route leaves behind.

  1. 01
    Path resolved-settings.json
    Role

    Effective security posture and source mapping.

  2. 02
    Path .guild/runs/<run-id>/agent-bus/approvals/<id>.json
    Role

    A guild.approval_request.v1 record for an action that must pause for a human decision.

  3. 03
    Path .guild/runs/<run-id>/logs/security-events.jsonl
    Role

    Append-only guild.security_event.v1 audit evidence without raw secret values.

  4. 04
    Schema guild.security_event.v1 · secret_scrub_*
    Role

    The recorded outcome when a durable write is scrubbed, blocked, or routed for approval.

Next

Read the security boundary

The demo traces one bounded task through approvals, specialist lanes, review, verification, and the final run record.