Skip to main content
Issues are quality problems that Scout discovers while exploring your application. From accessibility gaps to security concerns, Scout automatically detects, categorizes, and reports issues so your team can prioritize fixes.

Issue categories

Scout classifies issues into five categories:
CategoryDescriptionExample
AccessibilityBarriers that prevent users with disabilities from using your appMissing form labels, low color contrast, keyboard navigation issues
SecurityPotential vulnerabilities or unsafe practicesExposed credentials, insecure form handling, authentication bypasses
PerformanceSlow or resource-intensive behaviorsLong page load times, unoptimized images, memory leaks
UsabilityConfusing or broken user experiencesDead links, unclear error messages, inconsistent form validation
OtherIssues that don’t fit other categoriesUnexpected behavior, edge case failures

Severity levels

Each issue is assigned a severity to help you prioritize:

Critical

Severe problems that block core functionality or pose significant security risks. Address immediately.

High

Important issues affecting user experience or application stability. Plan to fix soon.

Medium

Notable problems that should be addressed but aren’t urgent. Add to your backlog.

Low

Minor issues or suggestions for improvement. Fix when convenient.

Issue statuses

Track resolution progress with three statuses:
  • Open — Issue needs attention. This is the default status when Scout discovers a problem.
  • Resolved — Issue has been fixed. Mark issues resolved after deploying a fix.
  • Dismissed — Issue is intentionally ignored. Use for false positives or accepted risks.

Viewing issues

Project issues list

Issues list view Access all issues across executions from the Issues page in your project. From here you can:
  • Search by title to find specific issues
  • Filter by status (Open, Resolved, Dismissed)
  • Filter by severity (Critical, High, Medium, Low)
  • Filter by category (Accessibility, Security, etc.)
  • Sort by when issues were discovered

Issue details

Click any issue to see the full details:
A brief description of what Scout found and why it’s a problem.
Bullet points explaining how this issue affects users or your application.
The sequence of actions Scout took to discover the issue. This helps you reproduce and verify the problem.
Guidance on resolving the issue, tailored to your specific context.

Managing issues

Update severity

If Scout’s initial severity assessment doesn’t match your priorities, you can adjust it. Click the severity dropdown on any issue to change it.

Resolve issues

After fixing an issue:
  1. Open the issue details
  2. Click Resolve
  3. The issue moves to Resolved status
Run a new exploration after deploying fixes to verify issues are truly resolved. Scout will create new issues if problems persist.

Dismiss issues

For false positives or accepted risks:
  1. Open the issue details
  2. Click Dismiss
  3. Optionally add a reason for dismissing
Dismissed issues won’t clutter your open issues list but remain in your history for reference.

Best practices

Review new issues after each exploration. Quick triage keeps your issue list actionable and prevents important problems from getting lost.
Focus on the most severe issues first. These typically have the biggest impact on users and may indicate broader problems.
Filter by category when working on specific areas. For example, filter to Security issues before a release or Accessibility issues during an audit.
When dismissing issues, add a reason. This helps teammates understand why an issue was ignored and prevents re-discovery confusion.

Issue lifecycle

Issues start as Open when discovered. Your team reviews and either Resolves them after fixing or Dismisses them if they’re not actionable. Resolved and dismissed issues stay in your history for tracking and auditing.