disaster-recovery

Fail

Audited by Gen Agent Trust Hub on Feb 16, 2026

Risk Level: HIGHCOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION] (HIGH): The skill contains commands for destructive filesystem operations and low-level system modifications.
  • tar -xzvf /backup/system.tar.gz -C / in SKILL.md is an instruction that can overwrite the entire root filesystem, potentially destroying the operating system.
  • grub-install /dev/sda and update-grub in SKILL.md allow for modification of the system's Master Boot Record or EFI configuration.
  • chroot /mnt in SKILL.md is a high-privilege operation used to escape the current filesystem context into a mounted target, typically for recovery but exploitable for system-level access.
  • [COMMAND_EXECUTION] (MEDIUM): The skill includes instructions for database restoration and service state control.
  • mysql -u root -p < full_backup.sql and pg_restore in SKILL.md enable bulk data restoration from external files, which could lead to data corruption or overwriting valid data if the source is untrusted.
  • systemctl restart/reload and pg_ctl promote in SKILL.md allow an agent to manipulate the status and roles of critical system services.
Recommendations
  • AI detected serious security threats
Audit Metadata
Risk Level
HIGH
Analyzed
Feb 16, 2026, 08:15 PM