registry  /  @dzhechkov/harness-cli  /  0.3.125

@dzhechkov/harness-cli@0.3.125

The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 35 commands, 13 presets, 6 platform targets.

Static Scan Results

scanned 2d 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 6 file(s), 178 KB of source, external domains: api.github.com, raw.githubusercontent.com

Source & flagged code

2 flagged · loading source
dist/cli.jsView file
7import { basename, dirname, isAbsolute, join, relative, resolve, sep } from 'node:path'; L8: import { execSync } from 'node:child_process'; L9: import { homedir } from 'node:os';
High
Child Process

Package source references child process execution.

dist/cli.jsView on unpkg · L7
593try { L594: execSync(`npm install ${pkg} --save-dev --no-fund --no-audit`, { cwd: projectRoot, stdio: 'pipe', encoding: 'utf-8' }); L595: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli.jsView on unpkg · L593

Findings

3 High3 Medium4 Low
HighChild Processdist/cli.js
HighShell
HighRuntime Package Installdist/cli.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings