chaos-engineer
Warn
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides scripts and instructions for executing high-impact infrastructure commands intended to simulate failures. Examples include the use of the AWS CLI to terminate EC2 instances (
aws ec2 terminate-instances), rebooting RDS databases with forced failover, and usingkubectl drainto evict workloads from Kubernetes nodes. It also instructions the use ofsudoto modify the system's/etc/hostsfile and install packages viaapt-get. - [EXTERNAL_DOWNLOADS]: Automation workflows described in the skill reference the download of external resources, specifically fetching the Litmus Chaos operator manifest from a public GitHub Pages domain (
litmuschaos.github.io). - [REMOTE_CODE_EXECUTION]: The skill includes patterns that directly execute remote content on infrastructure, such as using
kubectl apply -fwith a remote URL to install cluster-level operators and controllers.
Audit Metadata