← Home

@contrast/assess

65
Versions
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures gitHead linked

Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.

Maintainers

tough-griffchrisdunnecontrast_adminjcolekaplancontrastsecmhenry-contrastnbuckwalt

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
publish-pattern new-deps-added AI (publish-pattern): All added deps are first-party @contrast/* scoped packages or semver, part of monorepo split. ai
phantom-deps phantom-dep:@contrast/dep-hooks AI (phantom-deps): Same-org sibling package, indirect use via instrumentation framework. ai
semgrep semgrep:etc-passwd-access AI (semgrep): Test fixture exercising path-traversal detection logic for this taint-tracking library. ai
semgrep semgrep:base64-decode AI (semgrep): Test fixture for Buffer encoding handling, not real payload hiding. ai
phantom-deps phantom-dep:@contrast/patcher AI (phantom-deps): Same-org sibling package, indirect use via instrumentation framework. ai
phantom-deps phantom-dep:@contrast/sources AI (phantom-deps): Same-org sibling dep; may be used indirectly via dynamic loading in instrumentation agent. ai
semgrep semgrep:api-obfuscation-reflect AI (semgrep): Reflect.get used in URL proxy for taint tracking — expected pattern in a security instrumentation agent. ai
phantom-deps phantom-dep:@contrast/route-coverage AI (phantom-deps): Same-org sibling dep; indirect usage pattern expected in this agent. ai
phantom-deps phantom-dep:@contrast/instrumentation AI (phantom-deps): Same-org sibling dep; indirect usage pattern expected in this agent. ai
phantom-deps phantom-dep:@contrast/stack-trace-factory AI (phantom-deps): Same-org sibling dep; indirect usage pattern expected in this agent. ai

Versions (showing 65 of 65)

Version Deps Published
1.78.0 14 / 0
1.77.0 14 / 0
1.76.0 14 / 0
1.75.0 14 / 0
1.74.0 14 / 0
1.73.0 14 / 0
1.72.0 14 / 0
1.71.1 14 / 0
1.70.1 14 / 0
1.70.0 14 / 0
1.69.1 14 / 0
1.69.0 14 / 0
1.68.0 14 / 0
1.67.2 13 / 0
1.67.1 13 / 0
1.67.0 13 / 0
1.66.0 13 / 0
1.65.0 13 / 0
1.64.0 13 / 0
1.63.0 13 / 0
1.62.0 13 / 0
1.61.0 13 / 0
1.60.0 13 / 0
1.59.0 13 / 0
1.58.2 12 / 0
1.58.1 12 / 0
1.58.0 12 / 0
1.57.0 12 / 0
1.56.0 12 / 0
1.55.0 12 / 0
1.54.1 12 / 0
1.54.0 12 / 0
1.53.0 12 / 0
1.52.0 12 / 0
1.51.0 12 / 0
1.50.0 12 / 0
1.49.0 12 / 0
1.48.0 12 / 0
1.47.0 12 / 0
1.46.3 12 / 0
1.46.2 12 / 0
1.46.1 12 / 0
1.46.0 12 / 0
1.45.0 12 / 0
1.44.0 12 / 0
1.43.0 12 / 0
1.42.0 12 / 0
1.41.0 12 / 0
1.40.0 12 / 0
1.39.0 11 / 0
1.38.0 11 / 0
1.37.0 11 / 0
1.36.0 11 / 0
1.35.0 11 / 0
1.34.0 11 / 0
1.33.1 10 / 0
1.33.0 3 / 0
1.32.0 3 / 0
1.31.0 3 / 0
1.30.0 3 / 0
1.29.1 3 / 0
1.29.0 3 / 0
1.28.1 3 / 0
1.28.0 3 / 0
1.27.2 3 / 0

v1.78.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.53.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.52.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.51.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.50.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.49.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.48.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.47.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.46.3

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.

v1.46.2

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.

v1.46.1

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.46.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.45.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.44.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.43.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.42.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.41.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.40.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.39.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.38.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.37.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.36.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.35.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.34.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.33.1

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.33.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.32.0

2 findings
HIGH etc-passwd-access: lib/dataflow/propagation/install/path/join-and-resolve.test.js:427 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 425 | simulateRequestScope(function () { 426 | const prefix = '/path/to/something'; > 427 | const suffix = trackString('./../../../../etc/shadow.txt'); 428 | 429 | const result = path.resolve(prefix, suffix);

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.31.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.30.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.29.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.29.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.28.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.28.0

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.

v1.27.2

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.