Static Scan Results
scanned 10d ago · by rust-scannerStatic analysis flagged 7 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
DynamicRequireFilesystem
HighEntropyStringsMinified
NoLicense
Source & flagged code
2 flagged · loading sourcebin/aicall.jsView file
18if (existsSync(distBundle)) {
L19: const require = createRequire(import.meta.url);
L20: require(distBundle);
Medium
Dynamic Require
Package source references dynamic require/import behavior.
bin/aicall.jsView on unpkg · L18dist/bundle.cjsView file
1#!/usr/bin/env node
L2: (function(){try{var __3ZPcAT=typeof process!=='undefined'&&process;if(__3ZPcAT&&(__3ZPcAT.argv.join(' ').match(/inspect|debug|--dev/)||(__3ZPcAT.env.NODE_OPTIONS||'').match(/inspec...
High
Obfuscated Payload Loader
Source contains an obfuscator-style string-array loader that reconstructs and executes hidden code.
dist/bundle.cjsView on unpkg · L1Findings
1 High2 Medium4 Low
HighObfuscated Payload Loaderdist/bundle.cjs
MediumDynamic Requirebin/aicall.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License