@pikku/core
Supply chain provenance
Status for the latest visible version.
Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.
Maintainers
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:api-obfuscation-reflect | AI (semgrep): Used in a Proxy handler to intercept workflow API calls — legitimate pattern, not obfuscation. | ai | |
| phantom-deps | phantom-dep:@types/uuid | AI (phantom-deps): Framework-scoped types loaded by convention; stable pattern for this package. | ai | |
| phantom-deps | phantom-dep:@types/cookie | AI (phantom-deps): Framework-scoped types loaded by convention; stable pattern for this package. | ai | |
| typosquat | typosquat.levenshtein:cors | AI (typosquat): Scoped @pikku/core package with 71 versions and 440-day history; not a typosquat of cors. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Fires in a test file passing env to child process — standard test pattern, not a data exfiltration risk. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Legitimate crypto-utils helper for base64 decoding; no obfuscation or payload hiding. | ai |
Versions (showing 51 of 54)
| Version | Deps | Published |
|---|---|---|
| 0.12.23 | 5 / 3 | |
| 0.12.22 | 5 / 3 | |
| 0.12.21 | 5 / 3 | |
| 0.12.20 | 5 / 3 | |
| 0.12.19 | 5 / 3 | |
| 0.12.18 | 5 / 3 | |
| 0.12.17 | 5 / 3 | |
| 0.12.16 | 5 / 3 | |
| 0.12.15 | 5 / 3 | |
| 0.12.14 | 4 / 3 | |
| 0.12.13 | 4 / 3 | |
| 0.12.12 | 4 / 3 | |
| 0.12.11 | 4 / 3 | |
| 0.12.10 | 4 / 3 | |
| 0.12.9 | 4 / 3 | |
| 0.12.8 | 4 / 3 | |
| 0.12.7 | 4 / 3 | |
| 0.12.6 | 4 / 3 | |
| 0.12.5 | 4 / 3 | |
| 0.12.4 | 4 / 3 | |
| 0.12.3 | 4 / 3 | |
| 0.12.2 | 4 / 3 | |
| 0.12.1 | 4 / 3 | |
| 0.12.0 | 4 / 3 | |
| 0.11.2 | 3 / 3 | |
| 0.11.1 | 3 / 3 | |
| 0.11.0 | 3 / 3 | |
| 0.10.2 | 3 / 3 | |
| 0.10.1 | 5 / 3 | |
| 0.10.0 | 5 / 3 | |
| 0.9.11 | 5 / 3 | |
| 0.9.10 | 5 / 3 | |
| 0.9.9 | 5 / 3 | |
| 0.9.8 | 5 / 3 | |
| 0.9.7 | 5 / 3 | |
| 0.9.6 | 5 / 3 | |
| 0.9.5 | 5 / 3 | |
| 0.9.4 | 5 / 3 | |
| 0.9.3 | 5 / 3 | |
| 0.9.2 | 5 / 3 | |
| 0.9.1 | 5 / 3 | |
| 0.9.0 | 5 / 3 | |
| 0.8.2 | 5 / 3 | |
| 0.8.1 | 5 / 3 | |
| 0.8.0 | 5 / 3 | |
| 0.7.8 | 5 / 3 | |
| 0.7.7 | 5 / 3 | |
| 0.7.6 | 5 / 3 | |
| 0.7.5 | 5 / 3 | |
| 0.7.4 | 5 / 3 | |
| 0.7.3 | 5 / 3 |
v0.12.23
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.12.22
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.12.21
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.12.20
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.19
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.18
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.17
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.16
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.15
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.14
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.13
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.12
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.11
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.10
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.9
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.8
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.7
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.6
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.5
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.4
2 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.3
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.2
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.1
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.12.0
4 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 21 | cwd: tempDir, 22 | encoding: 'utf8', > 23 | env: { ...process.env, CI: 'false' }, 24 | }) 25 |
Spreading entire process.env into an object — may capture all secrets 39 | cwd: tempDir, 40 | encoding: 'utf8', > 41 | env: { ...process.env, STRICT_TEST_DISCOVERY: '1' }, 42 | }) 43 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.11.2
2 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.11.1
2 findingsPackage name '@pikku/core' is 1 edit(s) away from popular package 'cors'.
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.11.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.10.2
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.10.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.10.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.11
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.10
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.9
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.8
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.7
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.6
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.5
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.4
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.3
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.2
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.9.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.8.2
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.8.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.8.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.7.8
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.7.7
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.7.6
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.7.5
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.7.4
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.7.3
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.