qe-chaos-resilience
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of system-level commands through the 'aqe' CLI tool for tasks such as injecting network latency, running load tests, and performing stress tests on specified endpoints. These actions are intended for resilience validation within the chaos engineering context.
- [PROMPT_INJECTION]: There is an inherent surface for indirect prompt injection because the skill accepts input for target services and endpoints which are then interpolated into command-line arguments and API calls.
- Ingestion points: Parameters like '--target', '--endpoint', and service names are processed from user-provided task descriptions.
- Boundary markers: Not explicitly defined in the provided workflow or snippets.
- Capability inventory: The skill has the ability to execute shell commands ('aqe'), kill processes, and saturate system resources (CPU, Memory, Disk).
- Sanitization: No sanitization logic for input parameters is demonstrated in the markdown documentation.
Audit Metadata