registry  /  customize-agent  /  2.2.2

customize-agent@2.2.2

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

Static Scan Results

scanned 8d ago · by rust-scanner

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

Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source

Decision evidence

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

Source & flagged code

3 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
3import { Command } from 'commander'; L4: import { execSync } from 'child_process'; L5: import { readFileSync } from 'fs'; L6: import { dirname, resolve } from 'path'; L7: import { createServer } from 'net'; L8: import { createRequire } from 'module'; ... L17: function resolveUserProjectRoot() { L18: return resolve(process.env.CUSTOMIZE_PROJECT_ROOT ?? process.env.INIT_CWD ?? process.env.PWD ?? process.cwd()); L19: }
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 · L3
matchType = previous_version_dangerous_delta matchedPackage = customize-agent@2.2.1 matchedIdentity = npm:Y3VzdG9taXplLWFnZW50:2.2.1 similarity = 0.968 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/index.jsView on unpkg

Findings

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