cloudnative-pg
Warn
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to download and execute a shell script directly from a remote GitHub repository using a piped command pattern.
- Evidence:
curl -sSfL https://github.com/cloudnative-pg/cloudnative-pg/raw/main/hack/install-cnpg-plugin.sh | sudo sh -s -- -b /usr/local/binfound inSKILL.mdandreferences/kubectl-cnpg.md. - [COMMAND_EXECUTION]: The skill uses elevated privileges via
sudoto perform system-wide installation of thekubectl-cnpgplugin. - Evidence:
sudo sh -s -- -b /usr/local/bininSKILL.md. - [EXTERNAL_DOWNLOADS]: The skill downloads external configuration and binary installation scripts from domains associated with the project.
- Evidence:
https://cloudnative-pg.github.io/chartsandhttps://github.com/cloudnative-pg/cloudnative-pginSKILL.md. - [CREDENTIALS_UNSAFE]: The skill includes hardcoded default credentials in its documentation examples for S3-compatible storage (MinIO).
- Evidence:
ACCESS_KEY_ID: "minioadmin"andACCESS_SECRET_KEY: "minioadmin"inreferences/backup-s3.md. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it is designed to ingest and process outputs from the Kubernetes environment (logs, status commands) which could potentially contain attacker-controlled data.
- Evidence: Commands like
kubectl cnpg statusandkubectl logsinreferences/troubleshooting.mdingest external data without explicit sanitization or boundary markers.
Audit Metadata