Static Scan Results
scanned 4d ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessCryptoFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/format-on-save.jsView file
1import { execSync } from 'child_process';
L2: import { existsSync, statSync } from 'fs';
High
Child Process
Package source references child process execution.
dist/format-on-save.jsView on unpkg · L139try {
L40: execSync(`npx biome format --write "${filePath}"`, {
L41: encoding: "utf-8",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/format-on-save.jsView on unpkg · L39Findings
3 High2 Medium4 Low
HighChild Processdist/format-on-save.js
HighShell
HighRuntime Package Installdist/format-on-save.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings