Static Scan Results
scanned 10d 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
5 flagged · loading sourcedist/commands/generate.jsView file
443patternName = generic_password
severity = medium
line = 443
matchedText = " // ...',",
Medium
Secret Pattern
Package contains a possible secret pattern.
dist/commands/generate.jsView on unpkg · L443dist/utils/docker.jsView file
3*/
L4: import { execSync } from 'child_process';
L5: import { existsSync } from 'fs';
High
Child Process
Package source references child process execution.
dist/utils/docker.jsView on unpkg · L3dist/utils/typecheck.jsView file
9*
L10: * `tsc` is invoked through `npx` (with `shell: true`, matching the
L11: * `npx cdk` invocation in `deploy.ts`). npx resolves the project's
High
9*
L10: * `tsc` is invoked through `npx` (with `shell: true`, matching the
L11: * `npx cdk` invocation in `deploy.ts`). npx resolves the project's
L12: * locally-installed `typescript` before fetching, so the check uses
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/utils/typecheck.jsView on unpkg · L9dist/utils/config-loader.jsView file
28});
L29: const mod = await jiti.import(configPath);
L30: const config = mod?.default ?? mod;
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/utils/config-loader.jsView on unpkg · L28Findings
3 High5 Medium4 Low
HighChild Processdist/utils/docker.js
HighShelldist/utils/typecheck.js
HighRuntime Package Installdist/utils/typecheck.js
MediumSecret Patterndist/commands/generate.js
MediumDynamic Requiredist/utils/config-loader.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings