Static Scan Results
scanned 2h 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 flagged · loading sourcebin.jsView file
10import copy from 'recursive-copy';
L11: import { execFileSync, execSync } from 'child_process';
L12: import { createInterface } from 'readline/promises';
High
147console.log(`CDK bootstrap not found in ${region}. Bootstrapping now...`);
L148: execSync(`npx cdk bootstrap aws://${account}/${region}`, {
L149: stdio: 'inherit',
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin.jsView on unpkg · L147184/**
L185: * @param {import('readline/promises').Interface} rl
L186: * @param {string} prompt
Medium
Findings
3 High3 Medium5 Low
HighChild Processbin.js
HighShell
HighRuntime Package Installbin.js
MediumDynamic Requirebin.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License