← Home

@opensip-tools/contracts

27
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

opensip

Keywords

opensip-toolsstatic-analysiscode-qualitytypescontracts

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:new-function-constructor AI (semgrep): Fires in test files only; explicitly annotated as trusted source; not in runtime code. ai
semgrep semgrep:etc-passwd-access AI (semgrep): Fires on a unit test validating path sanitization; not credential harvesting. Stable false positive for this package. ai

Versions (showing 27 of 27)

Version Deps Published
2.7.1 1 / 4
2.7.0 1 / 4
2.6.2 1 / 4
2.6.1 1 / 4
2.6.0 1 / 4
2.5.2 1 / 4
2.5.1 1 / 4
2.4.1 1 / 4
2.4.0 1 / 4
2.3.3 1 / 4
2.3.2 1 / 4
2.3.1 1 / 4
2.3.0 1 / 4
2.2.1 1 / 4
2.1.0 1 / 4
2.0.1 3 / 5
2.0.0 3 / 5
1.3.1 1 / 4
1.3.0 1 / 4
1.2.0 1 / 4
1.0.10 1 / 3
1.0.9 1 / 3
1.0.8 1 / 3
1.0.7 1 / 3
1.0.6 1 / 3
1.0.5 1 / 3
1.0.4 1 / 3

v2.7.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.

v2.7.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.

v2.6.2

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.

v2.6.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.

v2.6.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.

v2.5.2

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.

v2.5.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.

v2.4.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.

v2.4.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.

v2.3.3

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.

v2.3.2

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.

v2.3.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.

v2.3.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.

v2.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.

v2.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.

v2.0.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.

v2.0.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.

v1.3.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.

v1.3.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.

v1.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.

v1.0.10

2 findings
HIGH etc-passwd-access: src/__tests__/store.test.ts:66 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });

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.

v1.0.9

2 findings
HIGH etc-passwd-access: src/__tests__/store.test.ts:66 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });

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.

v1.0.8

2 findings
HIGH etc-passwd-access: src/__tests__/store.test.ts:66 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });

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.

v1.0.7

2 findings
HIGH etc-passwd-access: src/__tests__/store.test.ts:66 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });

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.

v1.0.6

2 findings
HIGH etc-passwd-access: src/__tests__/store.test.ts:66 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });

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.

v1.0.5

2 findings
HIGH etc-passwd-access: src/__tests__/store.test.ts:66 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });

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.

v1.0.4

2 findings
HIGH etc-passwd-access: src/__tests__/store.test.ts:66 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });

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.