ai-blackteam can export results in Promptfoo’s EvaluateSummaryV3 format, letting you import safety scan results into Promptfoo’s dashboard and compare them alongside your existing evaluations.

Exporting to Promptfoo

The EvaluateSummaryV3 schema

The export produces a JSON file matching Promptfoo’s expected structure:

Per-result structure

Each result entry includes: The gradingResult.metadata includes:
  • pluginId - the ai-blackteam attack technique ID
  • strategyId - single-turn or multi-turn
  • severity - critical, high, medium, or low
  • tags - OWASP LLM Top 10 tags (e.g., owasp:llm01)

Importing into Promptfoo

After exporting, load the file into Promptfoo’s web UI or use it programmatically:
You can also use the Promptfoo CLI to compare ai-blackteam results with your own evals:

Why use this

If your team already runs Promptfoo for LLM evaluation, the ai-blackteam export lets you see safety results in the same interface. You get one dashboard showing both functional quality and safety coverage, without switching tools. The OWASP tags in the grading metadata also make it easy to filter by vulnerability category directly in Promptfoo’s UI.