registry  /  flowmind  /  1.5.7

flowmind@1.5.7

Memory and workflow automation for MCP, Codex, and Claude Code. Reuse repeatable developer operations through skills and explicit feedback.

Static Scan Results

scanned 10d ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 87 file(s), 474 KB of source, external domains: aip.baidubce.com, api.anthropic.com, api.deepseek.com, api.mimo.ai, api.openai.com, cli.github.com, dashscope.aliyuncs.com, open.bigmodel.cn, yapi.example.com

Source & flagged code

5 flagged · loading source
core/update-notifier.jsView file
1const { execFile, execSync } = require('child_process'); L2: const { promisify } = require('util');
High
Child Process

Package source references child process execution.

core/update-notifier.jsView on unpkg · L1
bin/flowmind.jsView file
1591stdio: 'inherit', L1592: shell: true L1593: });
High
Shell

Package source references shell execution.

bin/flowmind.jsView on unpkg · L1591
1761try { L1762: const globalRoot = execSync('npm root -g', { encoding: 'utf-8' }).trim(); L1763: const localPath = require.resolve('../package.json'); ... L1768: const installCmd = isGlobal L1769: ? `npm install -g flowmind@${latestVersion}` L1770: : `npm install flowmind@${latestVersion}`;
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/flowmind.jsView on unpkg · L1761
core/honor-engine.jsView file
5L6: const fs = require('fs-extra'); L7: const path = require('path');
Medium
Dynamic Require

Package source references dynamic require/import behavior.

core/honor-engine.jsView on unpkg · L5
demo/common.shView file
path = demo/common.sh kind = build_helper sizeBytes = 579 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

demo/common.shView on unpkg

Findings

3 High5 Medium4 Low
HighChild Processcore/update-notifier.js
HighShellbin/flowmind.js
HighRuntime Package Installbin/flowmind.js
MediumDynamic Requirecore/honor-engine.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperdemo/common.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings