registry  /  @benree/agentcall  /  0.1.0

@benree/agentcall@0.1.0

Call your friends' coding agents from your terminal (or let your agent do it).

Static Scan Results

scanned 2d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 14 file(s), 50.3 KB of source, external domains: agentcall.benree.tech, www.apple.com

Source & flagged code

1 flagged · loading source
dist/launchd.jsView file
1import { execFileSync } from "node:child_process"; L2: import { existsSync, mkdirSync, rmSync, writeFileSync } from "node:fs"; ... L47: try { L48: execCmd(["launchctl", "bootout", `gui/${uid()}/${LAUNCH_LABEL}`]); L49: }
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

dist/launchd.jsView on unpkg · L1

Findings

3 Medium4 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/launchd.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings