Repository Analysis

jquery/jquery

jQuery JavaScript Library

0.9 Likely human-written View on GitHub
0.9
Adjusted Score
0.9
Raw Score
100%
Time Factor
2026-05-28
Last Push
59,838
Stars
JavaScript
Language
69,573
Lines of Code
296
Files
43
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 1HIGH 0MEDIUM 3LOW 39

Pattern Findings

43 matches across 6 categories. Click a row to expand file-level details.

Over-Commented Block23 hits · 23 pts
SeverityFileLineSnippet
LOWeslint.config.js41
LOWtest/unit/selector.js1681 anchor.lang = "ara";
LOWtest/data/jquery-3.7.1.js881
LOWtest/data/jquery-3.7.1.js1021 */
LOWtest/data/jquery-3.7.1.js1161 // Support: IE 9 only
LOWtest/data/jquery-3.7.1.js1301 // Support: Chrome <=105+, Firefox <=104+, Safari <=15.4+
LOWtest/data/jquery-3.7.1.js2461
LOWtest/data/jquery-3.7.1.js4041 // 1. No key was specified
LOWtest/data/jquery-3.7.1.js5381 // If this is a native event triggered above, everything is now in order
LOWtest/data/jquery-3.7.1.js5641 delegateType: delegateType
LOWtest/data/jquery-3.7.1.js6421 // Support: Firefox 51+
LOWtest/data/jquery-3.7.1.js6441 // disconnected elements. However, in IE even disconnected elements
LOWtest/data/jquery-3.7.1.js10661
LOW.github/workflows/codeql-analysis.yml41 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
LOWsrc/event.js521 jQuery.event.add( el, type, {
LOWsrc/selector-native.js81 // In such cases, we work around the behavior by prefixing every selector in the
LOWsrc/selector/var/identifier.js1import { escape } from "./escape.js";
LOWsrc/manipulation/var/rtagName.js1// rtagName captures the name from the first start tag in a string of HTML
LOWsrc/css/isAutoPx.js1var ralphaStart = /^[a-z]/,
LOWsrc/css/curCSS.js21 // IE only supports `"float"` in `getPropertyValue`; in computed styles
LOWsrc/var/rnothtmlwhite.js1// Only count HTML whitespace
LOWsrc/exports/amd.js1import { jQuery } from "../core.js";
LOWsrc/data/Data.js81 // which value to return, respectively either:
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippet
CRITICALtest/data/jquery-3.7.1.js7975jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) {
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippet
MEDIUMtest/unit/selector.js1954 // reversed, scoped, seamless, selected, truespeed, visible (skipping visible attribute, which is on a barprop object)
MEDIUMtest/data/jquery-3.7.1.js10665// understands anonymous AMD modules. A named AMD is safest and most robust
MEDIUMsrc/exports/amd.js5// understands anonymous AMD modules. A named AMD is safest and most robust
Hyper-Verbose Identifiers8 hits · 8 pts
SeverityFileLineSnippet
LOWtest/unit/manipulation.js13function manipulationFunctionReturningObj( value ) {
LOWtest/unit/manipulation.js514 function assertSpecialCharsSupport( method, characters ) {
LOWtest/unit/manipulation.js535 function assertNameTerminatingCharsHandling( method, character ) {
LOWtest/unit/wrap.js16function manipulationFunctionReturningObj( value ) {
LOWtest/data/jquery-3.7.1.js8878function addToPrefiltersOrTransports( structure ) {
LOWtest/data/jquery-3.7.1.js8912function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {
LOWsrc/ajax.js52function addToPrefiltersOrTransports( structure ) {
LOWsrc/ajax.js86function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {
Fake / Example Data6 hits · 8 pts
SeverityFileLineSnippet
LOWtest/unit/manipulation.js1557 var src = jQuery( "<script type='text/filler'>Lorem ipsum dolor sit amet</script><q><script type='text/filler'>consecte
LOWtest/unit/manipulation.js1557 var src = jQuery( "<script type='text/filler'>Lorem ipsum dolor sit amet</script><q><script type='text/filler'>consecte
LOWtest/unit/manipulation.js1560 assert.equal( dest[ 0 ].text, "Lorem ipsum dolor sit amet", "Cloning preserves script text" );
LOWtest/unit/manipulation.js1560 assert.equal( dest[ 0 ].text, "Lorem ipsum dolor sit amet", "Cloning preserves script text" );
LOWtest/data/text.txt1Lorem ipsum dolor sit amet
LOWtest/data/text.txt1Lorem ipsum dolor sit amet
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippet
LOWtest/data/jquery-3.7.1.js4139function getData( data ) {
LOWsrc/data.js20function getData( data ) {