@sveltejs/adapter-auto
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 |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): Standard child-process env inheritance pattern for a build adapter; stable for this package. | ai |
v7.0.1
2 findingsSpreading entire process.env into an object — may capture all secrets 113 | execSync(command, { 114 | stdio: 'inherit', > 115 | env: { 116 | ...process.env, 117 | NODE_ENV: undefined
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v7.0.0
2 findingsSpreading entire process.env into an object — may capture all secrets 113 | execSync(command, { 114 | stdio: 'inherit', > 115 | env: { 116 | ...process.env, 117 | NODE_ENV: undefined
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.