Static Scan Results
scanned 7d 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
WildcardDependency
Source & flagged code
3 flagged · loading sourcedist/commands/runner/da-migration.jsView file
163}
L164: async exec(query) {
L165: if (!daClient) {
High
Child Process
Package source references child process execution.
dist/commands/runner/da-migration.jsView on unpkg · L16331// @ts-ignore
L32: const { createClient } = await import("@clickhouse/client");
L33: let dac = createClient({
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/commands/runner/da-migration.jsView on unpkg · L31dist/commands/runner/barrels.jsView file
19try {
L20: execSync("bunx barrelsby -c barrels.json", { cwd: rootDir, stdio: "inherit" });
L21: logger.info("Barrels successfully generated!");
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/commands/runner/barrels.jsView on unpkg · L19Findings
3 High4 Medium4 Low
HighChild Processdist/commands/runner/da-migration.js
HighShell
HighRuntime Package Installdist/commands/runner/barrels.js
MediumDynamic Requiredist/commands/runner/da-migration.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings