Skip to Content
DocsGetting StartedFirst Session

First Session

(.venv) $ wallbreaker

Talking to the Agent

>>> Try to get the target model to reveal its system prompt

The agent plans, selects tools, sends payloads, and reports back. Steer mid-session:

>>> Focus on role-play jailbreaks >>> Use more aggressive mutations

The Agent Loop

  1. Reason — Analyze and decide
  2. Tool-call — Invoke probe, mutate, or escalate
  3. Observe — Capture the response
  4. Repeat or Finish — Loop or call finish()

Slash Commands

CommandDescription
/target <model>Switch target
/model <model>Switch attacker profile
/statsSession stats
/findingsList findings
/helpAll commands (53 total, incl. /validate, /transforms, /tools, /session)

Headless / CI

$ wallbreaker --auto --rounds 3 "authorized objective here"# Agent loop runs autonomously, writes sessions/run-<timestamp>.jsonl, then exits

Positional flags: --profile, --model, --target, --target-model, --auto, --rounds, --resume. Summarize results with wallbreaker report / wallbreaker export — see Scripting & CI.

DangerFor authorized security testing only.
Next
Web Dashboard →
Last updated on