Skip to main content
Detail flags security vulnerabilities as a distinct category within its bug-finding scans. Contact Support to run a vulnerability-only scan, with a particular focus on vulnerabilities.

What counts as a security vulnerability

Detail’s AI agents look for a broad range of security issues, including but not limited to:
  • Injection flaws — SQL injection, command injection, template injection, and similar input-handling bugs
  • Insecure data handling — sensitive data written to logs, stored unencrypted, or transmitted over unprotected channels
  • Authentication and authorization flaws — broken access controls, missing authentication checks, and privilege escalation paths
  • Cryptographic weaknesses — use of deprecated algorithms, weak key sizes, and insecure random-number generation
  • Dependency and configuration issues — patterns that indicate insecure defaults or known-vulnerable usage
Each flagged issue carries the same full report as a standard bug: title, summary, file path, and introduced-by information.

Security Findings

If you only want to see security findings, you can filter for them in any consumption surface.

Dashboard

Open the Bugs view and select the Security filter to show only security vulnerabilities.

CLI

Pass the --vulns flag to the bugs list command:

API

Fetch bugs and filter on the isSecurityVulnerability field:

Filtering security findings

Dashboard

  1. Navigate to the Bugs section of your repository.
  2. Click the Security filter chip.

CLI

API

Fetch bugs from the API and filter on the isSecurityVulnerability field in the response. Each bug object includes:
Filter your results to objects where isSecurityVulnerability === true.

What each security finding includes

Security findings include all the standard bug report fields. The key fields are: