Repository Analysis

bigskysoftware/htmx

</> htmx - high power tools for HTML

1.8 Likely human-written View on GitHub
1.8
Adjusted Score
1.8
Raw Score
100%
Time Factor
2026-05-28
Last Push
48,123
Stars
JavaScript
Language
94,850
Lines of Code
477
Files
49
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 14HIGH 0MEDIUM 0LOW 35

Pattern Findings

49 matches across 4 categories. Click a row to expand file-level details.

Hallucination Indicators14 hits · 140 pts
SeverityFileLineSnippet
CRITICALtest/core/headers.js129 evt.detail.value.should.deep.equal([1, 2, 3])
CRITICALtest/core/api.js236 document.body.innerHTML.should.not.equal('foo!')
CRITICALtest/attributes/hx-swap-oob.js357 event.detail.content.innerHTML.should.equal('Swapped')
CRITICALtest/attributes/hx-disinherit.js34 btn.firstChild.firstChild.id.should.equal('snowflake')
CRITICALtest/attributes/hx-disinherit.js52 btn.firstChild.firstChild.id.should.equal('unique')
CRITICALtest/attributes/hx-disinherit.js53 btn.firstChild.firstChild.firstChild.id.should.equal('snowflake')
CRITICALtest/attributes/hx-disinherit.js69 btn.firstChild.firstChild.id.should.equal('snowflake')
CRITICALwww/static/test/core/headers.js129 evt.detail.value.should.deep.equal([1, 2, 3])
CRITICALwww/static/test/core/api.js236 document.body.innerHTML.should.not.equal('foo!')
CRITICALwww/static/test/attributes/hx-swap-oob.js357 event.detail.content.innerHTML.should.equal('Swapped')
CRITICALwww/static/test/attributes/hx-disinherit.js34 btn.firstChild.firstChild.id.should.equal('snowflake')
CRITICALwww/static/test/attributes/hx-disinherit.js52 btn.firstChild.firstChild.id.should.equal('unique')
CRITICALwww/static/test/attributes/hx-disinherit.js53 btn.firstChild.firstChild.firstChild.id.should.equal('snowflake')
CRITICALwww/static/test/attributes/hx-disinherit.js69 btn.firstChild.firstChild.id.should.equal('snowflake')
Hyper-Verbose Identifiers29 hits · 29 pts
SeverityFileLineSnippet
LOWtest/lib/_hyperscript.js39 function getOrInitObject(root, prop) {
LOWtest/lib/_hyperscript.js517 function isValidSingleQuoteStringStart(tokens) {
LOWtest/lib/_hyperscript.js670 function consumeAttributeReference() {
LOWtest/lib/_hyperscript.js684 function consumeShortAttributeReference() {
LOWtest/lib/_hyperscript.js5591 function parsePseudopossessiveTarget(parser, runtime, tokens) {
LOWwww/content/essays/mcp_apps_hypermedia.md446async def render_occurrences_fragment(ctx: Context, event_id) -> CallToolResult:
LOWwww/static/test/lib/_hyperscript.js39 function getOrInitObject(root, prop) {
LOWwww/static/test/lib/_hyperscript.js517 function isValidSingleQuoteStringStart(tokens) {
LOWwww/static/test/lib/_hyperscript.js670 function consumeAttributeReference() {
LOWwww/static/test/lib/_hyperscript.js684 function consumeShortAttributeReference() {
LOWwww/static/test/lib/_hyperscript.js5591 function parsePseudopossessiveTarget(parser, runtime, tokens) {
LOWwww/static/src/htmx.js466 function getAttributeValueWithDisinheritance(initialElement, ancestor, attributeName) {
LOWwww/static/src/htmx.js2140 function isPossibleRelativeReference(token, last, paramName) {
LOWwww/static/src/htmx.js2463 function ignoreBoostedAnchorCtrlClick(elt, evt) {
LOWwww/static/src/htmx.js2823 function maybeSetLastButtonClicked(evt) {
LOWwww/static/src/htmx.js2834 function maybeUnsetLastButtonClicked(evt) {
LOWwww/static/src/htmx.js3371 function addRequestIndicatorClasses(elt) {
LOWwww/themes/htmx-theme/static/js/htmx.js466 function getAttributeValueWithDisinheritance(initialElement, ancestor, attributeName) {
LOWwww/themes/htmx-theme/static/js/htmx.js2140 function isPossibleRelativeReference(token, last, paramName) {
LOWwww/themes/htmx-theme/static/js/htmx.js2463 function ignoreBoostedAnchorCtrlClick(elt, evt) {
LOWwww/themes/htmx-theme/static/js/htmx.js2823 function maybeSetLastButtonClicked(evt) {
LOWwww/themes/htmx-theme/static/js/htmx.js2834 function maybeUnsetLastButtonClicked(evt) {
LOWwww/themes/htmx-theme/static/js/htmx.js3371 function addRequestIndicatorClasses(elt) {
LOWsrc/htmx.js466 function getAttributeValueWithDisinheritance(initialElement, ancestor, attributeName) {
LOWsrc/htmx.js2140 function isPossibleRelativeReference(token, last, paramName) {
LOWsrc/htmx.js2463 function ignoreBoostedAnchorCtrlClick(elt, evt) {
LOWsrc/htmx.js2823 function maybeSetLastButtonClicked(evt) {
LOWsrc/htmx.js2834 function maybeUnsetLastButtonClicked(evt) {
LOWsrc/htmx.js3371 function addRequestIndicatorClasses(elt) {
Fake / Example Data5 hits · 5 pts
SeverityFileLineSnippet
LOWtest/core/regressions.js185 '<input hx-get="/test" hx-target="#formtest" hx-trigger="click" type="text" id="id_email" value="test@test
LOWwww/content/extensions/preload.md74 <li><a href="/server/3">This will be preloaded, too. Lorem ipsum.</a>
LOWwww/content/examples/inline-validation.md100 } else if(email != "test@test.com") {
LOWwww/content/examples/inline-validation.md110 return `<h3>Signup Form</h3><p>Enter an email into the input below and on tab out it will be validated. Only "t
LOWwww/static/test/core/regressions.js185 '<input hx-get="/test" hx-target="#formtest" hx-trigger="click" type="text" id="id_email" value="test@test
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOWwww/config.toml21[slugify]