registry  /  basemind  /  0.13.0

basemind@0.13.0

Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fj

Static Scan Results

scanned 9d 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
ChildProcessCryptoFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 11.4 KB of source, external domains: github.com

Source & flagged code

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

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node install.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
bin/basemind.jsView file
1#!/usr/bin/env node L2: const { spawnSync } = require("node:child_process"); L3: const path = require("node:path");
High
Child Process

Package source references child process execution.

bin/basemind.jsView on unpkg · L1
43`You can try:\n` + L44: ` 1. Reinstall: npm install -g basemind\n` + L45: ` 2. Use cargo: cargo install basemind`, ... L49: L50: const result = spawnSync(binaryPath, process.argv.slice(2), { stdio: "inherit" }); L51: if (result.error) {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/basemind.jsView on unpkg · L43

Findings

3 High3 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/basemind.js
HighRuntime Package Installbin/basemind.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings