mysql
Warn
Audited by Socket on Jun 13, 2026
1 alert found:
AnomalyAnomalyexamples/04-backup-strategy.md
LOWAnomalyLOW
examples/04-backup-strategy.md
No clear indicators of malware/backdoor behavior are present in this fragment; the code is consistent with legitimate MySQL backup/restore automation. The main security concerns are high-impact destructive operations (rm -rf retention, PURGE BINARY LOGS, datadir overwrite) and an integrity/trust gap when restoring from OSS (no visible signature/hash verification). Additional hardening is recommended for credential handling (--password on CLI), shell quoting/parsing robustness, and safer binlog purge/restore validation.
Confidence: 100%Severity: 60%
Audit Metadata