registry  /  @duetds/cli  /  4.1.75

@duetds/cli@4.1.75

This package includes Duet Design System CLI.

Static Scan Results

scanned 1h ago · by rust-scanner

Static analysis flagged 11 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
Manifest
NoLicense
scanned 203 file(s), 216 KB of source, external domains: 0.0.0.0, bit.ly, www.duetds.com

Source & flagged code

2 flagged · loading source
src/main.jsView file
11const copy = promisify(ncp) L12: const execSync = promisify(require("child_process").exec) L13:
High
Child Process

Package source references child process execution.

src/main.jsView on unpkg · L11
114title: "Install dependencies", L115: task: async () => await execSync(`npm i --legacy-peer-deps`, { encoding: "utf8", cwd: options.targetDirectory }), L116: skip: () => (!options.runInstall ? "Pass --install to automatically install dependencies" : undefined),
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/main.jsView on unpkg · L114

Findings

3 High3 Medium5 Low
HighChild Processsrc/main.js
HighShell
HighRuntime Package Installsrc/main.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License