Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 10 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
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/index.jsView file
114const data = readFileSync(this.diskCachePath, "utf-8");
L115: const parsed = JSON.parse(data);
L116: if (typeof parsed === "object" && parsed !== null) {
...
L147: try {
L148: const url = `https://registry.npmjs.org/${encodeURIComponent(name)}`;
L149: const res = await fetch(url, {
...
L512: }
L513: const classMatch = trimmed.match(/(?:public|protected|private)?\s*(?:static\s+)?(?:abstract\s+)?(?:final\s+)?class\s+(\w+)/);
L514: if (classMatch) {
...
L696: // src/core/python-ast-bridge.ts
L697: import { spawnSync } from "child_process";
L698: var PYTHON_SCRIPT = `
High
Obfuscated Payload Loader
Source contains an obfuscator-style string-array loader that reconstructs and executes hidden code.
dist/index.jsView on unpkg · L1141094function extractRubyImportsAndExports(source, imports, exports) {
L1095: const requireRegex = /require(?:_relative)?\s+['"]([^'"]+)['"]/g;
L1096: let match;
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/index.jsView on unpkg · L10949962if (language === "python") {
L9963: evalPatterns.push({ regex: /\beval\s*\(/g, message: "\u4F7F\u7528 eval()\uFF0C\u5B58\u5728\u5B89\u5168\u98CE\u9669" });
L9964: evalPatterns.push({ regex: /\bexec\s*\(/g, message: "\u4F7F\u7528 exec()\uFF0C\u5B58\u5728\u5B89\u5168\u98CE\u9669" });
Low
Eval
Package source references a known benign dynamic code generation pattern.
dist/index.jsView on unpkg · L9962Findings
1 High4 Medium5 Low
HighObfuscated Payload Loaderdist/index.js
MediumDynamic Requiredist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowEvaldist/index.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings