Static Scan Results
scanned 3h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
5 flagged · loading sourceconfig/config.tomlView file
64patternName = generic_password
severity = medium
line = 64
matchedText = # passwo...RD}"
Medium
scripts/undeploy.mjsView file
16console.log('正在安装 prompts 依赖...');
L17: const { execSync } = await import('child_process');
L18: // 优先安装到包本地(npx 缓存可能只读,失败则装到全局)
High
Child Process
Package source references child process execution.
scripts/undeploy.mjsView on unpkg · L165*
L6: * 推荐用法: npx @u1in/reasonix-feishu-deploy --undeploy
L7: * 也可直接: node undeploy.mjs
...
L16: console.log('正在安装 prompts 依赖...');
L17: const { execSync } = await import('child_process');
L18: // 优先安装到包本地(npx 缓存可能只读,失败则装到全局)
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
scripts/undeploy.mjsView on unpkg · L516console.log('正在安装 prompts 依赖...');
L17: const { execSync } = await import('child_process');
L18: // 优先安装到包本地(npx 缓存可能只读,失败则装到全局)
...
L33:
L34: const HOME = homedir();
L35: const CONFIG_DIR = `${HOME}/.config/reasonix-bot`;
...
L55: function detectShellConfig() {
L56: const shell = (process.env.SHELL || '').toLowerCase();
L57: const zdotdir = process.env.ZDOTDIR || HOME;
L58: if (shell.includes('zsh')) return `${zdotdir}/.zshrc`;
L59: if (shell.includes('bash')) {
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
scripts/undeploy.mjsView on unpkg · L16scripts/cli.shView file
•path = scripts/cli.sh
kind = build_helper
sizeBytes = 3228
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
scripts/cli.shView on unpkgFindings
3 High5 Medium4 Low
HighChild Processscripts/undeploy.mjs
HighShell
HighRuntime Package Installscripts/undeploy.mjs
MediumSecret Patternconfig/config.toml
MediumEnvironment Vars
MediumInstall Persistencescripts/undeploy.mjs
MediumShips Build Helperscripts/cli.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings