Static Scan Results
scanned 2h 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
EnvironmentVarsFilesystemShell
UrlStrings
CopyleftLicense
Source & flagged code
2 flagged · loading sourcedist/index.jsView file
8// src/cleanup-executor.ts
L9: import { execa } from "execa";
L10: var CleanupExecutor = class {
High
src/version.tsView file
77export async function installUpdate(): Promise<{ command: string }> {
L78: const command = `pnpm install -g ${PACKAGE_NAME}@latest`
L79:
L80: await execa("pnpm", ["install", "-g", `${PACKAGE_NAME}@latest`], {
L81: stdio: "ignore",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
src/version.tsView on unpkg · L77Findings
2 High1 Medium5 Low
HighShelldist/index.js
HighRuntime Package Installsrc/version.ts
MediumEnvironment Vars
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowUrl Strings
LowCopyleft License