Skip to content
← Docs

Builder Workflow

Builder Workflow

  1. Pick a template from the curated library or your custom templates.
  2. Set placeholders ({{msg}}, etc.) to match the target context.
  3. Add mutations (case variation, tag split, null-byte…) in the order you want them applied.
  4. Build an encoding pipeline — drag active steps to reorder URL, HTML entity, hex, and other encodings.
  5. Review output — raw vs encoded, pipeline stepper, and filter analysis when a profile is set.
  6. Test in playground or save to a collection for later reuse.

Tips

  • Use the context detector and CSP analyzer on the same page to narrow viable templates.
  • The engine badge shows whether the Rust WASM pipeline is active or the TypeScript fallback.
  • Run Fuzz on a resolved base string to explore encoding × mutation variants quickly.