registry  /  @hiver.sh/client  /  0.1.23

@hiver.sh/client@0.1.23

TypeScript client for the Hiver runtime.

Static Scan Results

scanned 5d 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
ChildProcessCryptoEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 42 file(s), 208 KB of source, external domains: 127.0.0.1, console.cloud.google.com, example.com, example.org, finnhub.io, github.com, news.ycombinator.com, www.google.com, www.googleapis.com

Source & flagged code

5 flagged · loading source
dist/index.jsView file
484*/ L485: async exec(command, opts) { L486: const body = { command };
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L484
examples/mcp-server/image/server.tsView file
214inputSchema: { L215: cmd: z.string().describe("Shell command to execute via /bin/sh -c"), L216: cwd: z
High
Shell

Package source references shell execution.

examples/mcp-server/image/server.tsView on unpkg · L214
1import { createServer } from "node:http"; L2: import { execFile } from "node:child_process"; L3: import { promisify } from "node:util"; ... L11: L12: const PORT = Number(process.env.PORT ?? 3000); L13: const DEFAULT_READ_LIMIT = 2000;
High
Same File Env Network Execution

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

examples/mcp-server/image/server.tsView on unpkg · L1
examples/mcp-server/index.tsView file
3// L4: // Run with: npx tsx examples/mcp-server L5: import { spawn } from "node:child_process"; L6: import { dirname, join } from "node:path";
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

examples/mcp-server/index.tsView on unpkg · L3
examples/local-filesystem-mount/skills/echo/echo.shView file
path = examples/local-filesystem-mount/skills/echo/echo.sh kind = build_helper sizeBytes = 81 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

examples/local-filesystem-mount/skills/echo/echo.shView on unpkg

Findings

4 High4 Medium6 Low
HighChild Processdist/index.js
HighShellexamples/mcp-server/image/server.ts
HighSame File Env Network Executionexamples/mcp-server/image/server.ts
HighRuntime Package Installexamples/mcp-server/index.ts
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperexamples/local-filesystem-mount/skills/echo/echo.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowEval
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License