Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 4 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
FilesystemShell
Source & flagged code
2 flagged · loading sourcedist/index.jsView file
76// src/services/project-creator.ts
L77: import { execa } from "execa";
L78:
High
471if (this.options.packageManager === "pnpm") {
L472: await execa("pnpm", ["dlx", "shadcn@latest", "init"], {
L473: cwd: this.options.projectName,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L471Findings
2 High2 Low
HighShelldist/index.js
HighRuntime Package Installdist/index.js
LowScripts Present
LowFilesystem