registry  /  pgpm  /  4.32.2

pgpm@4.32.2

PostgreSQL Package Manager - Database migration and package management CLI

Static Scan Results

scanned 5d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 86 file(s), 367 KB of source, external domains: github.com

Source & flagged code

4 flagged · loading source
esm/commands/env.jsView file
41patternName = generic_password severity = medium line = 41 matchedText = password...es',
Medium
Secret Pattern

Package contains a possible secret pattern.

esm/commands/env.jsView on unpkg · L41
esm/utils/npm-version.jsView file
1import { execFile } from 'child_process'; L2: import semver from 'semver';
High
Child Process

Package source references child process execution.

esm/utils/npm-version.jsView on unpkg · L1
esm/commands/init/index.jsView file
236: `https://github.com/${f.source}`; L237: process.stdout.write(` npx skills add ${source} --skill ${f.skill}\n`); L238: } ... L250: try { L251: execSync(cmd, { L252: cwd,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

esm/commands/init/index.jsView on unpkg · L236
commands/env.jsView file
43patternName = generic_password severity = medium line = 43 matchedText = password...es',
Medium
Secret Pattern

Hardcoded password in commands/env.js

commands/env.jsView on unpkg · L43

Findings

3 High4 Medium4 Low
HighChild Processesm/utils/npm-version.js
HighShell
HighRuntime Package Installesm/commands/init/index.js
MediumSecret Patternesm/commands/env.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumSecret Patterncommands/env.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings