database-backup
Fail
Audited by Snyk on May 11, 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 asks the agent to be given database connection details and the examples embed plaintext credentials/URIs in generated scripts and commands, which would require the LLM to include secret values verbatim in its output, creating an exfiltration risk.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.70). This skill instructs the agent to generate and install backup scripts, schedule jobs via cron/systemd timers, and write to system directories (e.g., /var/backups, /usr/local/bin, /var/log), which can modify system files and require elevated privileges—though it does not explicitly ask to escalate to sudo or create OS users, it still directs changes to system state.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata