registry  /  customize-agent  /  4.0.15

customize-agent@4.0.15

通用终端 AI 助手 — 原生 Function Calling + 双语 TUI + 三级模型分层

Static Scan Results

scanned 1d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 11 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsObfuscatedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 29 file(s), 310 KB of source, external domains: 127.0.0.1

Source & flagged code

2 flagged · loading source
dist/tui/file-index.jsView file
4*/ L5: import { execFileSync } from 'child_process'; L6: import glob from 'fast-glob';
High
Child Process

Package source references child process execution.

dist/tui/file-index.jsView on unpkg · L4
dist/index.jsView file
134closeSync(logFile.fd); L135: return { ready: true, port, url: `http://localhost:${port}/overview`, logPath: logFile.logPath }; L136: } L137: try { L138: const { spawn } = await import('child_process'); L139: const { closeSync } = await import('fs'); ... L149: env: { L150: ...process.env, L151: NODE_ENV: 'production',
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

dist/index.jsView on unpkg · L134

Findings

3 High3 Medium5 Low
HighChild Processdist/tui/file-index.js
HighShell
HighSame File Env Network Executiondist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowUrl Strings