competition-request-normalization-smuggling

Trace parser drift and request-smuggling indicators across proxy-to-backend boundaries.

4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/xjtu-wang/DigAgent --skill competition-request-normalization-smuggling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: competition-request-normalization-smuggling
Source: https://github.com/xjtu-wang/DigAgent/tree/main/.agents/skills/competition-request-normalization-smuggling
Command: npx skills add https://github.com/xjtu-wang/DigAgent --skill competition-request-normalization-smuggling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a structured approach to diagnose and trace request interpretation differences across multi-hop environments, ensuring reliable routing decisions and preventing hidden proxy/backend misinterpretations.

Core Features & Use Cases

  • Map parse and routing boundaries across client proxy, gateway, app server, and downstream service.
  • Capture baseline and differential requests to identify where parsing differs and how routing changes.
  • Preserve raw evidence and produce a replayable minimal differential path for remediation.

Quick Start

After the sandbox orchestrator is active, identify a differential path and document where routing diverges.

Frequently Asked Questions about competition-request-normalization-smuggling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is request smuggling and how does parser drift cause routing misfires?

This skill identifies parser drift and request-smuggling indicators by applying deterministic evidence collection. It captures baseline and differential requests across proxy-to-backend boundaries to trace where path normalization and header handling diverge.

How do I trace path normalization differences across a multi-hop proxy architecture?

Trace path normalization differences by mapping parse and routing boundaries across client proxy, gateway, app server, and downstream service. Capture differential request pairs to identify where parsing differs and how routing changes occur.

How do I collect reproducible evidence for HTTP request smuggling vulnerabilities?

Collect reproducible evidence by enforcing deterministic collection within a controlled sandbox workflow. Preserve raw evidence and produce a replayable minimal differential path to document exactly where routing diverges for remediation.

Can I use this to diagnose header handling discrepancies between a gateway and app server?

Yes, you can diagnose header handling discrepancies by mapping parse boundaries between your gateway and app server. The skill traces differences in header interpretation to prevent hidden proxy and backend misinterpretations.

What do I need to set up before tracing differential request paths in a sandbox?

You need the sandbox orchestrator active to trace differential request paths. Once active, identify a differential path and document where routing diverges across your multi-hop architecture.

Does this approach work for CTF security challenges involving request smuggling?

Yes, this approach works for CTF security challenges involving request smuggling. It applies differential request pairing and deterministic evidence collection to trace parser drift across proxy-to-backend boundaries.