registry  /  @retasc/cli  /  1.3.2

@retasc/cli@1.3.2

Retasc CLI — sign in with GitHub, create projects, mint agent API keys, and wire your agent to the Retasc MCP server in one command.

Static Scan Results

scanned 2h ago · by rust-scanner

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

Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 18 file(s), 130 KB of source, external domains: github.com, mcp.retasc.com, unique-lyrebird-934.convex.cloud

Source & flagged code

3 flagged · loading source
dist/proxy.jsView file
9import { hostname } from "node:os"; L10: import { spawn, spawnSync } from "node:child_process"; L11: import { dirname, resolve } from "node:path";
High
Child Process

Package source references child process execution.

dist/proxy.jsView on unpkg · L9
9import { hostname } from "node:os"; L10: import { spawn, spawnSync } from "node:child_process"; L11: import { dirname, resolve } from "node:path"; ... L19: // binding in its own env (RETASC_MCP_KEY legacy, or RETASC_WORKSPACE → keystore). L20: const resolved = resolveConn({ env: process.env, defaultUrl: "https://mcp.retasc.com/mcp" }); L21: let MCP_URL = resolved.url;
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/proxy.jsView on unpkg · L9
dist/commands/mcp.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @retasc/cli@1.2.3 matchedIdentity = npm:QHJldGFzYy9jbGk:1.2.3 similarity = 0.556 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/commands/mcp.jsView on unpkg

Findings

4 High2 Medium5 Low
HighChild Processdist/proxy.js
HighShell
HighSame File Env Network Executiondist/proxy.js
HighPrevious Version Dangerous Deltadist/commands/mcp.js
MediumNetwork
MediumEnvironment Vars
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings