Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 12 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicenseWildcardDependency
Source & flagged code
3 flagged · loading sourcedist/shared/process/index.jsView file
1import { spawn } from 'node:child_process';
L2: export async function execa(command, args, options) {
High
Child Process
Package source references child process execution.
dist/shared/process/index.jsView on unpkg · L11import { spawn } from 'node:child_process';
L2: export async function execa(command, args, options) {
L3: await new Promise((resolve, reject) => {
High
dist/scaffold/install.jsView file
1import { execa } from '../shared/process/index.js';
L2: export async function installProjectDependencies(targetDir, packageManager) {
...
L7: export function buildRecommendedSkillCommands(skills) {
L8: return skills.map((recommendedSkill) => `npx skills add ${recommendedSkill.repository} --skill ${recommendedSkill.skill}`);
L9: }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/scaffold/install.jsView on unpkg · L1Findings
3 High4 Medium5 Low
HighChild Processdist/shared/process/index.js
HighShelldist/shared/process/index.js
HighRuntime Package Installdist/scaffold/install.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License