What problem does it solve?
This skill helps you identify and validate web cache deception and poisoning risks where CDNs, reverse proxies, or caching apps may serve one user’s sensitive content to another.
Core Features & Use Cases
- Cache Deception Playbook: Find path/extension normalization mismatches (e.g., authenticated endpoints interpreted as static assets) that cause sensitive authenticated responses to be cached and re-served.
- Cache Poisoning Playbook: Discover and test unkeyed header and parameter inputs (e.g., X-Forwarded-* or reflected unkeyed query parameters) that allow a crafted response to be stored in cache.
- Vary & CDN Behavior Coverage: Check Vary header correctness, cache key composition, and CDN-specific behaviors across Cloudflare, CloudFront, Akamai, Varnish, and Fastly to assess real-world exploitability.
- Clear Verification Signals: Use cache hit/miss indicators and reflection checks to confirm whether the crafted input actually results in exploitable cached behavior.
Quick Start
Ask the AI to walk you through identifying the cache layer, testing cache deception via static extensions on authenticated paths, and validating cache poisoning via unkeyed X-Forwarded-* reflections with HIT-on-follow-up confirmation.