# Send RedPincer — AI Red Team Suite to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "redpincer",
    "name": "RedPincer — AI Red Team Suite",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rustyorb/redpincer",
    "canonicalUrl": "https://clawhub.ai/rustyorb/redpincer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/redpincer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=redpincer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "redpincer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T00:43:14.767Z",
      "expiresAt": "2026-05-15T00:43:14.767Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=redpincer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=redpincer",
        "contentDisposition": "attachment; filename=\"redpincer-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "redpincer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/redpincer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/redpincer",
    "downloadUrl": "https://openagent3.xyz/downloads/redpincer",
    "agentUrl": "https://openagent3.xyz/skills/redpincer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/redpincer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/redpincer/agent.md"
  }
}
```
## Documentation

### RedPincer — AI/LLM Red Team Suite

Automated security testing for language models. Point at any LLM API endpoint, select attack modules, and run assessments with real-time results and exportable reports.

⚠️ For authorized security testing and research only. Only test systems you own or have explicit permission to audit.

### Quick Start

# Clone and install
git clone https://github.com/rustyorb/pincer.git {baseDir}/redpincer
cd {baseDir}/redpincer
npm ci

# Run
npm run dev
# Dashboard at http://localhost:3000

For production:

npm run build
npx next start -H 0.0.0.0 -p 3000

### What It Tests

CategoryPayloadsDescription💉 Prompt Injection40Instruction override, delimiter confusion, indirect injection, payload smuggling🔓 Jailbreak40Persona splitting, gradual escalation, hypothetical framing, roleplay exploitation🔍 Data Extraction40System prompt theft, training data probing, membership inference, embedding extraction🛡️ Guardrail Bypass40Output filter evasion, multi-language bypass, homoglyph tricks, context overflow

Total: 160 base payloads × 20 variant transforms = 3,200 test permutations

### Supported Providers

OpenAI  ·  Anthropic  ·  OpenRouter  ·  Any OpenAI-compatible endpoint

### Attack Engine

160+ payloads across 4 categories
Model-specific attacks (GPT, Claude, Llama variants)
20 variant transforms (unicode, encoding, case rotation, etc.)
Attack chaining with template variables ({{previous_response}})
AI-powered payload generation — uses the target LLM to generate novel attacks against itself
Stop/cancel running attacks instantly

### Analysis & Reporting

Heuristic response classifier with context-aware analysis
Reduced false positives — detects "explain then refuse" patterns
Vulnerability heatmap — visual category × severity matrix
Custom scoring rubrics with weighted grades (A+ to F)
Verbose 10-section pen-test reports with appendices
Multi-target comparison — side-by-side security profiles
Regression testing — save baselines, track fixes over time

### Advanced Tools

ToolWhat It DoesCompareSame payloads against 2-4 targets simultaneouslyAdaptiveAnalyzes weaknesses, generates targeted follow-upsHeatmapVisual matrix of vulnerability rates by category/severityRegressionSave baseline → re-run later → detect fixes or regressionsScoringCustom rubrics with weighted category/severity/classification scoresChainsMulti-step attacks with {{previous_response}} templatesPayload EditorCreate custom payloads with syntax highlighting + AI generation

### Usage Workflow

1. Configure Target → Add LLM endpoint + API key + model
2. Select Categories → Pick attack types to test
3. Run Attack      → Stream results in real-time
4. Review Results  → Heuristic classification + severity scores
5. Adaptive        → Auto-generate follow-up attacks on weaknesses
6. Generate Report → Export comprehensive findings as Markdown

### Architecture

All client-side — no server components, your API keys stay local
NDJSON streaming — real-time results during attack runs
Heuristic analysis — pattern-matching classifier (no LLM-based grading = no extra cost)
Zustand + localStorage — state persists across sessions

### Companion Tool: RedClaw

For autonomous multi-strategy campaigns (CLI/TUI), see RedClaw — the autonomous red-teaming agent framework.

RedPincer = web dashboard, manual + automated testing
RedClaw = autonomous CLI agent, adaptive multi-strategy campaigns
Together = complete LLM security testing suite

Built by @rustyorb — Crack open those guardrails. 🦞
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rustyorb
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T00:43:14.767Z
- Expires at: 2026-05-15T00:43:14.767Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/redpincer)
- [Send to Agent page](https://openagent3.xyz/skills/redpincer/agent)
- [JSON manifest](https://openagent3.xyz/skills/redpincer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/redpincer/agent.md)
- [Download page](https://openagent3.xyz/downloads/redpincer)