registry  /  agent-dealer  /  0.1.4

agent-dealer@0.1.4

Human control plane for agent execution — queue, plan approval, audit

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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 57 file(s), 730 KB of source, external domains: 127.0.0.1, api.anthropic.com, api.linear.app, docs.anthropic.com, github.com, react.dev, slack.example, www.w3.org

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node ./dist/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node ./dist/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
dist/start.jsView file
1import { spawn } from "node:child_process"; L2: import { loadProdEnvFile, prodEnvFilePath, prodHomeDir, resolveBundledListenPort, shortenHome, } from "./env.js";
High
Child Process

Package source references child process execution.

dist/start.jsView on unpkg · L1
31const env = { L32: ...process.env, L33: AGENT_DEALER_ENV: "production", ... L36: WEB_PORT: String(port), L37: AGENT_DEALER_WEB_URL: `http://localhost:${port}`, L38: AGENT_DEALER_API: `http://127.0.0.1:${port}`, ... L42: } L43: child = spawn(process.execPath, [entry], { L44: env,
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

dist/start.jsView on unpkg · L31

Findings

4 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/start.js
HighShell
HighSame File Env Network Executiondist/start.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings