@sveltejs/kit
Supply chain provenance
Status for the latest visible version.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| typosquat | typosquat.levenshtein:koa | AI (typosquat): Official @sveltejs scoped package; Levenshtein match to 'koa' is a false positive. | ai | |
| typosquat | typosquat.levenshtein:vite | AI (typosquat): Official @sveltejs scoped package; Levenshtein match to 'vite' is a false positive. | ai | |
| typosquat | typosquat.levenshtein:got | AI (typosquat): Official @sveltejs scoped package; Levenshtein match to 'got' is a false positive. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): process.env spread into Worker env is standard Node.js worker isolation pattern in SvelteKit's fork utility. | ai | |
| semgrep | semgrep:api-obfuscation-reflect | AI (semgrep): Reflect.get used for legitimate response property access in load_data.js; not obfuscation. | ai | |
| phantom-deps | phantom-dep:@types/cookie | AI (phantom-deps): @types/cookie is a type-only dependency used for TypeScript declarations, not a runtime import. | ai |
Versions (showing 8 of 8)
| Version | Deps | Published |
|---|---|---|
| 2.61.1 | 12 / 13 | |
| 2.61.0 | 12 / 13 | |
| 2.60.1 | 12 / 12 | |
| 2.60.0 | 12 / 12 | |
| 2.59.1 | 12 / 12 | |
| 2.59.0 | 12 / 12 | |
| 2.58.0 | 12 / 12 | |
| 2.57.1 | 12 / 12 |
v2.61.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.61.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.60.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.60.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.59.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.59.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.58.0
2 findingsSpreading entire process.env into an object — may capture all secrets 37 | return new Promise((fulfil, reject) => { 38 | const worker = new Worker(fileURLToPath(module), { > 39 | env: { 40 | ...process.env, 41 | SVELTEKIT_FORK: 'true'
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.57.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.