TavernKeeper Scan Report

cha1latte/marinara-custom-conversation-bg

Commit b959993 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 (1)

JavaScript analysis reported javascript.xray.shady-link

Expected behavior · high confidence

The scanner flagged this as a suspicious link, but the actual content is just a small inline SVG icon used for the settings gear. There are no URLs, no network calls, and no connections to any external site. This is a false alarm.

Technical evidence

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

Contextual assessment: The source content flagged by the scanner is a static inline SVG element consisting solely of path and circle drawing primitives. It contains no href, xlink:href, src, fetch, XMLHttpRequest, or any other network-resource reference. The scanner's 'shady-link' signal appears to be a false positive triggered by literal values in the SVG markup (e.g., coordinate strings or attributes), with no actual external URL or network destination present. The project purpose is a client-side background-image extension, and this SVG is decorative UI markup. No data flow, execution, or network access is demonstrated.

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
custom-conversation-background.js:1

Related contextual observations

Supplied source context is an inline SVG icon with no network or link references

low risk · high confidence

The entire content of this file as supplied is an SVG icon. Reviewers need the full JavaScript source to confirm the extension's networking behavior, but nothing in the provided evidence indicates a problem.

Technical assessment

The only source context supplied is a single-line inline SVG markup string. The scanner candidate references line 1, which maps to this SVG. No JavaScript logic, event handlers, or network calls are present in the provided source. The scanner's shady-link rule did not retain matched literal values, so the precise trigger is unavailable, but the visible content contains no link or URL of any kind.

Impact: none · Exploitability: unlikely

Developer action: none

Sources:

Coverage and limitations

JavaScript coverage

Unresolved JavaScript stages

Tools

Limitations

Technical scan identity