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

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
有赞技术团队
有赞技术团队
H
Help Net Security
V
Visual Studio Blog
F
Fortinet All Blogs
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 司徒正美
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
L
LangChain Blog
N
Netflix TechBlog - Medium
罗磊的独立博客
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
Hugging Face - Blog
Hugging Face - Blog
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements

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
lint: allow managed proxy mutation scopes · openclaw/open...
jesse-merhi · 2026-05-07 · via Recent Commits to openclaw:main

@@ -6,55 +6,19 @@ import { runAsScript, toLine, unwrapExpression } from "./lib/ts-guard-utils.mjs"

6677

const sourceRoots = ["src", "extensions"];

889-

const allowedManagedProxyRuntimeMutationCallsites = new Set([

9+

const allowedManagedProxyRuntimeMutationScopes = new Set([

1010

// Canonical managed proxy lifecycle owns process proxy env/global-agent mutation.

11-

"src/infra/net/proxy/proxy-lifecycle.ts:114",

12-

"src/infra/net/proxy/proxy-lifecycle.ts:117",

13-

"src/infra/net/proxy/proxy-lifecycle.ts:119",

14-

"src/infra/net/proxy/proxy-lifecycle.ts:120",

15-

"src/infra/net/proxy/proxy-lifecycle.ts:121",

16-

"src/infra/net/proxy/proxy-lifecycle.ts:123",

17-

"src/infra/net/proxy/proxy-lifecycle.ts:131",

18-

"src/infra/net/proxy/proxy-lifecycle.ts:133",

19-

"src/infra/net/proxy/proxy-lifecycle.ts:146",

20-

"src/infra/net/proxy/proxy-lifecycle.ts:147",

21-

"src/infra/net/proxy/proxy-lifecycle.ts:148",

22-

"src/infra/net/proxy/proxy-lifecycle.ts:178",

23-

"src/infra/net/proxy/proxy-lifecycle.ts:180",

24-

"src/infra/net/proxy/proxy-lifecycle.ts:199",

25-

"src/infra/net/proxy/proxy-lifecycle.ts:200",

26-

"src/infra/net/proxy/proxy-lifecycle.ts:201",

27-

"src/infra/net/proxy/proxy-lifecycle.ts:312",

28-

"src/infra/net/proxy/proxy-lifecycle.ts:313",

29-

"src/infra/net/proxy/proxy-lifecycle.ts:314",

30-

"src/infra/net/proxy/proxy-lifecycle.ts:315",

31-

"src/infra/net/proxy/proxy-lifecycle.ts:316",

32-

"src/infra/net/proxy/proxy-lifecycle.ts:317",

33-

"src/infra/net/proxy/proxy-lifecycle.ts:318",

34-

"src/infra/net/proxy/proxy-lifecycle.ts:319",

35-

"src/infra/net/proxy/proxy-lifecycle.ts:329",

36-

"src/infra/net/proxy/proxy-lifecycle.ts:330",

37-

"src/infra/net/proxy/proxy-lifecycle.ts:331",

38-

"src/infra/net/proxy/proxy-lifecycle.ts:332",

39-

"src/infra/net/proxy/proxy-lifecycle.ts:333",

40-

"src/infra/net/proxy/proxy-lifecycle.ts:334",

41-

"src/infra/net/proxy/proxy-lifecycle.ts:335",

42-

"src/infra/net/proxy/proxy-lifecycle.ts:336",

43-

"src/infra/net/proxy/proxy-lifecycle.ts:369",

44-

"src/infra/net/proxy/proxy-lifecycle.ts:376",

45-

"src/infra/net/proxy/proxy-lifecycle.ts:484",

46-

"src/infra/net/proxy/proxy-lifecycle.ts:507",

47-

"src/infra/net/proxy/proxy-lifecycle.ts:508",

48-

"src/infra/net/proxy/proxy-lifecycle.ts:515",

49-

"src/infra/net/proxy/proxy-lifecycle.ts:516",

50-51-

// Browser CDP loopback control-plane helper leases NO_PROXY only for localhost/loopback CDP URLs.

52-

"extensions/browser/src/browser/cdp-proxy-bypass.ts:87",

53-

"extensions/browser/src/browser/cdp-proxy-bypass.ts:88",

54-

"extensions/browser/src/browser/cdp-proxy-bypass.ts:120",

55-

"extensions/browser/src/browser/cdp-proxy-bypass.ts:122",

56-

"extensions/browser/src/browser/cdp-proxy-bypass.ts:125",

57-

"extensions/browser/src/browser/cdp-proxy-bypass.ts:127",

11+

"src/infra/net/proxy/proxy-lifecycle.ts#applyProxyEnv",

12+

"src/infra/net/proxy/proxy-lifecycle.ts#restoreProxyEnv",

13+

"src/infra/net/proxy/proxy-lifecycle.ts#restoreGlobalAgentRuntime",

14+

"src/infra/net/proxy/proxy-lifecycle.ts#restoreNodeHttpStack",

15+

"src/infra/net/proxy/proxy-lifecycle.ts#bootstrapNodeHttpStack",

16+

"src/infra/net/proxy/proxy-lifecycle.ts#writeGlobalAgentNoProxy",

17+

"src/infra/net/proxy/proxy-lifecycle.ts#disableGlobalAgentProxyForIpv6GatewayLoopback",

18+19+

// Browser CDP loopback helper leases NO_PROXY only for localhost/loopback CDP URLs.

20+

"extensions/browser/src/browser/cdp-proxy-bypass.ts#NoProxyLeaseManager.acquire",

21+

"extensions/browser/src/browser/cdp-proxy-bypass.ts#NoProxyLeaseManager.release",

5822

]);

59236024

const forbiddenEnvKeys = new Set([

@@ -78,6 +42,55 @@ function stringLiteralText(node) {

7842

return ts.isStringLiteral(node) || ts.isNoSubstitutionTemplateLiteral(node) ? node.text : null;

7943

}

804445+

function propertyNameText(name) {

46+

if (ts.isIdentifier(name) || ts.isStringLiteral(name) || ts.isNumericLiteral(name)) {

47+

return name.text;

48+

}

49+

return null;

50+

}

51+52+

function qualifiedScopeName(name, classScopes) {

53+

const classScope = classScopes.at(-1);

54+

return classScope ? `${classScope}.${name}` : name;

55+

}

56+57+

function functionExpressionScopeName(node, classScopes) {

58+

const parent = node.parent;

59+

if (ts.isVariableDeclaration(parent) && ts.isIdentifier(parent.name)) {

60+

return parent.name.text;

61+

}

62+

if (ts.isPropertyAssignment(parent)) {

63+

const name = propertyNameText(parent.name);

64+

return name ? qualifiedScopeName(name, classScopes) : null;

65+

}

66+

if (ts.isPropertyDeclaration(parent) && parent.name) {

67+

const name = propertyNameText(parent.name);

68+

return name ? qualifiedScopeName(name, classScopes) : null;

69+

}

70+

return null;

71+

}

72+73+

function scopeNameForNode(node, classScopes) {

74+

if (ts.isFunctionDeclaration(node) && node.name) {

75+

return node.name.text;

76+

}

77+

if (ts.isFunctionExpression(node) || ts.isArrowFunction(node)) {

78+

return functionExpressionScopeName(node, classScopes);

79+

}

80+

if (

81+

ts.isMethodDeclaration(node) ||

82+

ts.isGetAccessorDeclaration(node) ||

83+

ts.isSetAccessorDeclaration(node)

84+

) {

85+

const name = propertyNameText(node.name);

86+

return name ? qualifiedScopeName(name, classScopes) : null;

87+

}

88+

if (ts.isConstructorDeclaration(node)) {

89+

return qualifiedScopeName("constructor", classScopes);

90+

}

91+

return null;

92+

}

93+8194

function isGlobalIdentifier(node, context = { globalAliases: new Set() }) {

8295

const unwrapped = unwrapExpression(node);

8396

return (

@@ -398,7 +411,7 @@ function mutatingCallTarget(expression, context) {

398411

return null;

399412

}

400413401-

export function findManagedProxyRuntimeMutationLines(content, fileName = "source.ts") {

414+

export function findManagedProxyRuntimeMutations(content, fileName = "source.ts") {

402415

const sourceFile = ts.createSourceFile(fileName, content, ts.ScriptTarget.Latest, true);

403416

const globalAliases = collectGlobalAliases(sourceFile);

404417

const context = {

@@ -411,19 +424,61 @@ export function findManagedProxyRuntimeMutationLines(content, fileName = "source

411424

envAliases: collectEnvAliases(sourceFile),

412425

stringConstants: collectStringConstants(sourceFile),

413426

};

414-

const lines = [];

427+

const mutations = [];

428+

const classScopes = [];

429+

const scopeStack = [];

415430

const visit = (node) => {

431+

let pushedClass = false;

432+

let pushedScope = false;

433+

if (ts.isClassDeclaration(node) && node.name) {

434+

classScopes.push(node.name.text);

435+

pushedClass = true;

436+

}

437+

const scopeName = scopeNameForNode(node, classScopes);

438+

if (scopeName) {

439+

scopeStack.push(scopeName);

440+

pushedScope = true;

441+

}

442+416443

const match =

417444

assignmentTarget(node, context) ??

418445

deleteTarget(node, context) ??

419446

mutatingCallTarget(node, context);

420447

if (match) {

421-

lines.push(toLine(sourceFile, match));

448+

mutations.push({

449+

line: toLine(sourceFile, match),

450+

scope: scopeStack.at(-1) ?? null,

451+

});

422452

}

423453

ts.forEachChild(node, visit);

454+455+

if (pushedScope) {

456+

scopeStack.pop();

457+

}

458+

if (pushedClass) {

459+

classScopes.pop();

460+

}

424461

};

425462

visit(sourceFile);

426-

return lines;

463+

return mutations;

464+

}

465+466+

export function findManagedProxyRuntimeMutationLines(content, fileName = "source.ts") {

467+

return findManagedProxyRuntimeMutations(content, fileName).map((mutation) => mutation.line);

468+

}

469+470+

export function isAllowedManagedProxyRuntimeMutation(violation) {

471+

if (!violation.scope) {

472+

return false;

473+

}

474+

return allowedManagedProxyRuntimeMutationScopes.has(

475+

`${violation.relativePath}#${violation.scope}`,

476+

);

477+

}

478+479+

function formatManagedProxyRuntimeMutationCallsite(violation) {

480+

const scope = violation.scope ? ` (${violation.scope})` : "";

481+

return `${violation.relativePath}:${violation.line}${scope}`;

427482

}

428483429484

export async function main() {

@@ -437,8 +492,9 @@ export async function main() {

437492

".e2e.test.ts",

438493

".integration.test.ts",

439494

],

440-

findCallLines: findManagedProxyRuntimeMutationLines,

441-

allowCallsite: (callsite) => allowedManagedProxyRuntimeMutationCallsites.has(callsite),

495+

findCallViolations: findManagedProxyRuntimeMutations,

496+

allowViolation: isAllowedManagedProxyRuntimeMutation,

497+

formatViolation: formatManagedProxyRuntimeMutationCallsite,

442498

header: "Found unmanaged managed-proxy runtime mutation:",

443499

footer:

444500

"Only proxy lifecycle code may mutate GLOBAL_AGENT or proxy-related process.env runtime state.",