Schemathesis Added in RTFMv2

[ 2025.11.01 ]
TAGS: #Schemathesis #RTFMv2 #API security #OpenAPI #Swagger #fuzzing #vulnerability scanner

Schemathesis Added in RTFMv2
CLICK_IMAGE_FOR_FULL_VIEW

What it does

  • Automatically installs Schemathesis in a managed Python virtual environment.
  • Builds the exact CLI command as options change, so you can see and reuse it.
  • Runs scans and streams cleaned output directly into the UI.

Key configuration options

  • Schema target (local file or URL) with file picker support.
  • Optional base URL override and Basic Auth.
  • Custom headers (one per line) for API keys or bearer tokens.
  • Testing behavior, including max examples and parallel workers.
  • Security checks with an “all checks” toggle or per-check selection.
  • JUnit XML output path, request timeout, TLS verification, and verbosity.

Run experience

When a scan is launched, SchemathesisWindow validates input, ensures the tool is installed, executes the command, and reports the exit status with friendly messaging. Output is sanitized to keep logs readable in the RTFMv2 UI.

If you already use Schemathesis on the command line, this window gives you the same power with a faster, safer setup inside RTFMv2.