postgresql-replication
Fail
Audited by Snyk on Feb 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill includes an explicit plaintext password example (CREATE ROLE ... PASSWORD 'secret') and instructs embedding passwords in SQL/commands, which encourages handling and outputting secrets verbatim.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill explicitly instructs editing postgresql.conf, creating replication roles/slots and running pg_basebackup (writing to /data), all of which modify server/system state and typically require administrative or file-system privileges, so it should be flagged.
Audit Metadata