TavernKeeper Scan Report

LenAnderson/SillyTavern-LandingPage

Commit 62e3982 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 2 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

A crafted input might briefly slow or freeze the local client, without showing broader security harm.

Technical evidence

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

Contextual assessment: The expression may permit a local CPU slowdown, but this evidence shows no credential, persistence, code-execution, or cross-user impact.

Impact: low · Exploitability: plausible

Developer action: Bound the input length or replace the expression when practical.

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
production
Source
index.js:562
Contextual expected matches (1)

JavaScript analysis reported javascript.xray.shady-link

Expected behavior · high confidence

The flagged 'link' is actually a small image embedded directly in the code as a data URI, not a connection to any external website. It is a glow texture used for the fireworks animation on the landing page. No data is sent anywhere and no outside resource is contacted.

Technical evidence

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

Contextual assessment: The scanner flagged a 'shady-link' signal on line 73. The actual code at that location is a loadImage call with a data: URI containing an inline base64-encoded PNG image. This is a small glow texture used by the particle/fireworks animation (FizzPopCrackle). No external network destination, URL fetch, or remote resource access is involved. The data URI is a self-contained inline asset, consistent with the extension's visual animation purpose.

Impact: none · Exploitability: unlikely

Developer action: none

Scanner
javascript-analysis webcrack-2.16.0_js-x-ray-16.0.0_signatures-1_literals-1_families-1
Rule
javascript.xray.shady-link
File role
production
Source
src/FizzPopCrackle/FPC.js:73

Coverage and limitations

JavaScript coverage

Tools

Limitations

Technical scan identity