@pi-unipi/cocoindex
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
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): env-spread in installer.ts is a standard pattern for passing full env to child processes with a modified PATH; not credential theft. | ai |
Versions (showing 12 of 12)
| Version | Deps | Published |
|---|---|---|
| 2.0.12 | 1 / 0 | |
| 2.0.11 | 1 / 0 | |
| 2.0.10 | 1 / 0 | |
| 2.0.9 | 1 / 0 | |
| 2.0.8 | 1 / 0 | |
| 2.0.7 | 1 / 0 | |
| 2.0.5 | 1 / 0 | |
| 2.0.4 | 1 / 0 | |
| 2.0.3 | 1 / 0 | |
| 2.0.2 | 1 / 0 | |
| 2.0.1 | 1 / 0 | |
| 2.0.0 | 1 / 0 |
v2.0.12
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v2.0.11
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v2.0.10
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v2.0.9
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v2.0.8
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v2.0.7
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v2.0.5
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v2.0.4
2 findingsSpreading entire process.env into an object — may capture all secrets 377 | ]; 378 | const currentPath = process.env.PATH ?? ""; > 379 | return { 380 | ...process.env, 381 | PATH: [...extraPaths, currentPath].filter(Boolean).join(delimiter),
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v2.0.3
2 findingsSpreading entire process.env into an object — may capture all secrets 377 | ]; 378 | const currentPath = process.env.PATH ?? ""; > 379 | return { 380 | ...process.env, 381 | PATH: [...extraPaths, currentPath].filter(Boolean).join(delimiter),
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v2.0.2
2 findingsSpreading entire process.env into an object — may capture all secrets 377 | ]; 378 | const currentPath = process.env.PATH ?? ""; > 379 | return { 380 | ...process.env, 381 | PATH: [...extraPaths, currentPath].filter(Boolean).join(delimiter),
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v2.0.1
2 findingsSpreading entire process.env into an object — may capture all secrets 377 | ]; 378 | const currentPath = process.env.PATH ?? ""; > 379 | return { 380 | ...process.env, 381 | PATH: [...extraPaths, currentPath].filter(Boolean).join(delimiter),
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v2.0.0
2 findingsSpreading entire process.env into an object — may capture all secrets 377 | ]; 378 | const currentPath = process.env.PATH ?? ""; > 379 | return { 380 | ...process.env, 381 | PATH: [...extraPaths, currentPath].filter(Boolean).join(delimiter),
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.