Antra
How it worksStar1Get Started
Star1
Antra
How it worksStar1Get Started
Star1
Documentation
  • Introduction
  • Installation
  • Quick start
  • Configuration basics
  • Monorepos
  • Trust boundaries
  • Findings and severity
  • Schema providers
  • Suppressions and baselines
  • antra init
  • antra scan
  • antra sync
  • antra doctor
  • antra baseline
  • antra trace
  • antra watch
  • antra fix
  • antra query
  • antra studio
  • Studio
  • Launching Studio
  • Reading the graph
  • Configuration reference
  • BG-001: Server-to-client leak
  • BG-002: Unvalidated input
  • BG-003: Opaque object pass
  • BG-004: Secret in markup
  • GitHub Actions
  • Introduction
  • Installation
  • Quick start
  • Configuration basics
  • Monorepos
  • Trust boundaries
  • Findings and severity
  • Schema providers
  • Suppressions and baselines
  • antra init
  • antra scan
  • antra sync
  • antra doctor
  • antra baseline
  • antra trace
  • antra watch
  • antra fix
  • antra query
  • antra studio
  • Studio
  • Launching Studio
  • Reading the graph
  • Configuration reference
  • BG-001: Server-to-client leak
  • BG-002: Unvalidated input
  • BG-003: Opaque object pass
  • BG-004: Secret in markup
  • GitHub Actions

antra studio

Launch the local web dashboard over antra-findings.sqlite.

Opens a local dashboard for reading the same findings the CLI reports.

Usage

antra studio [path]

path is the Next.js app root and defaults to ..

antra studio
antra studio --port 3000
antra studio --no-open

Flags

FlagDefaultWhat it does
--port <port>8080Port to listen on. Localhost only.
--no-openoffDoesn't open the browser.

What it serves

Studio reads .antra/antra-findings.sqlite, the database scans write into, so it shows you the results of scans you have already run rather than starting an analysis of its own. If you have just changed code, run antra scan first.

It binds to localhost only and is not intended to be exposed. --no-open is for when you want the server without a browser window, on a remote shell or a machine where the browser is elsewhere.

Going further

  • Studio: what the dashboard shows.
  • Reading the graph: how to triage from the graph view.
Previous
antra query
Next
Studio
On this page
  • Usage
  • Flags
  • What it serves
  • Going further