Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsEvalFilesystemShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 flagged · loading sourcedist/index.jsView file
179/*!
L180: * is-extendable <https://github.com/jonschlinkert/is-extendable>
L181: *
...
L313: function createSection() {
L314: return { key: "", data: "", content: "" };
L315: }
...
L761: continue;
L762: if (!isHexCode(data.charCodeAt(index)))
L763: return false;
...
L1378: if (ast.body[0].expression.body.type === "BlockStatement") {
L1379: return new Function(params, source.slice(body[0] + 1, body[1] - 1));
L1380: }
High
Obfuscated Payload Loader
Source contains an obfuscator-style string-array loader that reconstructs and executes hidden code.
dist/index.jsView on unpkg · L1791378if (ast.body[0].expression.body.type === "BlockStatement") {
L1379: return new Function(params, source.slice(body[0] + 1, body[1] - 1));
L1380: }
Low
Eval
Package source references a known benign dynamic code generation pattern.
dist/index.jsView on unpkg · L1378skill/terraform-search-import/scripts/list_resources.shView file
•path = skill/terraform-search-import/scripts/list_resources.sh
kind = build_helper
sizeBytes = 1287
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
skill/terraform-search-import/scripts/list_resources.shView on unpkgFindings
1 High3 Medium7 Low
HighObfuscated Payload Loaderdist/index.js
MediumEnvironment Vars
MediumShips Build Helperskill/terraform-search-import/scripts/list_resources.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/index.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License