registry  /  @dataforxyz/agent-intercom-orchestrator  /  0.9.3

@dataforxyz/agent-intercom-orchestrator@0.9.3

Pi extension for creating and managing independent Agent Intercom coworkers across Pi, Codex, Claude Code, and OpenCode

Static Scan Results

scanned 5h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
CopyleftLicenseWildcardDependency
scanned 9 file(s), 88.0 KB of source, external domains: 127.0.0.1

Source & flagged code

3 flagged · loading source
src/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 · L1
src/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 · L1
examples/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 unpkg

Findings

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