Static Scan Results
scanned 5d ago · by rust-scannerStatic analysis flagged 5 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
ChildProcessFilesystem
HighEntropyStrings
Source & flagged code
2 flagged · loading sourcebin/dirlens.jsView file
6"use strict";
L7: const { spawnSync } = require("child_process");
L8: const path = require("path");
High
34`dirlens: バイナリパッケージ ${pkg} が見つかりません。\n` +
L35: "npm install をやり直すか、--force オプション無しで再インストールしてください。"
L36: );
...
L40:
L41: const result = spawnSync(findBinary(), process.argv.slice(2), {
L42: stdio: "inherit",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/dirlens.jsView on unpkg · L34Findings
2 High1 Medium2 Low
HighChild Processbin/dirlens.js
HighRuntime Package Installbin/dirlens.js
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings