chaos-dr-test
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from user inputs and existing Harness pipeline configurations, which creates a surface for indirect prompt injection.
- Ingestion points: User-provided values for chaos step names, durations, and runtime variables (Step 3 in
references/components.md); existing pipeline YAML fetched via theharness_gettool (Step 4 inreferences/components.mdand Step U3 inreferences/edit.md). - Boundary markers: Absent. The skill does not employ specific delimiters or instructions to prevent the agent from interpreting embedded content within the YAML or user inputs as new instructions.
- Capability inventory: The skill has the ability to create and update pipelines via the
harness_createandharness_updatetools. These operations modify the configuration of chaos experiments executed against cloud infrastructure. - Sanitization: Partial. The skill includes a regex validation for auto-derived identifiers (
^[a-zA-Z_][a-zA-Z0-9_$]{0,127}$), but does not provide sanitization or escaping for free-text fields or variable values that are interpolated into the final YAML manifest.
Audit Metadata