Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/panel-ui.jsView file
9import { randomUUID } from "node:crypto";
L10: import { fork } from "node:child_process";
L11: import { fileURLToPath } from "node:url";
High
dist/cli-exit.test.jsView file
16// `npx tsx --test`), so we don't double-register. Under vitest the worker's
L17: // execArgv has no tsx, so fall back to the project-local tsx package which
L18: // Node resolves from node_modules via `--import tsx`.
High
dist/skill.jsView file
14function hasSkillsCli() {
L15: const result = spawnSync("npx", ["skills", "--version"], {
L16: encoding: "utf8",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/skill.jsView on unpkg · L14Findings
3 High3 Medium5 Low
HighChild Processdist/panel-ui.js
HighShelldist/cli-exit.test.js
HighRuntime Package Installdist/skill.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings