Static Scan Results
scanned 5h ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 12 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
CopyleftLicenseWildcardDependency
Source & flagged code
3 flagged · loading sourcesrc/agent-fleet-cli.mjsView file
1#!/usr/bin/env -S node --experimental-strip-types
L2: import { spawn } from "node:child_process";
L3:
High
Child Process
Package source references child process execution.
src/agent-fleet-cli.mjsView on unpkg · L1src/opencode-peer-launcher.mjsView file
1#!/usr/bin/env node
L2: import { spawn } from "node:child_process";
L3: import { randomBytes, randomUUID } from "node:crypto";
L4: import { mkdir, readFile, rename, writeFile } from "node:fs/promises";
L5: import net from "node:net";
L6: import { dirname } from "node:path";
...
L16:
L17: const healthPath = process.env.AGENT_INTERCOM_OPENCODE_HEALTH_PATH?.trim();
L18: const statePath = process.env.AGENT_INTERCOM_OPENCODE_STATE_PATH?.trim();
High
Same File Env Network Execution
A single source file combines environment access, network access, and code or shell execution; review context before blocking.
src/opencode-peer-launcher.mjsView on unpkg · L1examples/opencode-manager-env.shView file
•path = examples/opencode-manager-env.sh
kind = build_helper
sizeBytes = 540
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
examples/opencode-manager-env.shView on unpkgFindings
3 High4 Medium5 Low
HighChild Processsrc/agent-fleet-cli.mjs
HighShell
HighSame File Env Network Executionsrc/opencode-peer-launcher.mjs
MediumEnvironment Vars
MediumShips Build Helperexamples/opencode-manager-env.sh
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowCopyleft License