registry  /  @noobdemon/noob-cli  /  1.15.0

@noobdemon/noob-cli@1.15.0

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 1d ago · by rust-scanner

Static analysis flagged 10 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

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

Source & flagged code

2 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
src/tools.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @noobdemon/noob-cli@1.14.1 matchedIdentity = npm:QG5vb2JkZW1vbi9ub29iLWNsaQ:1.14.1 similarity = 0.824 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.

src/tools.jsView on unpkg

Findings

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