registry  /  dirlens  /  1.2.3

dirlens@1.2.3

ファイルサイズ・AI/エージェント解析つきディレクトリツリー表示ツール(tree 互換)

Static Scan Results

scanned 2h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessFilesystem
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 1.74 KB of source

Source & flagged code

2 flagged · loading source
bin/dirlens.jsView file
6"use strict"; L7: const { spawnSync } = require("child_process"); L8: const path = require("path");
High
Child Process

Package source references child process execution.

bin/dirlens.jsView on unpkg · L6
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 · L34

Findings

2 High1 Medium2 Low
HighChild Processbin/dirlens.js
HighRuntime Package Installbin/dirlens.js
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings