TimeChamber runs the multi-turn jailbreak canon
TAP (Tree-of-Attacks with Pruning), PAIR, Crescendo and MAD-MAX ship as orchestrators, each with its own tests, alongside a proprietary adaptive orchestrator. These are the actual state-of-the-art attack algorithms running as a product surface, not regexes named after them.
BoundaryMulti-turn orchestration costs real inference. A full ladder against a hosted frontier model is a budgeted run, not a click.
packages/bu-tpi/src/timechamber/orchestrators/
SAGE breeds attacks past your filter
A genetic core evolves payloads through population, fitness, crossover, mutation and selection, so it finds novel bypasses that no static list contains, including ones specific to your own filter.
BoundaryThe generator runs under resource limits and a content-safety gate. Offensive generation is governed here by design, not left open.
packages/bu-tpi/src/sage/genetic-core.ts
Kotoba breaks filters in encodings they never trained on
Eight dialect modules, homoglyph, emoji-smuggle, zalgo, leetspeak, rot-n, markdown-exfil, ascii-glyph and scaffold-injection, plus a prompt optimizer that hardens the other direction.
BoundaryObfuscation coverage is breadth across encodings, not a guarantee that every future encoding is anticipated.
packages/bu-tpi/src/kotoba/dialects/
One attack, tested against your whole model fleet
The transfer matrix answers whether a break on model A carries to B and C, giving a portfolio risk view no single-model scanner produces. 57 provider presets cover cloud and local endpoints, and you can bring your own.
BoundaryTransfer results describe the models and versions you tested. Providers ship silent updates, so transfer is a snapshot, not a standing property.
packages/bu-tpi/src/transfer/