πŸ”΄ Red Team

Security Test Your AI Agents

Automated penetration testing for AI agents. Test against 67+ threat patterns including prompt injection, jailbreaks, and data exfiltrationβ€”before attackers do.

security_test.py
from agent_trust import RedTeam

redteam = RedTeam(api_key="ta_xxx...")

# Run security scan against your agent
result = redteam.scan(
    "https://my-agent.com/chat",
    mode="comprehensive"
)

print(f"Security Score: {result.security_score}/100")
print(f"Risk Level: {result.risk_level}")

if result.has_critical_issues:
    print("⚠️ Critical vulnerabilities found!")
    for vuln in result.vulnerabilities:
        print(f"  - [{vuln.severity}] {vuln.threat_name}")

# Export HTML report
redteam.export(result, "security-report.html")
67+
Threat Patterns
8
Attack Categories
<5m
Full Scan Time
CI/CD
Ready

Test β†’ Defend β†’ Observe

πŸ”΄

1. Test

Red Team scans your agent against 67+ attack patterns. Find vulnerabilities before attackers do.

πŸ›‘οΈ

2. Defend

Guard protects your agent at runtime. Scan content before your agent processes it.

πŸ‘οΈ

3. Observe

Analytics dashboard shows threats blocked, patterns detected, and security trends.

Attack Categories

Red Team tests against all major AI agent attack vectors

Prompt Injection
Override agent instructions
Jailbreaks
Bypass safety guardrails
Data Exfiltration
Extract sensitive data
Memory Poisoning
Corrupt agent memory
MCP Attacks
Tool description poisoning
A2A Attacks
Agent-to-agent injection
RAG Poisoning
Knowledge base attacks
Indirect Injection
Hidden in documents

Built for CI/CD

Block insecure agents from reaching production

.github/workflows/security.yml
name: AI Agent Security Scan

on: [pull_request]

jobs:
  security:
    runs-on: ubuntu-latest
    steps:
      - name: Run Red Team Scan
        uses: trustagents/redteam-action@v1
        with:
          target_url: ${{ secrets.AGENT_URL }}
          api_key: ${{ secrets.TRUSTAGENTS_API_KEY }}
          fail_threshold: high
          output_file: security-report.html

Pricing

Free

$0
  • βœ“ 10 scans/month
  • βœ“ All threat patterns
  • βœ“ JSON reports
  • βœ“ CLI access
Get Started
Popular

Pro

$49/mo
  • βœ“ 100 scans/month
  • βœ“ All threat patterns
  • βœ“ HTML reports
  • βœ“ Priority support
Start Free Trial

Enterprise

Custom
  • βœ“ Unlimited scans
  • βœ“ Custom threat patterns
  • βœ“ On-premise option
  • βœ“ Dedicated support
Contact Sales

Ready to secure your AI agents?

Start testing for free. No credit card required.

Get Started Free β†’