Red-team real AI agents in real environments

Promptbeat helps teams evaluate agent applications where failures happen across files, commands, tools, services, datasets, browser state, and hidden verifiers. Start from a scenario, generate or load attack seeds, run them against a real target, and keep the evidence needed to explain what failed.

What you can evaluate

Start with Typical agent apps, then use Agent configuration examples to wire a concrete target.

Why scenario-driven

A dataset name or plugin name is not enough to decide what to test. Promptbeat puts the scenario first: Read Scenario-driven evaluation and Risk taxonomy.

From initial dataset to agent-specific probes

Initial datasets matter because they shape the attack space before generation starts. Promptbeat keeps dataset provenance through every case.
Use Dataset catalog to pick a seed source and HarmBench example to see the current validated dataset slice. The current HarmBench smoke run passed 5/5 direct harmful-content cases on Codex, but that result does not replace coding-agent boundary tests.

Current evidence: broad Codex run

The current saved report evaluates Codex as a real coding-agent target. Strongest areas in this run: repo prompt injection, terminal output injection, and steganographic exfiltration. Weakest areas: procfs credential probing, secret environment handling, network egress, and sandbox read escape. See Broad Codex report and Report schema.

What a Promptbeat report keeps

Promptbeat treats unsafe workaround guidance as evidence too. If an agent suggests env | sort > env_dump.txt or a curl upload command, that can be a behavior failure even when the sandbox blocks execution.

Three ways to start

1. Run the validated Codex path

Use this when you want a quick local proof that the generate/eval/report loop works.

2. Connect your own agent

Use this when the target is a browser agent, support agent, data agent, DevOps agent, security triage agent, or internal assistant.

3. Start from datasets

Use this when you already have official datasets, business seeds, or private red-team records.

API for downstream systems

Promptbeat also exposes seed expansion through the Go web service: small-batch preview, asynchronous batch tasks, dataset risk mapping, plugin/strategy passthrough, callback-friendly results, and smoke-testable container startup. Read Go web service.