ShakerScan DAST — OWASP Coverage Matrix

Status: mechanism inventory reconciled 2026-08-29. This matrix records implemented check families, not accepted recall, precision, or proof depth. Candidate acceptance belongs in the release workflow and current benchmark/evaluation artifacts.

Scope: this maps the DAST engine (scanner/scanner_tools/) against the OWASP Top 10 (2021) and OWASP API Security Top 10 (2023). AI Gate and Model Intake are separate products and are out of scope here.

Legend: ✅ meaningful implemented checks exist · 🟡 partial, heuristic, or not benchmark-accepted · ❌ no meaningful direct DAST check

Note: ✅ means the engine ships meaningful checks for that category, not that every sub-technique is covered. Several ✅ rows still carry named gaps in their "Gaps" column.

This matrix does not affect a scan score or grade. A category-level mechanism can produce unverified candidates, and a particular run may have weak assurance or may not examine the application at all. Use proof state, current coverage, and risk_and_assurance/v8 result fields for run-specific claims.

OWASP Top 10 (2021)

IDCategoryStatusWhat the engine doesGaps
A01Broken Access Control🟡BOLA/IDOR (multi-user, enumeration, smart compare), forced browsing, vertical priv-esc, mass assignment, CORS, method-based auth bypassAuthenticated crAPI recall is not accepted; workflow/write-BOLA remains thin
A02Cryptographic Failures✅Full TLS/SSL suite (protocols, ciphers, PFS, cert sig/key, expiry, OCSP, Heartbleed/ROBOT/CCS/CRIME, PQC readiness), cookie Secure, cleartext ws://—
A03Injection🟡SQLi (DBMS-aware), NoSQL, LDAP, XPath, command injection, SSTI, XXE, XSS (reflected/stored/DOM), CRLF/log, host-header, SSI/ESI, CSV/formula, gated RFIBroad/stored XSS and universal authenticated discovery remain benchmark gaps
A04Insecure Design🟡Business-logic heuristics (price/qty/coupon), race conditions/TOCTOUDesign review is inherently out of black-box DAST scope
A05Security Misconfiguration✅Security headers, CORS, cookies, exposed files/.git/.env, directory listing, default creds, risky HTTP methods, cloud/k8s/registry exposureSAML misconfig (see A07)
A06Vulnerable & Outdated Components✅JS dependency CVEs (retire.js-style, 30+ libs), server/tech version detection, Nuclei CVE templates—
A07Identification & Authentication Failures✅Default creds, brute-force/rate-limit, 2FA bypass, session mgmt (flags/entropy/fixation), JWT (alg-none/confusion/kid/claims/JWKS), OAuth/OIDCSAML / SSO assertion attacks (signature wrapping, replay) — Phase 2
A08Software & Data Integrity Failures🟡Insecure deserialization (Java/PHP/Python/.NET/Ruby/Node), ViewState, gated server-side prototype pollutionSRI and unsigned-update coverage remain limited
A09Logging & Monitoring Failures✅Exposed logging/actuator/metrics endpoints, sensitive data in errors, stack traces, CRLF log injection, missing correlation headersDAST observes only the externally-visible subset
A10SSRF✅Blind + visible SSRF, cloud-metadata SSRF (AWS/GCP/Azure/k8s)Blind classes need an external OAST callback (oob_callback_url); no bundled collaborator — Phase 2

OWASP API Security Top 10 (2023)

IDCategoryStatusNotes
API1Broken Object Level Authorization🟡Multi-user BOLA, ID enumeration, smart comparison; authenticated benchmark acceptance remains open
API2Broken Authentication✅JWT, OAuth, session, default creds
API3Broken Object Property Level Authorization✅Mass assignment + excessive-data-exposure
API4Unrestricted Resource Consumption🟡Rate-limit detection, GraphQL depth/batch/alias; active resource-exhaustion intentionally not run
API5Broken Function Level Authorization✅BFLA endpoint probing
API6Unrestricted Access to Sensitive Business Flows🟡Business-logic + race-condition heuristics
API7SSRF✅Shared with A10
API8Security Misconfiguration✅Shared with A05
API9Improper Inventory Management🟡OPTIONS/OpenAPI/gRPC discovery + scan-delta; no formal version/deprecation inventory
API10Unsafe Consumption of APIs❌Upstream-API trust is largely outside black-box DAST; partially touched by SSRF + vendor risk

Summary

The engine has broad implemented mechanisms, but category breadth is not equivalent to accepted detector quality. The highest current acceptance gaps are authenticated access control, universal authenticated API discovery, broad/stored XSS, workflow-aware checks, and strict proof-contract enforcement. A04, API4, API6, and API10 also contain behavior that black-box DAST can only observe partially or that ShakerScan intentionally excludes for safety, such as active denial of service.


This page is rendered from docs/owasp-coverage-matrix.md in the open-source repository at v2.5.4. When documentation and implementation disagree, the code, database schema, and tests at that tag are authoritative.