registry  /  @devflow-tools/cli  /  0.6.1

@devflow-tools/cli@0.6.1

DevFlow CLI — one command to initialize and manage DevFlow in any project.

Static Scan Results

scanned 6d ago · by rust-scanner

Static analysis flagged 9 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
HighEntropyStrings
Manifest
NoLicense
scanned 20 file(s), 59.4 KB of source

Source & flagged code

2 flagged · loading source
bin/devflow.cjsView file
8L9: var childProcess = require('child_process'); L10: var path = require('path');
High
Child Process

Package source references child process execution.

bin/devflow.cjsView on unpkg · L8
dist/commands/skill.jsView file
58try { L59: execSync(`npm install --prefix "${HOME_SKILLS_DIR}" ${npmName}`, { L60: stdio: "pipe",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands/skill.jsView on unpkg · L58

Findings

3 High2 Medium4 Low
HighChild Processbin/devflow.cjs
HighShell
HighRuntime Package Installdist/commands/skill.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License