TavernKeeper Scan Report

closuretxt/game-manager-st

Commit 159fd54 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.

Contextual expected matches (2)

JavaScript analysis reported javascript.xray.shady-link

Expected behavior · high confidence

The scanner saw text shaped like a web address and flagged it, but it is just the official label browsers require when creating the drawing elements for the skill tree picture. This code never contacts that address or any server.

Technical evidence

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

Contextual assessment: The flagged string is the standard W3C SVG namespace identifier, declared as a constant and used solely as the namespace argument to the DOM createElementNS API when the skill tree popup draws its connector lines and node graphics. It is an identifier literal required by the platform, not a network endpoint; the module contains no request, fetch, or connection logic and the surrounding code is pure interface rendering and local state manipulation. The link heuristic is a false positive on a well-known namespace URI.

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
ui/skillTree.js:39

JavaScript analysis reported javascript.xray.obfuscated-code

Expected behavior · high confidence

The scanner flagged this file as possibly containing disguised or scrambled code, but it is just a readable list of starting game numbers like health and mana for new characters. There is nothing hidden in it.

Technical evidence

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

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

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.obfuscated-code
File role
production
Source
settings/defaultPresets.js:1

Coverage and limitations

JavaScript coverage

Tools

Limitations

Technical scan identity