registry  /  @arvoretech/hub-core  /  0.26.2

@arvoretech/hub-core@0.26.2

Core config loader, types, and prompt builders for hub workspaces

Static Scan Results

scanned 1h ago · by rust-scanner

Static analysis flagged 10 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 64.4 KB of source, external domains: api.github.com, api.notion.com, raw.githubusercontent.com

Source & flagged code

3 flagged · loading source
dist/index.jsView file
35} catch { L36: const { execFileSync } = await import("child_process"); L37: const evalScript = `import c from ${JSON.stringify(fileUrl)}; console.log(JSON.stringify(c.default ?? c));`;
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L35
37const evalScript = `import c from ${JSON.stringify(fileUrl)}; console.log(JSON.stringify(c.default ?? c));`; L38: const json = execFileSync("npx", ["tsx", "-e", evalScript], { L39: encoding: "utf-8",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L37
32try { L33: const mod = await import(fileUrl); L34: return mod.default ?? mod;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/index.jsView on unpkg · L32

Findings

2 High4 Medium4 Low
HighChild Processdist/index.js
HighRuntime Package Installdist/index.js
MediumDynamic Requiredist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings