registry  /  taon-typeorm  /  21.0.43

taon-typeorm@21.0.43

Description for taon-typeorm. Hello world!

Static Scan Results

scanned 8d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessDynamicRequireEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 1,538 file(s), 13.2 MB of source, external domains: github.com, www.postgresql.org

Source & flagged code

4 flagged · loading source
lib-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 · L158
lib-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 · L124
lib-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 · L158
lib/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 · L161

Findings

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