registry  /  @vkmikc/create-vkm-kit  /  4.2.0

@vkmikc/create-vkm-kit@4.2.0

vkm-kit installer: persistent Markdown+git memory for AI agents (MCP) with hybrid search, stealth web fetch/search (obscura + on-demand SearXNG), a cross-domain execution-discipline skill, token-saver hooks, a local usage doctor and a spec-builder — one n

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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 22 file(s), 232 KB of source, external domains: 127.0.0.1, github.com, ollama.com

Source & flagged code

2 flagged · loading source
src/hooks/_transcript-cache.mjsView file
95const raw = fs.readFileSync(cacheFp, "utf8"); L96: const cache = JSON.parse(raw); L97: if (
Low
Weak Crypto

Package source references weak cryptographic algorithms.

src/hooks/_transcript-cache.mjsView on unpkg · L95
src/ollama-setup.mjsView file
8// install (never curl|sh on the user's behalf). L9: import { execa } from "execa"; L10: import pc from "picocolors"; ... L18: const res = await execa("ollama", ["--version"], { reject: false }); L19: if (res.failed || res.exitCode !== 0) return null; L20: return res.stdout?.match(/(\d+\.\d+\.\d+)/)?.[1] ?? null; ... L42: dryRun, L43: { enable = true, platform = process.platform } = {} L44: ) { ... L61: ); L62: console.log(pc.dim(" https://ollama.com/download → ollama pull " + OLLAMA_MODEL)); L63: return "manual";
High
Sandbox Evasion Gated Capability

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

src/ollama-setup.mjsView on unpkg · L8

Findings

1 High3 Medium6 Low
HighSandbox Evasion Gated Capabilitysrc/ollama-setup.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptosrc/hooks/_transcript-cache.mjs
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License