Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 10 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
4 flagged · loading sourcelib-esm/lib/typeorm/commands/InitCommand.jsView file
158patternName = generic_password
severity = medium
line = 158
matchedText = password...45",
Medium
Secret Pattern
Package contains a possible secret pattern.
lib-esm/lib/typeorm/commands/InitCommand.jsView on unpkg · L158lib-esm/lib/typeorm/connection/ConnectionOptionsReader.jsView file
124else if (foundFileFormat === "json") {
L125: connectionOptions = require(configFile);
L126: }
Medium
Dynamic Require
Package source references dynamic require/import behavior.
lib-esm/lib/typeorm/connection/ConnectionOptionsReader.jsView on unpkg · L124lib-prod/typeorm/commands/InitCommand.jsView file
158patternName = generic_password
severity = medium
line = 158
matchedText = password...45",
Medium
Secret Pattern
Hardcoded password in lib-prod/typeorm/commands/InitCommand.js
lib-prod/typeorm/commands/InitCommand.jsView on unpkg · L158lib/typeorm/commands/InitCommand.jsView file
161patternName = generic_password
severity = medium
line = 161
matchedText = password...45",
Medium
Secret Pattern
Hardcoded password in lib/typeorm/commands/InitCommand.js
lib/typeorm/commands/InitCommand.jsView on unpkg · L161Findings
5 Medium5 Low
MediumSecret Patternlib-esm/lib/typeorm/commands/InitCommand.js
MediumDynamic Requirelib-esm/lib/typeorm/connection/ConnectionOptionsReader.js
MediumEnvironment Vars
MediumSecret Patternlib-prod/typeorm/commands/InitCommand.js
MediumSecret Patternlib/typeorm/commands/InitCommand.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License