ZeroShot

AI Security Testing Platform — Find known vulnerabilities before attackers do.

ZeroShot is an AI security testing platform that helps you find vulnerabilities in your AI systems before attackers do.

Quick Start

Installation

# Using uv (recommended)
uv pip install zeroshot-sdk

# Or with pip
pip install zeroshot-sdk

Your First Scan

from zeroshot import ZeroShot

client = ZeroShot(api_key="zsk_live_...")

scan = client.scans.create(
    target="https://your-ai-api.com/chat",
    categories=["jailbreak", "prompt_injection"],
)

print(f"Found {scan.vulnerabilities_found} vulnerabilities")

Learn More

Support

On this page