Inform user about the role of OAS validation in preventing crashes
Proposal
OAS Validation is a technique which validates incoming API requests against the OpenAPI Specification, and when implemented could prevent bad API calls from being processed.
During the API fuzzing process, if a crash is found, the payload of the attack should be evaluated against the Open API specification of the API, if one exists. The report detailing the crash should inform the user as to whether the payload evaded OAS Validation (if it exists). The report could also let the user know of OAS validation remediation code that would prevent the payload from being accepted.