registry  /  girky  /  1.31.2

girky@1.31.2

Create a Girk site from Markdown

Static Scan Results

scanned 10d ago · by rust-scanner

Static analysis flagged 11 finding(s) at 93.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.; previous stored version diff introduced dangerous source

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

3 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
dist/libs/markdown.jsView file
matchType = previous_version_dangerous_delta matchedPackage = girky@1.31.1 matchedIdentity = npm:Z2lya3k:1.31.1 similarity = 0.955 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/libs/markdown.jsView on unpkg

Findings

2 High4 Medium5 Low
HighEvaldist/libs/render.js
HighPrevious Version Dangerous Deltadist/libs/markdown.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