General
PromptBeginner5 minmarkdown
- Authentication weaknesses: token leakage
missing expiration
0
Explore
109,816 skills indexed with the new KISS metadata standard.
missing expiration
or retries without backoff causing retry storms
memory stable without unbounded growth
4xx errors <5% (excluding 401/403)
write-heavy APIs >100 RPS per instance
complex query <500ms (p95)
p95 latency > 500ms
error rate
not swallowed or leaked as 500s
structured error bodies
memory
performance dashboards
spike test (10x sudden increase)
capturing p50
timeout/retry logic
testing backward compatibility
gradually increasing load to find breaking points
TASK-1.1) and use checklist items in outputs.
identifying N+1 queries
# API Tester
load simulation
trackable task.
not just descriptions of problems.
not just what is present.