What problem does it solve?
This Skill addresses critical gaps in traditional input validation and DoS protection that fail to block amplification attacks, where tiny structurally valid inputs (like zip bombs, billion-laughs XML, or ReDoS strings) exhaust server resources or enable code execution via path traversal, bypassing standard WAF and autoscaling defenses.
Core Features & Use Cases
- Amplification DoS Detection: Identifies missing bounds for decompression size/ratio, XML entity expansion, regex complexity, parse depth, and length-field allocation across all input processing paths.
- Compliance Gap Analysis: Maps identified gaps to insufficiencies in NIST 800-53, NIS2, UK CAF, and other regulatory frameworks to demonstrate where existing controls are outdated for modern attack patterns.
- Use Case: A team running a public file upload service can use this Skill to audit their archive parsing logic for missing decompression caps and Zip Slip path confinement, preventing a single 42KB zip bomb from exhausting their entire server fleet.
Quick Start
Use the decompression-dos skill to audit your service's user-facing input processing paths for missing amplification DoS safeguards and generate a prioritized remediation report with compliance gap mappings.