← Home

@geekmidas/telescope

6
Versions
License
No
Install Scripts
Verified
Provenance

Supply chain provenance

Status for the latest visible version.

SLSA provenance attestation npm registry signatures No source commit

Maintainers

geekmidas

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
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 findings
HIGH env-spread: src/adapters/__tests__/lambda.spec.ts:39 semgrep

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';

HIGH env-spread: src/adapters/__tests__/lambda.spec.ts:60 semgrep

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;

INFO Has SLSA provenance attestation provenance

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 findings
HIGH New obfuscated file: dist/ui-assets-BEXqOQLe.cjs source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

HIGH env-spread: src/adapters/__tests__/lambda.spec.ts:39 semgrep

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';

HIGH env-spread: src/adapters/__tests__/lambda.spec.ts:60 semgrep

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;

INFO Has SLSA provenance attestation provenance

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 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.2.0

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.1.0

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.0.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.