registry ย /ย  @u1in/reasonix-feishu-deploy ย /ย  0.5.2

@u1in/reasonix-feishu-deploy@0.5.2

๐Ÿค– ไธ€้”ฎ้ƒจ็ฝฒ Reasonix AI Bot ๆŽฅๅ…ฅ้ฃžไนฆ

Static Scan Results

scanned 3h 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
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 4 file(s), 44.6 KB of source, external domains: open.feishu.cn, platform.deepseek.com

Source & flagged code

5 flagged ยท loading source
config/config.tomlView file
64patternName = generic_password severity = medium line = 64 matchedText = # passwo...RD}"
Medium
Secret Pattern

Package contains a possible secret pattern.

config/config.tomlView on unpkg ยท L64
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 ยท L16
5* 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 ยท L5
16console.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 ยท L16
scripts/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 unpkg

Findings

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