mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 02:30:44 +00:00
Adds the focused MCP/process/tool-execution CodeQL security shard and documents it in CI docs.
Proof:
- Branch CodeQL security run https://github.com/openclaw/openclaw/actions/runs/25132942030 passed on 9d8ca2bae7.
- New mcp-process-tool-boundary analysis 1200250367 returned 0 results.
- Branch open CodeQL alerts: none.
- Workflow Sanity, Blacksmith Testbox, Blacksmith Build Artifacts Testbox, and OpenGrep PR Diff passed.
59 lines
1.5 KiB
YAML
59 lines
1.5 KiB
YAML
name: openclaw-codeql-mcp-process-tool-boundary-critical-security
|
|
|
|
disable-default-queries: true
|
|
|
|
queries:
|
|
- uses: security-extended
|
|
|
|
query-filters:
|
|
- include:
|
|
precision:
|
|
- high
|
|
- very-high
|
|
- exclude:
|
|
problem.severity:
|
|
- recommendation
|
|
- warning
|
|
|
|
paths:
|
|
- src/mcp
|
|
- src/process
|
|
- src/infra/outbound
|
|
- src/agents/bash-tools.exec*.ts
|
|
- src/agents/bash-tools.process*.ts
|
|
- src/agents/exec-*.ts
|
|
- src/agents/execution-contract.ts
|
|
- src/agents/openclaw-plugin-tools.ts
|
|
- src/agents/openclaw-tools.runtime.ts
|
|
- src/agents/openclaw-tools.registration.ts
|
|
- src/agents/pi-tool-definition-adapter.ts
|
|
- src/agents/pi-tools.abort.ts
|
|
- src/agents/pi-tools.before-tool-call*.ts
|
|
- src/agents/pi-tools.host-edit.ts
|
|
- src/agents/pi-tools-parameter-schema.ts
|
|
- src/agents/pi-embedded-runner/effective-tool-policy.ts
|
|
- src/agents/pi-embedded-runner/tool-name-allowlist.ts
|
|
- src/agents/pi-embedded-runner/tool-schema-runtime.ts
|
|
- src/agents/tools/gateway-tool.ts
|
|
- src/agents/tools/message-tool.ts
|
|
- src/agents/tools/sessions-send-tool.ts
|
|
- src/agents/tools/sessions-spawn-tool.ts
|
|
- src/agents/tools/subagents-tool.ts
|
|
- src/agents/tools/tool-runtime.helpers.ts
|
|
|
|
paths-ignore:
|
|
- "**/node_modules"
|
|
- "**/coverage"
|
|
- "**/*.generated.ts"
|
|
- "**/*.bundle.js"
|
|
- "**/*-runtime.js"
|
|
- "**/*.test.ts"
|
|
- "**/*.test.tsx"
|
|
- "**/*.e2e.test.ts"
|
|
- "**/*.e2e.test.tsx"
|
|
- "**/*test-support*"
|
|
- "**/*test-helper*"
|
|
- "**/*mock*"
|
|
- "**/*fixture*"
|
|
- "**/*bench*"
|