TavernKeeper Scan Report

prolix-oc/Lumiverse-XTimeline

Commit 63fc719 Reviewed

No material or immediate-danger concern was identified in this review.

This advisory report describes what the named tools and review process found at one exact commit. Unknown or unobserved behavior may still exist.

0 immediate danger 0 material 1 low

What this review found

No material or immediate-danger item was identified.

Minor cautions

JavaScript analysis reported javascript.xray.unsafe-regex

Minor caution · medium confidence

The code uses certain text-matching patterns that could, in rare cases, cause slow processing if fed specially crafted text. In practice, this text comes from the extension's own AI-generated content rather than from someone trying to attack you. The worst realistic outcome is a temporary slowdown or frozen tab, not any loss of data or security compromise.

Technical evidence

Scanner reason: JavaScript analysis matched static JavaScript security signal javascript.xray.unsafe-regex. The match applies to this repository.

Contextual assessment: Detailed technical wording was omitted by the public report safety filter.

Impact: low · Exploitability: unlikely

Developer action: Consider simplifying the regex patterns in the gifDirectivePatterns array to avoid potential catastrophic backtracking, for example by reducing nested quantifiers or using more restrictive character classes.

Scanner
javascript-analysis webcrack-2.16.0_js-x-ray-16.0.0_signatures-1_literals-1_families-1
Rule
javascript.xray.unsafe-regex
File role
generated
Source
dist/backend.js:887

Coverage and limitations

JavaScript coverage

Unresolved JavaScript stages

Tools

Limitations

Technical scan identity