Static Scan Results
scanned 10d 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcedist/config/index.mjsView file
478import chalk from "chalk";
L479: import { execSync, spawn } from "child_process";
L480: import Conf from "conf";
High
Child Process
Package source references child process execution.
dist/config/index.mjsView on unpkg · L478654const proc = spawn(cmd, args, {
L655: shell: true,
L656: cwd: process.cwd(),
High
src/config/plugins/devStartup.tsView file
90private checkPWASetup(): void {
L91: const fs = require('fs');
L92: const path = require('path');
Medium
Dynamic Require
Package source references dynamic require/import behavior.
src/config/plugins/devStartup.tsView on unpkg · L90src/config/packages/updater.tsView file
337const command = pm === 'pnpm'
L338: ? `pnpm add ${pkg.name}@latest`
L339: : pm === 'yarn'
...
L343: return new Promise((resolve) => {
L344: const proc = spawn(command, {
L345: shell: true,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
src/config/packages/updater.tsView on unpkg · L337Findings
3 High4 Medium4 Low
HighChild Processdist/config/index.mjs
HighShelldist/config/index.mjs
HighRuntime Package Installsrc/config/packages/updater.ts
MediumDynamic Requiresrc/config/plugins/devStartup.ts
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings