Auditing Payment State Machine And Idempotency

Audit payment and checkout state machines for transitions an attacker can drive out of order or replay for value: an order marked paid before the charge is confirmed, a step that can be skipped or repeated so goods ship without settlement, a non-idempotent charge or fulfillment endpoint that double-processes on a retried or replayed request, and a refund or cancel that returns value while the underlying charge stays captured. Covers checkout, charge, fulfillment, and refund flows where money and goods change hands across a sequence of state transitions. Use when a purchase moves through ordered payment states and the transitions and their idempotency are the boundary. The out-of-order or replayed transition is the source, the value released without settlement is the sink, and the skippable step or non-idempotent handler that allows it is the bug.

UnboundCompute bec5c04 9.8 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/auditing-payment-state-machine-and-idempotency commit bec5c04b16

Frequently asked questions

npx skillmds@latest add unboundcompute/auditing-payment-state-machine-and-idempotency