Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 8 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
ChildProcessFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/assets/css/components/form/checkbox-card/css.cjsView file
2const path = require("path");
L3: const { execSync } = require("child_process");
L4:
High
Child Process
Package source references child process execution.
dist/assets/css/components/form/checkbox-card/css.cjsView on unpkg · L235try {
L36: execSync(`npx prettier --write color.unchecked.css`, { stdio: "inherit" });
L37: execSync(`npx prettier --write color.checked.css`, { stdio: "inherit" });
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/assets/css/components/form/checkbox-card/css.cjsView on unpkg · L35Findings
3 High1 Medium4 Low
HighChild Processdist/assets/css/components/form/checkbox-card/css.cjs
HighShell
HighRuntime Package Installdist/assets/css/components/form/checkbox-card/css.cjs
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings