Skip to main content

idempotency

Enables safe API operations by implementing idempotency, preventing duplicate processing in payment and order systems.

Install this skill

or
90/100

Security score

The idempotency skill was audited on Feb 12, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193const fullKey = `${req.method}:${req.path}:${idempotencyKey}`;
medium line 22

Webhook reference - potential data exfiltration

SourceSKILL.md
22- Webhook handlers
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →