managing-database-replication
Fail
Audited by Snyk on Mar 21, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt includes explicit commands that create users with plaintext passwords and replication commands that require SOURCE_PASSWORD/credentials to be embedded (even as placeholders), which forces the agent to output secret values verbatim in configuration/command artifacts.
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 instructs modifying database configuration files (pg_hba.conf, my.cnf), writing to system data directories (e.g. /var/lib/postgresql/data) and performing actions (base backups, replication setup, failover) that change the machine's state and often require elevated privileges, so it could compromise the host if executed by an agent.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata