cloudnative-pg

Fail

Audited by Snyk on Jun 26, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). The cloudnative-pg GitHub Pages site and repo appear legitimate, but the docs instruct piping a raw install-cnpg-plugin.sh from GitHub into sudo sh (a high-risk practice because a remote .sh executed as root can deliver malware if the repo or supply chain is compromised), and the minio.storage.svc:9000 endpoint is an internal MinIO service (not a public trusted CDN) that—especially when used with default credentials—can host arbitrary binaries; therefore treat these URLs as potentially risky and inspect the script and MinIO contents/credentials before running or downloading.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 0.90). The prompt includes a command that pipes a downloaded script to "sudo sh" to install a binary into /usr/local/bin, explicitly asking for elevated privileges and modifying system files on the host.

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jun 26, 2026, 06:52 PM
Issues
3
Security Audit — snyk — cloudnative-pg