Static Scan Results
scanned 13d 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
ChildProcessDynamicRequireEnvironmentVarsEvalFilesystem
HighEntropyStringsMinifiedUrlStrings
NoLicenseWildcardDependency
Source & flagged code
4 flagged · loading sourcecommands.all.jsView file
9const utils = require('./build/lib/utils');
L10: const execSync = require('child_process').execSync;
L11: const getPackage = `${basePath.buildRoot}/get.package.path.js`;
High
49//更新包
L50: execSync(`npm i --registry=https://registry.npm.taobao.org`, {stdio: 'inherit'});
L51:
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
commands.all.jsView on unpkg · L49src/components/JfbBaseSavingDetail/components/echarts.min.jsView file
4null!=t.hoverAnimation&&(t.emphasis=t.emphasis||{},t.emphasis&&null==t.emphasis.scale&&(t.emphasis.scale=t.hoverAnimation)),gu(t)}}),t.dataRange&&(t.visualMap=t.dataRange),y(xP,fun...
L5: }return e.UTF8Encoding=!1,e}function ip(t,e,n){for(var i=[],r=e[0],o=e[1],a=0;a<t.length;a+=2){var s=t.charCodeAt(a)-64,l=t.charCodeAt(a+1)-64;s=s>>1^-(1&s),l=l>>1^-(1&l),s+=r,l+=o...
L6: }function Wf(t,e,n){for(var i=0;i<n.length;i++){var r=n[i];null!=e[r]&&(t[r]=e[r])}}function Xf(t){t.registerUpdateLifecycle("series:beforeupdate",function(t,e){var n=fz(e).labelMa...
Low
Eval
Package source references a known benign dynamic code generation pattern.
src/components/JfbBaseSavingDetail/components/echarts.min.jsView on unpkg · L4commands.update.change.jsView file
2L3: const path = require('path');
L4: const basePath = require('./build/path');
Medium
Dynamic Require
Package source references dynamic require/import behavior.
commands.update.change.jsView on unpkg · L2Findings
2 High4 Medium6 Low
HighChild Processcommands.all.js
HighRuntime Package Installcommands.all.js
MediumDynamic Requirecommands.update.change.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowEvalsrc/components/JfbBaseSavingDetail/components/echarts.min.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License