registry  /  basemind  /  0.20.0

basemind@0.20.0

⚠ Under review

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 2h ago · by rust-scanner

Static analysis flagged 10 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoFilesystemNetwork
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 11.7 KB of source, external domains: github.com

Source & flagged code

5 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
install.jsView file
matchType = previous_version_dangerous_delta matchedPackage = basemind@0.16.0 matchedIdentity = npm:YmFzZW1pbmQ:0.16.0 similarity = 0.667 summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

install.jsView on unpkg

Findings

1 Critical3 High3 Medium3 Low
CriticalPrevious Version Dangerous Deltainstall.js
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
LowUrl Strings