generate_adversarial_probes
Produces concrete failure scenarios for workflows, each paired with an invariant that must hold. Uses a curated library to target common failure modes like concurrency, retries, and partial failures.
Instructions
Returns concrete Tier-3 failure scenarios for the affected workflows, each paired with the invariant that must hold — for example 'submit charge twice with the same idempotency key inside 500ms; exactly one ledger entry'. Probes are selected from a curated per-domain library (concurrency, idempotency, retry storms, replay, partial failure, cache stampede, ordering); they are not generated from your code, so they name the failure mode rather than the specific call site. Returns up to 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||