registry  /  @hyperstar/mcp  /  0.1.5

@hyperstar/mcp@0.1.5

`@hyperstar/mcp` is the local stdio MCP server for Hyperstar headless workflows. It exposes scoped creator search, campaign roster, bulk email, and inbox tools for MCP clients using either a service-account key or local browser CLI login.

Static Scan Results

scanned 1d ago · by rust-scanner

Static analysis flagged 9 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 16 file(s), 75.6 KB of source, external domains: 127.0.0.1, app.dev.hyper-star.org, app.hyper-star.org, autopilot.dev.hyper-star.org, autopilot.hyper-star.org

Source & flagged code

1 flagged · loading source
dist/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 }); ... L283: const origin = new URL(apiBaseUrl).origin; L284: if (origin === "https://autopilot.dev.hyper-star.org") { L285: return "https://app.dev.hyper-star.org";
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

Findings

1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/cli.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License