The Benchmark includes tools to interpret raw tool output, compare it to the expected results, and generate summary charts and graphs. We use the following table format in order to capture all the information generated during the evaluation. Security Category|TP|FN|TN|FP|Total|TPR|FPR|Score General security category for test cases.|True Positives: Tests with real vulnerabilities that were correctly reported as vulnerable by the tool.|False Negative: Tests with real vulnerabilities that were not correctly reported as vulnerable by the tool.|True Negative: Tests with fake vulnerabilities that were correctly not reported as vulnerable by the tool.|False Positive: Tests with fake vulnerabilities that were incorrectly reported as vulnerable by the tool.|Total test cases for this category.|True Positive Rate: TP / ( TP + FN ) - Also referred to as Recall, as defined at Wikipedia.|False Positive Rate: FP / ( FP + TN ).|Normalized distance from the “guess line” TPR - FPR. Command Injection|…|…|…|…|…|…|…|… Etc.|…|…|…|…|…|…|…|… |Total TP|Total FN|Total TN|Total FP|Total TC|Average TPR|Average FPR|Average Score