Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcetemplates/full/scripts/workflow/cli.tsView file
1import { spawnSync } from "child_process";
L2:
High
Child Process
Package source references child process execution.
templates/full/scripts/workflow/cli.tsView on unpkg · L1dist/src/utils/git.jsView file
1import { execa } from 'execa';
L2: import ora from 'ora';
High
dist/src/utils/package.jsView file
56console.log(chalk.cyan('\n🔧 正在应用补丁...\n'));
L57: await execa('npx', ['patch-package'], {
L58: cwd,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/src/utils/package.jsView on unpkg · L56Findings
3 High2 Medium4 Low
HighChild Processtemplates/full/scripts/workflow/cli.ts
HighShelldist/src/utils/git.js
HighRuntime Package Installdist/src/utils/package.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings