registry  /  holocron-research  /  1.0.0

holocron-research@1.0.0

Holocron CLI — start the local AI research platform with one command

Static Scan Results

scanned 2h 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
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 24.8 KB of source, external domains: api.anthropic.com, api.openai.com, build.k2think.ai, docs.docker.com, generativelanguage.googleapis.com, nodejs.org, openrouter.ai, www.docker.com, www.k2think.ai

Source & flagged code

1 flagged · loading source
dist/index.jsView file
35var import_path = __toESM(require("path")); L36: var import_child_process = require("child_process"); L37: var import_chalk = __toESM(require("chalk")); ... L39: try { L40: const result = (0, import_child_process.spawnSync)("docker", ["info"], { stdio: "ignore", shell: process.platform === "win32" }); L41: return result.status === 0; ... L52: }); L53: const output = result2.stdout?.toString() || ""; L54: const inUse = output.split("\n").some((line) => { ... L67: const cmd = ["compose", "-f", composeFile, ...args]; L68: const env = { ...process.env }; L69: if (envFile) {
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/index.jsView on unpkg · L35

Findings

1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings