yorishiro-proxy

Intercept, replay, and fuzz HTTP/S traffic via a Model Context Protocol interface.

11|1|Updated May 15, 2026
One-click install
npx skills add https://github.com/usk6666/yorishiro-proxy --skill yorishiro-proxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yorishiro-proxy
Source: https://github.com/usk6666/yorishiro-proxy/tree/main/internal/setup/skilldata
Command: npx skills add https://github.com/usk6666/yorishiro-proxy --skill yorishiro-proxy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers AI agents to automate complex network security testing by intercepting, analyzing, and manipulating HTTP/S traffic, streamlining vulnerability validation.

Core Features & Use Cases

  • Traffic Interception & Replay: Capture and replay network requests with modifications.
  • Automated Fuzzing & Macro Execution: Run automated fuzzing campaigns and multi-step workflows.
  • Use Case: Automatically test an API endpoint for SQL injection vulnerabilities by fuzzing input parameters and analyzing responses, all orchestrated by an AI agent.

Quick Start

Start the yorishiro proxy on port 8080 to capture traffic for target.example.com.

Frequently Asked Questions about yorishiro-proxy

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

FAQPage Schema
How do I intercept and replay HTTP/2 traffic for automated security testing?

You can intercept and replay HTTP/2 network traffic by running the yorishiro proxy to capture requests, then replay them with modifications. It supports HTTP/1.x, HTTPS, gRPC, and WebSocket protocols for vulnerability validation.

What is the best way to automate API fuzzing with an AI agent?

Automated API fuzzing is achieved by using the proxy's Model Context Protocol (MCP) interface, which allows AI agents to run fuzzing campaigns on input parameters and analyze responses to validate security vulnerabilities.

Does yorishiro-proxy support gRPC and WebSocket protocols for vulnerability validation?

Yes, yorishiro-proxy supports vulnerability validation across HTTP/1.x, HTTPS, HTTP/2, gRPC, and WebSocket protocols, enabling AI agents to intercept and manipulate diverse network traffic for security testing.

How do I execute multi-step macros to test network traffic?

Multi-step macro execution is supported through the MCP interface, enabling AI agents to orchestrate complex multi-step workflows that capture, manipulate, and replay network traffic for automated security testing.

Can I use a network proxy to validate SQL injection vulnerabilities automatically?

Yes, you can validate SQL injection vulnerabilities automatically by routing traffic through the proxy. The AI agent fuzzes input parameters on API endpoints and analyzes the intercepted responses to detect security flaws.