- Home
- Skills
- Agents & Orchestration
- Repair HTTP Request Framing Bugs
More screenshots
Works with the AI tools you already use
Repair HTTP Request Framing Bugs
Repair HTTP request framing bugs where Content-Length, Transfer-Encoding, chunked parsing, duplicate headers, proxy/backend normalization, or body boundaries disagree.
$8.99
Repair HTTP Request Framing Bugs
Example session with this skill installed
Our reverse proxy accepts both Content-Length and Transfer-Encoding and normalizes them differently from the backend client. We want one framing contract and local socket fixtures without changing body limits or supported HTTP versions.
- Read your context and instructions
- Compiled the repair http request
The proxy and backend disagree on message length when both framing signals appear. The repair centralizes accepted framing combinations, rejects ambiguous requests before forwarding, ensures the forwarded request has one body boundary, and tests duplicate CL, CL+TE, malformed chunks, trailers, and connection reuse.
Connects securely to your tools. The creator never sees your data.
What you get
About this skill
The problem
Inconsistent HTTP request framing causes dangerous parser mismatches between proxies and backends. These defects lead to request smuggling, broken body boundaries, and state ownership errors that are difficult to reproduce or debug.
What it does
- Identifies and patches inconsistent handling of Content-Length and Transfer-Encoding headers.
- Normalizes hop-by-hop headers and proxy-to-backend handoff logic to ensure parser agreement.
- Relocates validation logic to happen before irreversible state mutations or backend dispatch.
- Generates deterministic local byte fixtures and loopback tests to verify framing fixes without live traffic.
- Ensures transaction cleanup and callbacks are correctly bound to the specific request lifecycle.
Why this beats prompting it yourself
Manual prompts often overlook subtle edge cases like trailer handling or parser terminal states, leading to incomplete fixes. This skill enforces a canonical contract for state transitions and prevents common pitfalls like hiding framing defects behind broad retries or sleeps.
Use cases
- Fixing request smuggling vulnerabilities caused by ambiguous header parsing.
- Standardizing chunked transfer encoding across multiple internal microservices.
- Implementing strict body boundary validation in a custom HTTP proxy or middleware.
- Creating regression tests for specific malformed HTTP request sequences.
Known limitations
Cannot contact production services or access live customer data. Requires repository access to local files and the ability to run bash-based tests.
How to install
Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.
- 1
Download the ZIP
Free skills download straight away. Paid skills unlock right after purchase.
- 2
Unzip into your skills folder
Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.
- 3
Ask your agent to use it
Restart the agent if it was already running. It picks the skill up automatically - no config needed.
Skills folder by agent
Click the path to copy it. Create the folder if it does not exist yet.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 19 days ago
- Passed all security checks, Safe to install