registry  /  @noobdemon/noob-cli  /  1.17.1

@noobdemon/noob-cli@1.17.1

Trợ lý lập trình agentic trong terminal (kiểu Claude Code), tiếng Việt, dùng sức mạnh Noob Demon — 3 mô hình flagship (Claude Opus 4.8, GPT-5.5, DeepSeek V4 Pro).

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 45 file(s), 477 KB of source, external domains: claude-code-proxy.lohieuky678.workers.dev, registry.npmjs.org

Source & flagged code

1 flagged · loading source
src/update.jsView file
1import fs from 'node:fs'; L2: import { spawn } from 'node:child_process'; L3: import { config } from './config.js'; ... L9: try { L10: return JSON.parse(fs.readFileSync(new URL('../package.json', import.meta.url), 'utf8')).version; L11: } catch { ... L29: try { L30: const r = await fetch(`https://registry.npmjs.org/${NAME}/latest`, { signal: ctrl.signal }); L31: if (!r.ok) return null; ... L53: export function runUpdate({ background = false } = {}) { L54: const isWin = process.platform === 'win32'; L55: const cmd = isWin ? 'npm.cmd' : 'npm';
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

src/update.jsView on unpkg · L1

Findings

1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitysrc/update.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings