Starting a run
Click Run Assessment in the top-right corner to launch a new Mjolnir run. A confirmation dialog opens summarising the target and repository before the assessment begins. Only one run can be active at a time. If a run is already in progress, the Run Assessment button is disabled. If you haven’t configured Mjolnir yet, the page guides you to the setup wizard instead.Run statuses
Each run has a status indicating where it is in its lifecycle:| Status | Meaning |
|---|---|
| Queued | The run is waiting to be picked up |
| Running | The assessment is actively in progress |
| Completed | The run finished successfully |
| Failed | The run encountered an error and stopped |
| Cancelled | The run was manually cancelled |
Run list
Each run card in the list shows:- Target domain: the primary URL being assessed
- Repository: the source code repository used
- Started: when the run began
- Duration: how long it ran (or a live timer if still active)
- Findings: the number of findings discovered (once complete)
- Cost: the security minutes consumed
Run detail
The detail view has tabs for following the run and reviewing its output.Overview
The overview shows the phase stepper, a visual timeline of where the assessment is in its pipeline:- Pre-recon — initial code analysis
- Recon — crawling your application and cross-referencing with source code
- Attack queue — generating test cases from the attack surface
- Exploitation — running test cases against your targets
- Reporting — compiling confirmed findings into a report
Findings
Once a run produces findings, they appear in this tab with the same filtering and detail panel as the main Findings page. You can filter by status, view full finding details, update statuses, and export results. During an active run, this tab shows live finding cards as vulnerabilities are discovered in real time.Aborting a run
While a run is in the Queued or Running state, click the Abort button in the run detail header. The run is cancelled and its underlying job terminated. You can start a new run afterwards.Run summary
When a run completes, a summary bar shows:- Duration: total time taken
- Total findings: the number of vulnerabilities discovered
- Severity breakdown: counts for Critical, High, Medium, and Low
- Cost: the security minutes consumed
Downloading reports
If a report was generated for a completed run, click Download Report in the run detail header to export a PDF containing all findings, reproduction steps, and remediation guidance.Mjolnir overview
Learn how Mjolnir works and what it tests for