@geekmidas/telescope
Supply chain provenance
Status for the latest visible version.
Maintainers
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| source-diff | obfuscated-file:dist/ui-assets-BEXqOQLe.cjs | AI (source-diff): Minified Vite/React bundle embedded as string asset; standard build output, not obfuscation. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Fires in test file to save/restore process.env — standard test isolation pattern, not a secret leak. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Decoding HTTP request body in Lambda adapter; legitimate and expected for API Gateway integration. | ai |
Versions (showing 6 of 6)
| Version | Deps | Published |
|---|---|---|
| 1.0.0 | 2 / 18 | |
| 0.4.0 | 2 / 18 | |
| 0.2.1 | 2 / 5 | |
| 0.2.0 | 2 / 5 | |
| 0.1.0 | 3 / 4 | |
| 0.0.1 | 1 / 4 |
v1.0.0
3 findingsSpreading entire process.env into an object — may capture all secrets 37 | describe('detectLambdaResources', () => { 38 | it('should detect Lambda environment variables', () => { > 39 | const originalEnv = { ...process.env }; 40 | 41 | process.env.AWS_REGION = 'us-west-2';
Spreading entire process.env into an object — may capture all secrets 58 | 59 | it('should return defaults when environment variables are missing', () => { > 60 | const originalEnv = { ...process.env }; 61 | 62 | delete process.env.AWS_REGION;
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.0
4 findingsNewly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.
Spreading entire process.env into an object — may capture all secrets 37 | describe('detectLambdaResources', () => { 38 | it('should detect Lambda environment variables', () => { > 39 | const originalEnv = { ...process.env }; 40 | 41 | process.env.AWS_REGION = 'us-west-2';
Spreading entire process.env into an object — may capture all secrets 58 | 59 | it('should return defaults when environment variables are missing', () => { > 60 | const originalEnv = { ...process.env }; 61 | 62 | delete process.env.AWS_REGION;
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.1.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.0.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.