registry  /  spark-ssr  /  0.5.0

spark-ssr@0.5.0

Zero-config SSR for spark-html on Bun. The HTML template infers everything: filesystem routing, layouts, <spark-ssr> declarative data (SQL, URLs, globs, modules), auto CRUD with validation, guards, no-JS forms, schema + seeds, live updates, SEO. No build

Static Scan Results

scanned 9d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetwork
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 10 file(s), 164 KB of source

Source & flagged code

2 flagged · loading source
src/render.jsView file
14if (!fn) { L15: try { fn = new Function('__scope__', 'with (__scope__) { return (' + expr + '); }'); } L16: catch { fn = () => undefined; }
Low
Eval

Package source references a known benign dynamic code generation pattern.

src/render.jsView on unpkg · L14
src/server.jsView file
401try { L402: const mod = await import(pathToFileURL(file).href); L403: return typeof mod.default === 'function' ? mod.default : null;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

src/server.jsView on unpkg · L401

Findings

3 Medium4 Low
MediumDynamic Requiresrc/server.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowEvalsrc/render.js
LowFilesystem
LowHigh Entropy Strings