registry  /  @agent-relay/cloud  /  9.1.9

@agent-relay/cloud@9.1.9

Cloud SDK for Agent Relay — auth, workflow execution, and provider connections

Static Scan Results

scanned 15d ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 22 file(s), 191 KB of source, external domains: 127.0.0.1, agentrelay.com

Source & flagged code

3 flagged · loading source
dist/auth.jsView file
5import path from 'node:path'; L6: import { spawn } from 'node:child_process'; L7: import { setTimeout as delay } from 'node:timers/promises';
High
Child Process

Package source references child process execution.

dist/auth.jsView on unpkg · L5
dist/lib/ssh-interactive.jsView file
56* L57: * Wraps the command in `exec sh -c '…'` so the PTY closes cleanly when the L58: * target CLI exits (no shell-teardown race with a TUI's alt-screen flush)
High
Shell

Package source references shell execution.

dist/lib/ssh-interactive.jsView on unpkg · L56
dist/workflows.jsView file
82const { execSync } = await import('node:child_process'); L83: execSync('npx --yes esbuild --loader=ts', { L84: input: content,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/workflows.jsView on unpkg · L82

Findings

3 High3 Medium5 Low
HighChild Processdist/auth.js
HighShelldist/lib/ssh-interactive.js
HighRuntime Package Installdist/workflows.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License