registry  /  @deepstorm/cli  /  0.7.2

@deepstorm/cli@0.7.2

DeepStorm CLI — 一键配置项目开发环境

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 10 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 8 file(s), 461 KB of source, external domains: github.com, json-schema.org, raw.githubusercontent.com, registry.npmjs.org, repo.spring.io, www.liquibase.org, www.w3.org

Source & flagged code

3 flagged · loading source
dist/cli.jsView file
7175var path3 = __toESM(require("node:path")); L7176: var import_node_child_process = require("node:child_process"); L7177: var EXEC_OPTIONS = { encoding: "utf-8", timeout: 12e4, stdio: "pipe" };
High
Child Process

Package source references child process execution.

dist/cli.jsView on unpkg · L7175
7175var path3 = __toESM(require("node:path")); L7176: var import_node_child_process = require("node:child_process"); L7177: var EXEC_OPTIONS = { encoding: "utf-8", timeout: 12e4, stdio: "pipe" }; ... L7187: function isBmadInstalled() { L7188: const result = execSafe("npx bmad-method status"); L7189: return result.success && result.output.includes("Version:");
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli.jsView on unpkg · L7175
dist/hooks/reef-scope-check.shView file
path = dist/hooks/reef-scope-check.sh kind = build_helper sizeBytes = 12007 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

dist/hooks/reef-scope-check.shView on unpkg

Findings

3 High3 Medium4 Low
HighChild Processdist/cli.js
HighShell
HighRuntime Package Installdist/cli.js
MediumEnvironment Vars
MediumShips Build Helperdist/hooks/reef-scope-check.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings