svelte

Warn

Audited by Socket on Sep 11, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
evals/files/forms/+page.server.ts

No evidence of intentional malware or supply-chain sabotage is present. The code implements ordinary authentication, but it contains two security issues: an unvalidated next parameter that may permit open redirects, and a process-global lastEmail value that can leak email addresses across users and requests. The redirect should be restricted to safe local paths, and lastEmail should be removed or stored in request/session-specific state.

Confidence: 98%Severity: 62%
AnomalyLOW
evals/files/dataflow/+page.server.ts

No clear malware or sabotage is present. The primary security concern is potential disclosure of AUDIT_TOKEN by returning a server environment secret in page load data. Date parameters should be validated, and the global rates cache should be reviewed for staleness and tenant isolation. The fragment is otherwise readable and performs expected server-side data loading.

Confidence: 98%Severity: 62%
Audit Metadata
Analyzed At
Sep 11, 2026, 03:16 PM
Package URL
pkg:socket/skills-sh/lynricsy%2Fhyperskills%2Fsvelte%2F@467d6a773facce56ba4dd52aff9db2e7deaa86bdf66a8e81aa17777b5f13b3bb
Security Audit — socket — svelte