registry  /  kimetsu-remote  /  2.5.2

kimetsu-remote@2.5.2

Kimetsu Remote (beta) — server-hosted Kimetsu brain over HTTP MCP. Installs the prebuilt native server binary for your platform. Separate from the `kimetsu-ai` CLI.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 3 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
ChildProcess
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 2.35 KB of source, external domains: github.com

Source & flagged code

2 flagged · loading source
bin/cli.jsView file
12L13: const { spawnSync } = require("child_process"); L14:
High
Child Process

Package source references child process execution.

bin/cli.jsView on unpkg · L12
50`--ignore-scripts). Reinstall with optional deps enabled:\n` + L51: ` npm install -g kimetsu-remote\n` + L52: `Or: cargo install kimetsu-remote --features embeddings, or an archive\n` + ... L56: L57: const result = spawnSync(binPath, process.argv.slice(2), { stdio: "inherit" }); L58: if (result.error) {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/cli.jsView on unpkg · L50

Findings

2 High1 Low
HighChild Processbin/cli.js
HighRuntime Package Installbin/cli.js
LowUrl Strings