registry  /  multi-agents-cli  /  1.1.71

multi-agents-cli@1.1.71

Multi-agent workflow orchestration for Claude Code — isolated git worktrees, structured state tracking, autonomous task chaining

Static Scan Results

scanned 2h 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 18 file(s), 292 KB of source, external domains: claude.ai, github.com, pypi.org, registry.npmjs.org

Source & flagged code

4 flagged · loading source
core/workflow/reset.jsView file
19const path = require('path'); L20: const { execSync } = require('child_process'); L21:
High
Child Process

Package source references child process execution.

core/workflow/reset.jsView on unpkg · L19
22package = multi-agents-cli; repositoryIdentity = multi-agents; dependency = prompts L22: let prompts = null; L23: try { prompts = require('prompts'); } catch { prompts = null; } L24:
High
Copied Package Dependency Bridge

Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.

core/workflow/reset.jsView on unpkg · L22
core/workflow/agent.jsView file
196} else { L197: execSync(termCmd + ' -- bash -c "cd \'' + worktreePath + '\' && ' + claudeCmd + '; exec bash" &', { stdio: 'pipe' }); L198: }
High
Shell

Package source references shell execution.

core/workflow/agent.jsView on unpkg · L196
667try { L668: execSync('npm install -g @anthropic-ai/claude-code', { stdio: 'pipe' }); L669: clearInterval(spin);
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

core/workflow/agent.jsView on unpkg · L667

Findings

4 High3 Medium3 Low
HighChild Processcore/workflow/reset.js
HighShellcore/workflow/agent.js
HighCopied Package Dependency Bridgecore/workflow/reset.js
HighRuntime Package Installcore/workflow/agent.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings