惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
D
DataBreaches.Net
B
Blog
博客园 - 【当耐特】
爱范儿
爱范儿
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
WordPress大学
WordPress大学
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Microsoft Azure Blog
Microsoft Azure Blog
雷峰网
雷峰网
量子位
G
Google Developers Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
feat(policy): cover exec approvals artifact (#90003) · op...
giodl73-repo · 2026-06-16 · via Recent Commits to openclaw:main

@@ -54,7 +54,8 @@ doctor can report the missing artifact.

5454

Policy is authored, not generated from the user's current settings. A minimal

5555

policy for channels, MCP servers, model providers, network posture, ingress/channel access, Gateway

5656

exposure, agent workspace posture, configured sandbox runtime posture, OpenClaw

57-

data-handling posture, config secret provider/auth profile posture, and tool metadata looks like this:

57+

data-handling posture, config secret provider/auth profile posture, exec approval

58+

file posture, and tool metadata looks like this:

58595960

```jsonc

6061

{

@@ -145,6 +146,15 @@ data-handling posture, config secret provider/auth profile posture, and tool met

145146

"allowModes": ["api_key", "token"],

146147

},

147148

},

149+

"execApprovals": {

150+

"requireFile": true,

151+

"defaults": { "allowSecurity": ["deny"] },

152+

"agents": {

153+

"allowSecurity": ["deny", "allowlist"],

154+

"allowAutoAllowSkills": false,

155+

"allowlist": { "expected": ["deploy", "status"] },

156+

},

157+

},

148158

"tools": {

149159

"requireMetadata": ["risk", "sensitivity", "owner"],

150160

"profiles": {

@@ -187,9 +197,11 @@ and `group:runtime` covers shell/process tools. Tool posture policy observes

187197

`tools.profile`, `tools.allow`, `tools.alsoAllow`, `tools.deny`,

188198

`tools.fs.workspaceOnly`, `tools.exec.security`, `tools.exec.ask`,

189199

`tools.exec.host`, `tools.elevated.enabled`, and the same per-agent

190-

`agents.list[].tools.*` overrides. It does not read runtime/operator approval

191-

state such as exec-approvals.json, and it does not enforce tool calls at

192-

runtime. Secret evidence records

200+

`agents.list[].tools.*` overrides. Exec approval policy reads the named

201+

`exec-approvals.json` product artifact only when an `execApprovals` rule is

202+

present; evidence records defaults, per-agent posture, and allowlist patterns

203+

without socket tokens or last-used command text. Policy does not enforce tool

204+

calls at runtime. Secret evidence records

193205

provider/source posture and SecretRef metadata, never raw secret values. Policy

194206

does not read or attest per-agent credential stores such as `auth-profiles.json`;

195207

those stores remain owned by the existing auth and credential flows.

@@ -218,8 +230,8 @@ its own finding against the same observed config.

218230219231

Use `scopes.<scopeName>` when one set of agents or channels needs stricter

220232

policy than the top-level baseline. Agent-scoped sections use `agentIds`, which

221-

supports `tools.*`, `agents.workspace.*`, `sandbox.*`, and

222-

`dataHandling.memory.*`. Channel-scoped

233+

supports `tools.*`, `agents.workspace.*`, `sandbox.*`, `dataHandling.memory.*`,

234+

and `execApprovals.*`. Channel-scoped

223235

ingress uses `channelIds`, which supports `ingress.channels.*`. Unsupported

224236

sections are rejected instead of being ignored. If an `agentIds` entry is not

225237

present in `agents.list[]`, OpenClaw evaluates the scoped rule against inherited

@@ -304,10 +316,10 @@ groups where those fields cannot be observed.

304316

Top-level `ingress.session.requireDmScope` remains global because

305317

`session.dmScope` is not channel-attributable evidence.

306318307-

| Selector | Supported sections | Use when |

308-

| ------------ | ----------------------------------------------------------------- | ------------------------------------------------- |

309-

| `agentIds` | `tools`, `agents.workspace`, `sandbox`, and `dataHandling.memory` | One or more runtime agents need stricter rules. |

310-

| `channelIds` | `ingress.channels` | One or more channels need stricter ingress rules. |

319+

| Selector | Supported sections | Use when |

320+

| ------------ | ---------------------------------------------------------------------------------- | ------------------------------------------------- |

321+

| `agentIds` | `tools`, `agents.workspace`, `sandbox`, `dataHandling.memory`, and `execApprovals` | One or more runtime agents need stricter rules. |

322+

| `channelIds` | `ingress.channels` | One or more channels need stricter ingress rules. |

311323312324

Every scope present in `policy.jsonc` must be valid and enforceable.

313325

@@ -401,6 +413,69 @@ allowlist such as `["all"]`.

401413

| `secrets.denySources` | Secret provider sources and SecretRef sources | Deny sources such as `exec`, `file`, or another configured source name. |

402414

| `secrets.allowInsecureProviders` | Insecure secret-provider posture flags | Set to `false` to reject providers that opt into insecure posture. |

403415416+

#### Exec approvals

417+418+

Exec approvals policy observes the active runtime `exec-approvals.json`

419+

artifact. By default this is `~/.openclaw/exec-approvals.json`; when

420+

`OPENCLAW_STATE_DIR` is set, Policy reads

421+

`$OPENCLAW_STATE_DIR/exec-approvals.json`. Actual posture rules such as

422+

`execApprovals.defaults.*` or `execApprovals.agents.*` require readable artifact

423+

evidence; a missing or invalid artifact is reported as unobservable evidence

424+

instead of becoming a best-effort pass against synthetic runtime defaults. Once

425+

the artifact is readable, omitted approval fields inherit runtime defaults: missing

426+

`defaults.security` is `full`, and missing agent security inherits that

427+

default. Evidence includes `defaults`, `agents.*`, and

428+

`agents.*.allowlist[].pattern` plus optional `argPattern`, effective

429+

`autoAllowSkills` posture, and entry source. It does not include socket

430+

path/token, `commandText`, `lastUsedCommand`, resolved paths, or timestamps.

431+432+

| Policy field | Observed state | Use when |

433+

| ------------------------------------------- | -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |

434+

| `execApprovals.requireFile` | Active runtime `exec-approvals.json` path | Set to `true` to require the approvals artifact to exist and parse. |

435+

| `execApprovals.defaults.allowSecurity` | `defaults.security`, defaulting to `full` | Allow only approved default approval security modes. |

436+

| `execApprovals.agents.allowSecurity` | `agents.*.security`, inheriting defaults | Allow only approved per-agent effective approval security modes. |

437+

| `execApprovals.agents.allowAutoAllowSkills` | `defaults.autoAllowSkills` and `agents.*.autoAllowSkills`, inheriting runtime defaults | Set to `false` to require strict manual allowlists without implicit skill CLI approval. |

438+

| `execApprovals.agents.allowlist.expected` | Aggregate `agents.*.allowlist[]` pattern and optional argPattern entries | Require the approvals allowlist to match the reviewed pattern set. |

439+440+

For example, require the approvals artifact, deny permissive defaults, and

441+

allow only reviewed exec approval posture for selected agents:

442+443+

```jsonc

444+

{

445+

"execApprovals": {

446+

"requireFile": true,

447+

"defaults": {

448+

// Security modes: "deny", "allowlist", or "full".

449+

// This default permits only the locked-down deny posture.

450+

"allowSecurity": ["deny"],

451+

},

452+

},

453+

"scopes": {

454+

"restricted-shell": {

455+

"agentIds": ["family-agent", "groups-agent"],

456+

"execApprovals": {

457+

"agents": {

458+

// Selected agents may use reviewed allowlist posture, but not "full".

459+

"allowSecurity": ["allowlist"],

460+

// false means skill CLIs must appear in the reviewed allowlist instead of

461+

// being implicitly approved by autoAllowSkills.

462+

"allowAutoAllowSkills": false,

463+

"allowlist": {

464+

"expected": [

465+

// Simple entry: exact reviewed executable pattern with no argPattern.

466+

"travel-hub",

467+

// Constrained entry: pattern plus reviewed argument regex.

468+

{ "pattern": "calendar-cli", "argPattern": "^sync\\b" },

469+

"/bin/date",

470+

],

471+

},

472+

},

473+

},

474+

},

475+

},

476+

}

477+

```

478+404479

#### Auth profiles

405480406481

| Policy field | Observed state | Use when |

@@ -769,6 +844,13 @@ Policy currently verifies:

769844

| `policy/secrets-insecure-provider` | A secret provider opts into insecure posture when policy denies it. |

770845

| `policy/auth-profile-invalid-metadata` | A config auth profile is missing valid provider or mode metadata. |

771846

| `policy/auth-profile-unapproved-mode` | A config auth profile mode is outside the policy allowlist. |

847+

| `policy/exec-approvals-missing` | Policy requires `exec-approvals.json`, but the artifact is missing. |

848+

| `policy/exec-approvals-invalid` | The configured exec approvals artifact cannot be parsed. |

849+

| `policy/exec-approvals-default-security-unapproved` | Exec approval defaults use a security mode outside the policy allowlist. |

850+

| `policy/exec-approvals-agent-security-unapproved` | A per-agent effective exec approval security mode is outside the allowlist. |

851+

| `policy/exec-approvals-auto-allow-skills-enabled` | An exec approval agent implicitly auto-allows skill CLIs when policy denies it. |

852+

| `policy/exec-approvals-allowlist-missing` | The approvals allowlist is missing a pattern required by policy. |

853+

| `policy/exec-approvals-allowlist-unexpected` | The approvals allowlist includes a pattern not expected by policy. |

772854

| `policy/tools-missing-risk-level` | A governed tool declaration is missing risk metadata. |

773855

| `policy/tools-unknown-risk-level` | A governed tool declaration uses an unknown risk value. |

774856

| `policy/tools-missing-sensitivity-token` | A governed tool declaration is missing sensitivity metadata. |