Permissions & Policy Center

Glossary of scopes used by the runner and agent manifests.

local.fs.read / write / list

File IO (blocked unless inside allowlist).

local.exec

Spawn child processes (still within allowlist constraints).

browser.automation

Playwright automation (demo targets only).

approval.required / approval.high_risk.gate

Agents must require explicit approval flags for sensitive actions.

secrets.*

Secrets travel via time-limited handles; values never logged.

crypto.sign

Local signing uses ed25519 keys stored under .agentx/keys/

Risk tiers: low (read-only) • medium (write) • high (signing, auth gates).