@baseplate-dev/create-project
CLI starter kit for creating a new Baseplate project
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): Intentional env capture in npmrc setup script; expected pattern for credential configuration tooling. | ai |
Versions (showing 22 of 22)
| Version | Deps | Published |
|---|---|---|
| 0.6.9 | 8 / 9 | |
| 0.6.8 | 8 / 9 | |
| 0.6.7 | 8 / 9 | |
| 0.6.6 | 8 / 9 | |
| 0.6.5 | 8 / 9 | |
| 0.6.4 | 8 / 9 | |
| 0.6.3 | 8 / 9 | |
| 0.6.2 | 8 / 8 | |
| 0.3.3 | 6 / 8 | |
| 0.3.2 | 6 / 8 | |
| 0.3.1 | 6 / 8 | |
| 0.3.0 | 6 / 8 | |
| 0.2.6 | 6 / 8 | |
| 0.2.5 | 6 / 8 | |
| 0.2.4 | 6 / 8 | |
| 0.2.3 | 6 / 8 | |
| 0.2.2 | 6 / 8 | |
| 0.2.1 | 6 / 8 | |
| 0.2.0 | 6 / 8 | |
| 0.1.3 | 6 / 8 | |
| 0.1.2 | 6 / 8 | |
| 0.1.1 | 7 / 6 |
v0.6.8
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.6.7
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.6.6
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.6.5
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.6.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.6.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.6.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.3.3
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.3.2
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.3.1
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.3.0
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.6
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.5
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.4
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.3
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.2
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.1
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.0
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.1.3
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.1.2
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.1.1
2 findingsSpreading entire process.env into an object — may capture all secrets 18 | 19 | // read .env file if present > 20 | const envVars = { ...process.env }; 21 | if (fs.existsSync(envPath)) { 22 | const env = fs.readFileSync(envPath, 'utf8');
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.