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 /inSKILL.mdis an instruction that can overwrite the entire root filesystem, potentially destroying the operating system.grub-install /dev/sdaandupdate-grubinSKILL.mdallow for modification of the system's Master Boot Record or EFI configuration.chroot /mntinSKILL.mdis 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.sqlandpg_restoreinSKILL.mdenable bulk data restoration from external files, which could lead to data corruption or overwriting valid data if the source is untrusted.systemctl restart/reloadandpg_ctl promoteinSKILL.mdallow an agent to manipulate the status and roles of critical system services.
Recommendations
- AI detected serious security threats
Audit Metadata