Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 10 finding(s) at 93.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.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/cli.jsView file
1#!/usr/bin/env node
L2: import { spawn } from "node:child_process";
L3: import { realpathSync } from "node:fs";
...
L39: export async function runCli(argv = process.argv.slice(2), dependencies = {}) {
L40: const stdout = dependencies.stdout ?? ((line) => process.stdout.write(`${line}\n`));
L41: const stderr = dependencies.stderr ?? ((line) => process.stderr.write(`${line}\n`));
...
L47: }
L48: const env = dependencies.env ?? process.env;
L49: const store = dependencies.stateStore ?? createFileCliAuthStateStore({ env });
...
L284: const origin = new URL(apiBaseUrl).origin;
L285: if (origin === "https://autopilot.hyper-star.org") {
L286: return DEFAULT_APP_BASE_URL;
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/cli.jsView on unpkg · L1•matchType = previous_version_dangerous_delta
matchedPackage = @hyperstar/mcp@0.1.10
matchedIdentity = npm:QGh5cGVyc3Rhci9tY3A:0.1.10
similarity = 0.960
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/cli.jsView on unpkgFindings
2 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/cli.js
HighPrevious Version Dangerous Deltadist/cli.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License