SkillAgentSearch skills...

Squash

Caido Request Minimizer Plugin

Install / Use

/learn @evanconnelly/Squash
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Squash: Caido Request Minimizer Plugin

Squash is a Caido plugin that adds a right-click context menu option to minimize an HTTP request. When activated, it launches a background job that:

  • Sends the original request
  • Iteratively removes query parameters, form fields, JSON, and headers (including individual cookies)
  • Compares responses to identify invariant behavior
  • Retains only fields necessary to preserve the original response
  • Sends the minimized request to a new Replay tab for review and testing

Installation

  • Download plugin_package.zip from https://github.com/evanconnelly/squash/releases
  • Add to Caido: https://docs.caido.io/guides/plugins

Usage

<img src="/assets/menu.png" alt="Menu Image" width="400">
  • Right click an HTTP request in Caido - > Plugins - > Squash -> Minimize Request
  • The minimized request will open in a new Replay tab for review and testing
View on GitHub
GitHub Stars14
CategoryDevelopment
Updated1mo ago
Forks2

Languages

TypeScript

Security Score

90/100

Audited on Mar 4, 2026

No findings