registry  /  mycelium-mind  /  0.2.2

mycelium-mind@0.2.2

Mycelium Mind is a fully offline, schema-driven, multi-vault compiler pipeline and wiki engine built on top of **Obsidian** and **MkDocs**, powered by local LLMs via an OpenAI-compatible API.

Static Scan Results

scanned 2h 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 30 file(s), 230 KB of source, external domains: cdnjs.cloudflare.com

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/setup.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts/build.jsView file
1import { execSync } from 'child_process'; L2: import fs from 'fs';
High
Child Process

Package source references child process execution.

scripts/build.jsView on unpkg · L1
6console.log('Compiling TypeScript...'); L7: execSync('npx tsc', { stdio: 'inherit' }); L8:
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/build.jsView on unpkg · L6
build/utils/overview-runner.jsView file
1import * as fs from 'fs'; L2: import * as path from 'path';
Medium
Unsafe Vm Context

Package source executes code through a VM context API.

build/utils/overview-runner.jsView on unpkg · L1

Findings

4 High4 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processscripts/build.js
HighShell
HighRuntime Package Installscripts/build.js
MediumUnsafe Vm Contextbuild/utils/overview-runner.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License