Skip to content

Security & privacy

What this is for. Three operator surfaces sit behind this chapter. The security gate is the runtime policy that allows, denies, or escalates a tool call before it runs. Security events (/security) is the stream of those decisions. Audit (/audit) is the immutable action log (with optional rollback). Privacy (/privacy) is PII scanning, sanitisation, and policy — including the same sanitiser that durable memory capture runs before a vault write.

  • A tool call was denied and you need the checkpoint, risk, and reason.
  • You want to confirm browser tools cannot hit private/metadata hosts (SSRF).
  • You are about to enable autonomy and need to see what the gate will escalate.
  • You must check whether PII is leaking into logs, vault notes, or outbound prompts.
  1. Open Security (/security). Filter by decision (Allow / Deny / Escalate), risk, tool, checkpoint.
  2. Open Audit (/audit) for who did what, module, result (success / error / denied / rolled back), cost. Rollback is a confirm action when offered.
  3. Open Privacy (/privacy). Read scan stats, then Test PII Scanner with sample text.
  4. Combine with Autonomy (approvals) and Secrets.
  5. For SSH to other machines, see Nodes — destructive patterns need an explicit force flag.
Area Route / meaning
Security gate Runtime policy before dangerous tools
Security events /security event stream
Audit /audit immutable action log
Privacy /privacy retention / redaction controls

Browser tools block requests to private / metadata hosts (cloud metadata, loopback, RFC1918, etc.) to reduce server-side request forgery risk. Prefer browser_snapshot (numbered interactive elements) over screenshots when agents only need structure. Indexes are invalid after navigation. The headless profile is EYAS-owned (data/browser/profile); the daily Chrome profile is rejected (Chrome 136+ blocks Default-profile CDP). browser_evaluate runs in the page, not in Node. browser_totp is yellow: it reads a seed from Secrets/Keychain and returns only a short-lived code (pass it to browser_fill). The action-cache JSON stores locators, never secrets or fill values. The optional Browser Use sidecars (recommended: agent-browser under data/browser/agent-browser/profile; legacy Python CLI) never disable the Chromium sandbox automatically, never call chat / AI Gateway, and never attach to the daily Chrome profile.

git_status and git_diff are green. When the model instead sends run_command / Bash whose argv is unambiguously git status or git diff (no metacharacters, no -C / --git-dir / --no-index, no absolute path), the gate remaps the call to those tools and allows it — no approval row. git commit, git add, ls, and any command with metacharacters stay red or are refused. See Tools.

Remote-node SSH invoke (via Nodes) runs guarded commands; destructive command patterns require an explicit force flag. Non-SSH node types may return not-implemented for invoke.

Durable notes are sanitised by the privacy module before they touch disk, not at read time — a read-time redaction would leave raw text in the file and in the FTS index. Capture itself is switched with memory.capture.enabled in config/default.yaml (default on). See Memory and FAQ.

Security events (`/security`)

Subtitle: Tool execution decisions and security audit log.

Control Meaning
Stats Total Events, Denial Rate, Top Blocked Tools
Decision filter All / Allow / Deny / Escalate
Risk filter low / medium / high / critical
Checkpoint filter Free text
Columns Timestamp, Tool, Decision, Checkpoint, Risk, Agent, Reason

Empty: No security events found.

Audit (`/audit`)

Subtitle: Action logging, snapshots, and rollback tracking.

Control Meaning
Stats Total entries, actions/day, top module, total cost
Filters Action, module, from, to
Columns Timestamp, User, Action, Module, Target, Result, Cost
Rollback Restore from snapshot (confirm)

Results: success / error / denied / rolled-back.

Privacy (`/privacy`)

Subtitle: PII scanning, data protection policies, and privacy compliance.

Control Meaning
Stats Total Scans, PII Detected, PII Types
Scanner performance Scanner, scans, matches
Test PII Scanner Paste text (email, phone, SSN, credit card, …)
Results BLOCKED / Route to Local / no PII
Show sanitized text Redacted preview