registry  /  girky  /  1.31.1

girky@1.31.1

Create a Girk site from Markdown

Static Scan Results

scanned 10d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessDynamicRequireEnvironmentVarsEvalFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 44 file(s), 162 KB of source, external domains: api.github.com, cdn.jsdelivr.net, google.com

Source & flagged code

2 flagged · loading source
dist/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
Eval

Package source references dynamic code evaluation.

dist/libs/render.jsView on unpkg · L59
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 · L4

Findings

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