Static Scan Results
scanned 4h ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 9 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourceserver.jsView file
10*/
L11: const http = require('http');
L12: const https = require('https');
...
L17:
L18: const PORT = process.env.PORT || 4321;
L19: const PROXY_PORT = process.env.PROXY_PORT || Number(PORT) + 1;
...
L29: if (process.env.CCP_RC_FILE) return process.env.CCP_RC_FILE.split(',').filter(Boolean); // 测试用
L30: const home = os.homedir();
L31: const targets = new Set();
...
L33: const candidates = [
L34: '.zshrc', '.zprofile', // zsh(macOS 默认)
L35: '.bashrc', '.bash_profile', // bash
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
server.jsView on unpkg · L10scripts/gen-demo-data.pyView file
•path = scripts/gen-demo-data.py
kind = build_helper
sizeBytes = 16856
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
scripts/gen-demo-data.pyView on unpkgFindings
5 Medium4 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistenceserver.js
MediumShips Build Helperscripts/gen-demo-data.py
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings