TavernKeeper Scan Report

Lodactio/Extension-Summaryception

Commit c67626a Reviewed

1 material concern identified.

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

0 immediate danger 1 material 8 low

What this review found

No material or immediate-danger item was identified.

Minor cautions

JavaScript analysis reported javascript.download-to-execution

Minor caution · medium confidence

The scanner found both downloading data and a possible way to run code, but the supplied excerpt does not prove they are connected or that an attacker can control either one.

Technical evidence

Scanner reason: JavaScript analysis matched static JavaScript security signal javascript.download-to-execution in this repository.

Contextual assessment: The rule reports a network retrieval primitive and a dynamic code or command execution sink within the same representation, spanning a broad range. The supplied excerpts show ordinary fetches to configured service endpoints and user-selected file import, but omit the exact retrieval and execution statements, their call graph, input validation, and timing. This creates a review gap and warrants hardening or documentation, but does not establish remote code execution, concealed execution, persistence, or malicious update behavior.

Impact: medium · Exploitability: plausible

Developer action: Document and constrain any dynamic execution path, and provide the relevant retrieval and sink code for a focused review.

Scanner
javascript-analysis webcrack-2.16.0_js-x-ray-16.0.0_signatures-1_literals-1
Rule
javascript.download-to-execution
File role
production
Source
index.js:1787-2688
Expected scanner matches (6)

JavaScript analysis reported javascript.xray.shady-link

Expected behavior · low confidence

The scanner noticed a possible suspicious link pattern, but the supplied evidence does not retain the matched value or show that it sends information somewhere unexpected.

Technical evidence

Scanner reason: JavaScript analysis matched static JavaScript security signal javascript.xray.shady-link in this repository.

Contextual assessment: This is a low-severity, medium-confidence static signal with no retained literal, destination, payload, or execution context. The surrounding code demonstrates user-configurable model endpoints and ordinary interface handling, but does not establish a deceptive or unauthorized network flow. The evidence is insufficient to classify the signal as a vulnerability or malicious behavior, and its apparent purpose is consistent with an extension that connects to model services selected by the user.

Impact: none · Exploitability: unlikely

Developer action: none

Scanner
javascript-analysis webcrack-2.16.0_js-x-ray-16.0.0_signatures-1_literals-1
Rule
javascript.xray.shady-link
File role
production
Source
index.js:2612

JavaScript analysis reported javascript.xray.shady-link

Expected behavior · high confidence

This is ordinary code for reading streamed responses from the configured OpenAI-compatible service. It ignores non-data lines and reconstructs the generated text; the flagged line is not a suspicious link or data transmission.

Technical evidence

Scanner reason: JavaScript analysis matched static JavaScript security signal javascript.xray.shady-link in this repository.

Contextual assessment: The cited statement checks whether each SSE line is empty or lacks the expected data prefix before parsing it. The surrounding code reads the response body from the endpoint already being used for summarization, parses JSON chunks, and concatenates generated content. No destination, credential handling, obfuscation, or unrelated network behavior is shown by this candidate evidence.

Impact: none · Exploitability: unlikely

Developer action: none

Scanner
javascript-analysis webcrack-2.16.0_js-x-ray-16.0.0_signatures-1_literals-1
Rule
javascript.xray.shady-link
File role
production
Source
connectionutil.js:558

JavaScript analysis reported javascript.xray.shady-link

Expected behavior · low confidence

The scanner flagged a possible link pattern, but the supplied evidence does not show the actual link or any unexpected data transfer.

Technical evidence

Scanner reason: JavaScript analysis matched static JavaScript security signal javascript.xray.shady-link in this repository.

Contextual assessment: The candidate is based only on a generic static rule and a single source location; the matched literal was withheld. The available context shows configurable connection URLs, local model discovery, and user-triggered testing, all aligned with the stated summarization function. There is no demonstrated secret collection, hidden destination, automatic transmission, or misleading presentation. A concrete assessment beyond expected behavior is not supported by this evidence.

