Static Scan Results
scanned 10d 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
ChildProcessDynamicRequireEnvironmentVarsEvalFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/libs/render.jsView file
59const fnBody = `with(__data) { ${body.join("\n")} }`;
L60: const fn = new Function("__data", fnBody);
L61: return (data) => fn({ ...data, __escape: escapeHtml });
High
dist/index.jsView file
4exports.media = exports.contentPages = exports.settingsAndConfig = exports.files = void 0;
L5: const args_1 = require("@sil/args");
L6: const cli_block_1 = require("cli-block");
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/index.jsView on unpkg · L4Findings
1 High4 Medium5 Low
HighEvaldist/libs/render.js
MediumDynamic Requiredist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings