registry  /  @annix/claude-swarm  /  0.1.36

@annix/claude-swarm@0.1.36

Manage multiple parallel Claude CLI sessions with worktree isolation and dev server lifecycle management

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 17 file(s), 127 KB of source

Source & flagged code

5 flagged · loading source
dist/bin.jsView file
1#!/usr/bin/env node L2: import { execSync } from "node:child_process"; L3: import { createHash } from "node:crypto";
High
Child Process

Package source references child process execution.

dist/bin.jsView on unpkg · L1
42console.error("Installing dependencies..."); L43: execSync("npm install --silent", { cwd: projectRoot, stdio: "inherit" }); L44: writeFileSync(depsHashFile, hashDeps());
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/bin.jsView on unpkg · L42
127checkClaudeCodeUpdate(process.argv.includes("--check-updates")); L128: await import(pathToFileURL(join(projectRoot, "dist", "index.js")).href); L129: //# sourceMappingURL=bin.js.map
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/bin.jsView on unpkg · L127
dist/index.jsView file
211const nativeLnk = join(nativeDesktop, lnkName); L212: const psPath = "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"; L213: const createScript = join(tmpdir(), `claude-swarm-mkshortcut-${Date.now()}.ps1`);
High
Shell

Package source references shell execution.

dist/index.jsView on unpkg · L211
timer.ps1View file
path = timer.ps1 kind = build_helper sizeBytes = 1957 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

timer.ps1View on unpkg

Findings

3 High5 Medium4 Low
HighChild Processdist/bin.js
HighShelldist/index.js
HighRuntime Package Installdist/bin.js
MediumDynamic Requiredist/bin.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helpertimer.ps1
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings