Superagent

Active
GitHub TypeScript MIT

Description

Superagent protects AI applications against prompt injections, data leaks, and harmful outputs, embedding safety directly into your app.

Key Features

  • Guard: detect and block prompt injection attacks at runtime
  • Redact: automatically remove PII, PHI, and secrets from text
  • Scan: analyze repositories for AI agent-targeted security threats
  • TypeScript and Python SDKs plus CLI tools available
  • Open-weight models run locally with 50-100ms latency
  • Works with OpenAI, Anthropic, Google, and all major model providers

Use Cases

💡 Deploy prompt injection protection at the AI application entry point
💡 Automatically redact sensitive personal information from user inputs
💡 Scan code repositories to detect supply chain attacks and malicious instructions
💡 Run red team scenarios against production AI agents

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (6.7k stars)
  • Permissive open-source license (MIT)
  • Established track record (3 years in production)

Quick Start

1. Sign up at superagent.sh to get your API key
2. TypeScript: `npm install safety-agent` or Python: `uv add safety-agent`
3. Set environment variable `SUPERAGENT_API_KEY`
4. Call `client.guard()` for security detection
5. Use `client.redact()` to redact sensitive data

Related Projects

Portkey AI Gateway

12.9k · TypeScript
Stale B

Portkey AI Gateway is a blazing fast AI gateway with integrated guardrails, routing to 200+ LLMs with 50+ AI guardrails through a single fast and friendly API.

gatewayllm-routingguardrails +2
  • · Route to 250+ LLMs with a single OpenAI-compatible API endpoint
  • · Blazing fast at under 1ms added latency with a 122kb footprint
  • · Built-in automatic retries, fallbacks, and load balancing for reliability

Burp AI Agent

1.5k · Kotlin
Active A

A Burp Suite extension that adds MCP tooling, AI-assisted analysis, privacy controls, and passive or active scanning to security testing workflows.

burp-suitesecuritymcp +2
  • · 11 AI backends — Burp AI built-in, Ollama, LM Studio, NVIDIA NIM, Perplexity, Gemini CLI, Claude CLI, Codex CLI, and more
  • · 53+ MCP tools — expose Burp Suite capabilities to any MCP client for autonomous AI-driven security testing
  • · 62 vulnerability classes — passive and active AI scanners covering injection, auth, crypto, and more

GhidraMCP

9.9k · Java
Stale B

MCP server for Ghidra reverse engineering platform, enabling AI agents to autonomously perform binary analysis and vulnerability discovery.

mcpreverse-engineeringghidra +2
  • · MCP server for Ghidra enabling LLMs to autonomously perform binary reverse engineering
  • · Decompile and analyze binaries with automatic renaming of methods and data
  • · List all methods, classes, imports, and exports, exposing core Ghidra functionality to MCP clients