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
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
- Navigate to the Bugs section of your repository.
- Click the Security filter chip.
CLI
API
Fetch bugs from the API and filter on theisSecurityVulnerability field in the response. Each bug object includes:
isSecurityVulnerability === true.

