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
ChildProcessDynamicRequireEnvironmentVarsFilesystemShell
HighEntropyStringsMinifiedUrlStrings
Source & flagged code
4 flagged · loading sourcedist/bin/cli.mjsView file
1262var EventEmitter = __require("node:events").EventEmitter;
L1263: var childProcess = __require("node:child_process");
L1264: var path6 = __require("node:path");
High
Child Process
Package source references child process execution.
dist/bin/cli.mjsView on unpkg · L12622115}
L2116: const execArgv = process2.execArgv ?? [];
L2117: if (execArgv.includes("-e") || execArgv.includes("--eval") || execArgv.includes("-p") || execArgv.includes("--print")) {
High
3639try {
L3640: execSync(
L3641: `npx prettier --write "${componentDir}" --ignore-glob "**/*.md" --ignore-glob "**/*.mdx"`,
L3642: { stdio: "inherit" }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/bin/cli.mjsView on unpkg · L3639dist/bin/generate-skills.mjsView file
1#!/usr/bin/env node
L2: import{createRequire}from"module";const require=createRequire(import.meta.url);
L3: var __defProp = Object.defineProperty;
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/bin/generate-skills.mjsView on unpkg · L1Findings
3 High3 Medium5 Low
HighChild Processdist/bin/cli.mjs
HighShelldist/bin/cli.mjs
HighRuntime Package Installdist/bin/cli.mjs
MediumDynamic Requiredist/bin/generate-skills.mjs
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings