registry  /  @lark-apaas/miaoda-cli  /  0.1.20

@lark-apaas/miaoda-cli@0.1.20

Miaoda 平台命令行工具,面向 Agent 调用

Static Scan Results

scanned 12d ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 160 file(s), 785 KB of source, external domains: miaoda.feishu.cn, registry.npmmirror.com

Source & flagged code

5 flagged · loading source
upgrade/templates/nestjs-react-fullstack/templates/scripts/dev.jsView file
5const path = require('path'); L6: const { spawn, execSync } = require('child_process'); L7: const readline = require('readline');
High
Child Process

Package source references child process execution.

upgrade/templates/nestjs-react-fullstack/templates/scripts/dev.jsView on unpkg · L5
121stdio: ['ignore', 'pipe', 'pipe'], L122: shell: true, L123: cwd: PROJECT_ROOT,
High
Shell

Package source references shell execution.

upgrade/templates/nestjs-react-fullstack/templates/scripts/dev.jsView on unpkg · L121
3L4: const fs = require('fs'); L5: const path = require('path');
Medium
Dynamic Require

Package source references dynamic require/import behavior.

upgrade/templates/nestjs-react-fullstack/templates/scripts/dev.jsView on unpkg · L3
upgrade/templates/nestjs-react-fullstack/templates/scripts/hooks/run-precommit.jsView file
45[ L46: '线上构建环境无法访问内网镜像源,将导致部署阶段 npm install 失败。', L47: '请使用公共镜像源重新生成 lockfile:', ... L56: const cwd = process.cwd(); L57: const res = spawnSync('npm', ['run', 'lint'], { L58: cwd,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

upgrade/templates/nestjs-react-fullstack/templates/scripts/hooks/run-precommit.jsView on unpkg · L45
upgrade/templates/nestjs-react-fullstack/templates/scripts/dev.shView file
path = upgrade/templates/nestjs-react-fullstack/templates/scripts/dev.sh kind = build_helper sizeBytes = 1244 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

upgrade/templates/nestjs-react-fullstack/templates/scripts/dev.shView on unpkg

Findings

3 High5 Medium4 Low
HighChild Processupgrade/templates/nestjs-react-fullstack/templates/scripts/dev.js
HighShellupgrade/templates/nestjs-react-fullstack/templates/scripts/dev.js
HighRuntime Package Installupgrade/templates/nestjs-react-fullstack/templates/scripts/hooks/run-precommit.js
MediumDynamic Requireupgrade/templates/nestjs-react-fullstack/templates/scripts/dev.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperupgrade/templates/nestjs-react-fullstack/templates/scripts/dev.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings