Docker Volume Backup Or Restore

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

The skill provides a utility for backing up and restoring Docker volumes using encrypted archives pushed to a Docker registry. It implements several security best practices, including AES-256-CBC encryption with PBKDF2, the use of a pinned Alpine helper image by digest (alpine@sha256:48b030...), and a 'Zero-Trust' restore mechanism that extracts data via 'docker cp' to avoid executing untrusted code from backup images. The script (docker_volume_backup_or_restore.sh) and documentation (SKILL.md) are transparent about their operations, including stopping containers for data consistency and requiring explicit user-provided passwords.