Impact: none · Exploitability: unlikely

Developer action: none

Scanner
javascript-analysis webcrack-2.16.0_js-x-ray-16.0.0_signatures-1_literals-1
Rule
javascript.xray.shady-link
File role
production
Source
index.js:2500

JavaScript analysis reported javascript.xray.unsafe-regex

Expected behavior · high confidence

This pattern checks whether a configured address is a local network address so the extension can choose between direct requests and a proxy. It does not itself expose data or execute hidden code.

Technical evidence

Scanner reason: JavaScript analysis matched static JavaScript security signal javascript.xray.unsafe-regex in this repository.

Contextual assessment: The reported regular expression is a fixed, anchored classifier applied to the user-configured endpoint URL. It matches common loopback and private IPv4 ranges and is used only to select the local-endpoint request path. The supplied context shows no attacker-controlled construction, external exfiltration, credential theft, or harmful execution associated with this expression.

Impact: none · Exploitability: unlikely

Developer action: none

Scanner
javascript-analysis webcrack-2.16.0_js-x-ray-16.0.0_signatures-1_literals-1
Rule
javascript.xray.unsafe-regex
File role
production
Source
connectionutil.js:448

JavaScript analysis reported javascript.xray.obfuscated-code

Expected behavior · low confidence

The scanner reported a possible obfuscation pattern, but the supplied source excerpt is readable, documented, and does not show concealed behavior. The finding alone does not establish harmful intent.

Technical evidence

Scanner reason: JavaScript analysis matched static JavaScript security signal javascript.xray.obfuscated-code in this repository.

Contextual assessment: The candidate is a low-confidence static obfuscation signal at the file boundary. Supplied source is ordinary, commented module code with named imports, settings, prompts, and visible connection configuration; no encoded payload, dynamic execution, or concealed data flow is shown. The complete file was not reproduced, so this assessment is limited to the supplied evidence.

Impact: none · Exploitability: unlikely

Developer action: none

Scanner
javascript-analysis webcrack-2.16.0_js-x-ray-16.0.0_signatures-1_literals-1
Rule
javascript.xray.obfuscated-code
File role
production
Source
index.js:1

JavaScript analysis reported javascript.xray.shady-link

Expected behavior · low confidence

The scanner detected a possible suspicious link pattern, but the supplied context does not include the matched value or demonstrate an unexpected destination. The visible network-related settings fit the stated summarization purpose.

Technical evidence

Scanner reason: JavaScript analysis matched static JavaScript security signal javascript.xray.shady-link in this repository.

Contextual assessment: The candidate is a medium-confidence scanner signal at line 81, where the supplied source defines a localhost Ollama endpoint. No external destination, credential transmission, or unrelated network request is shown in the provided context. Connection helpers are imported but their implementations are absent, limiting coverage.

Impact: none · Exploitability: unlikely

Developer action: none

Scanner
javascript-analysis webcrack-2.16.0_js-x-ray-16.0.0_signatures-1_literals-1
Rule
javascript.xray.shady-link
File role
production
Source
index.js:81

Related contextual observations

Disclose credential storage and endpoint use

low risk · medium confidence

The extension lets users enter an API key and an endpoint. That is useful, but users should be told where the key is saved and where requests go.

Technical assessment

The supplied production context binds an OpenAI key and endpoint to extension settings, while also permitting a user-specified local model URL and explicit connection tests. This is proportionate to the stated feature, but credential handling and arbitrary endpoint selection create a user-facing trust boundary. The evidence does not show exfiltration or hidden transmission; the weakness is insufficient disclosure and lack of demonstrated protection for stored credentials.

Impact: medium · Exploitability: plausible

Developer action: Clearly warn users that entered model keys are stored in extension settings and may be sent to the configured endpoint; avoid storing keys when host-managed credentials are available.

Sources:

Coverage and limitations

JavaScript coverage

Unresolved JavaScript stages

Tools

Limitations

Technical scan identity