registry  /  @reactive-agents/cli  /  0.13.0

@reactive-agents/cli@0.13.0

rax — the Reactive Agents CLI for scaffolding, running, and inspecting AI agents

Static Scan Results

scanned 3d ago · by rust-scanner

Static analysis flagged 14 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
WildcardDependency
scanned 1 file(s), 197 KB of source, external domains: 127.0.0.1, agent.example.com, aistudio.google.com, blog.example.com, cloud.digitalocean.com, cloud.google.com, console.anthropic.com, dashboard.render.com, docs.digitalocean.com, docs.docker.com, docs.reactiveagents.dev, example.io, fly.io, github.com, hacker-news.firebaseio.com, hashnode.example.dev, news.ycombinator.com, openai.com, platform.openai.com, railway.com, render.com

Source & flagged code

6 flagged · loading source
dist/index.jsView file
575import { join as join4, resolve } from "path"; L576: import { spawnSync } from "child_process"; L577: var HELP3 = `
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L575
4668entrypoint: > L4669: sh -c "sleep 10 && curl -s http://ollama:11434/api/pull -d '{"name": "qwen3:14b"}'" L4670:
High
Shell

Package source references shell execution.

dist/index.jsView on unpkg · L4668
4392function getRegion() { L4393: return process.env.GCP_REGION ?? DEPLOY_DEFAULTS.regions.cloudrun; L4394: } ... L4396: try { L4397: const out = exec("gcloud auth list --filter=status:ACTIVE --format='value(account)' 2>/dev/null"); L4398: return out.trim().length > 0; ... L4406: cliNames: ["gcloud"], L4407: installHint: "https://cloud.google.com/sdk/docs/install", L4408: preflight(ctx) {
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/index.jsView on unpkg · L4392
2466package = @reactive-agents/cli; repositoryIdentity = reactive-agents-ts; dependency = @reactive-agents/a2a L2466: } L2467: const { generateAgentCard } = await import("@reactive-agents/a2a"); L2468: const agentCard = generateAgentCard({
High
Copied Package Dependency Bridge

Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.

dist/index.jsView on unpkg · L2466
3983try { L3984: const out = exec("railway whoami 2>/dev/null"); L3985: return out.length > 0; ... L3993: cliNames: ["railway"], L3994: installHint: "npm install -g @railway/cli", L3995: preflight(ctx) {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L3983
669try { L670: benchmarks = await import("@reactive-agents/benchmarks"); L671: } catch {
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/index.jsView on unpkg · L669

Findings

5 High5 Medium4 Low
HighChild Processdist/index.js
HighShelldist/index.js
HighSame File Env Network Executiondist/index.js
HighCopied Package Dependency Bridgedist/index.js
HighRuntime Package Installdist/index.js
MediumDynamic Requiredist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings