Switch language한국어
Back to the list

The False Positive Tax: a 1:1 TP:FP analysis of eslint-plugin-security

TL;DR AI

Key summary

2 min read
  1. A benchmark of six ESLint security plugins tested 40 vulnerable and 38 safe code patterns across 14 security categories.

  2. eslint-plugin-security caught only 11 of 40 vulnerabilities and flagged 11 safe patterns, resulting in a 1:1 true-positive to false-positive ratio.

  3. The Interlace ecosystem performed best, detecting all 40 vulnerabilities with zero false positives.

  4. The findings highlight the tradeoff between recall and precision in security linters: missed issues create false safety, while false alarms drive alert fatigue.

Read the original