What problem does it solve?
Agent workflows with chained dependencies can collapse entirely when a single tool, API, or step fails, and unbounded retries can amplify one error into system-wide instability. This Skill probes agents through dialogue to reveal these hidden resilience weaknesses before they cause production outages.
Core Features & Use Cases
- Single-Point Failure Probes: Simulates critical dependency outages to check whether the agent halts the entire chain or degrades gracefully.
- Error Propagation Testing: Induces failures in early workflow steps to see if corrupted data propagates unchecked through downstream steps.
- Retry Amplification Detection: Tests for unbounded retry loops, recursive calls, and uncontrolled fan-out that amplify failures.
- Use Case: A security engineer red-teams a customer-support agent that calls a CRM API and a ticketing tool; the Skill reveals that one API outage causes the agent to loop retries indefinitely, and reports it as a structured vulnerability finding.
Quick Start
Use the cascading-failure-detection skill to probe this agent workflow for single-point failures, error propagation, and unbounded retry behavior.