TavernKeeper Scan Report

Enerccio/SillyTavern-PersistentItemizedPrompts

Commit e0da654 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.

Contextual expected matches (1)

JavaScript analysis reported javascript.download-to-execution

Expected behavior · high confidence

This extension sends and receives prompt data to and from the SillyTavern server plugin it is designed for. There is no hidden code execution or suspicious network activity. The flagged pattern is a false positive from the scanner combining normal network requests with normal initialization code.

Technical evidence

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

Contextual assessment: The scanner flags network retrieval correlated with code execution, but the actual code shows only standard fetch calls to local SillyTavern plugin API endpoints ('/api/plugins/persistentitemizedprompts/...') for loading, saving, and deleting itemized prompts. There is no dynamic code execution sink (eval, Function, setTimeout with strings) present in the supplied source. The jQuery wrapper and event handlers are standard DOM initialization patterns, not code execution sinks. All network calls use getRequestHeaders() and target the same-origin plugin backend, consistent with the stated purpose of persisting prompts server-side.

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.download-to-execution
File role
production
Source
index.js:12-190

Coverage and limitations

JavaScript coverage

Unresolved JavaScript stages

Tools

Limitations

Technical scan identity