Currently, the crash detection is based on the crashes that were detected using the 'failing fuzz target' on the Oak project.
This detection may not be generalized since it should be tested against various types of crashes.
A list of test data with various types of crashes was made available by OSS-Fuzz for this purpose: https://github.com/google/clusterfuzz/tree/master/src/clusterfuzz/_internal/tests/core/crash_analysis/stack_parsing/stack_analyzer_data
It would be interesting to analyse these crash reports and check whether the current pattern can be generalised.