Skip to content

Scenario Library

Current Seam scenarios:

  • a2a_card_spoof.yaml
  • a2a_stream_rewrite.yaml
  • mcp_websocket_rewrite.yaml
  • mcp_stdio_rewrite.yaml
  • unknown_http_capture.yaml

Run one:

cd agentic-redteam/seam
go build ./cmd/seam
./seam robustness run --scenario scenarios/a2a_card_spoof.yaml --out bundles

Current Assay robustness scenario:

  • refund_robustness.yaml
  • langgraph_runtime_robustness.yaml (example for Lab L4 generated case files)

Run it against a running Seam API:

cd agentic-redteam/assay
python3 -m assay.cli robustness run \
  --scenario scenarios/refund_robustness.yaml \
  --seam http://127.0.0.1:8401 \
  --out bundles/refund_m6

The LangGraph runtime example is normally produced and run by:

TRIALS=1 bash lab/runtime/l4/langgraph_refund_mesh/run_lab.sh