Static Scan Results
scanned 1d ago · by rust-scannerStatic analysis flagged 15 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsMinifiedUrlStrings
NoLicense
Oversized source lightweight scan
deploy/gateway/worker.js2.86 MB file, sampled 256 KB
ChildProcessShellHighEntropyStringsUrlStringsjson-schema.orgllm.fantacy.live
Source & flagged code
5 flagged · loading sourcedeploy/plugin-feishu/worker.jsView file
1531patternName = private_key_rsa
severity = critical
line = 1531
matchedText = if (type...0) {
Critical
Critical Secret
Package contains a critical-looking secret pattern.
deploy/plugin-feishu/worker.jsView on unpkg · L15311531patternName = private_key_rsa
severity = critical
line = 1531
matchedText = if (type...0) {
Critical
Secret Pattern
RSA private key in deploy/plugin-feishu/worker.js
deploy/plugin-feishu/worker.jsView on unpkg · L1531dist/bin.jsView file
7import { Command } from 'commander';
L8: import { spawnSync } from 'child_process';
L9: import * as p from '@clack/prompts';
High
1886return (args) => {
L1887: const res = spawn("npx", ["--yes", "wrangler@4.107.0", ...args]);
L1888: return { status: res.status, out: `${res.stdout}${res.stderr}` };
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/bin.jsView on unpkg · L1886deploy/gateway/worker.jsView file
•path = deploy/gateway/worker.js
kind = oversized_source_file
sizeBytes = 2998624
magicHex = [redacted]
High
Oversized Source File
Package contains source files above the static scanner size ceiling.
deploy/gateway/worker.jsView on unpkgFindings
2 Critical4 High3 Medium6 Low
CriticalCritical Secretdeploy/plugin-feishu/worker.js
CriticalSecret Patterndeploy/plugin-feishu/worker.js
HighChild Processdist/bin.js
HighShell
HighRuntime Package Installdist/bin.js
HighOversized Source Filedeploy/gateway/worker.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License