← Home

@salesforce/graphiti-experimental

Progressive GraphQL query builder CLI for Salesforce orgs

94
Versions
SEE LICENSE IN LICENSE.txt
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 — the axios compromise (March 2026) relied on exactly this gap.

Maintainers

ire-npm-team-userjimjagsalesforce-releasesjasonschroeder-sfdcmobifylwc-adminsalesforce-admin

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:etc-passwd-access AI (semgrep): Fires inside a test file asserting path-traversal is rejected; not credential harvesting code. ai

Versions (showing 94 of 94)

Version Deps Published
10.10.0 5 / 5
10.9.2 5 / 5
10.9.1 5 / 5
10.9.0 5 / 5
10.8.0 5 / 5
10.7.0 5 / 5
10.6.5 5 / 5
10.6.4 4 / 5
10.6.3 4 / 5
10.6.2 4 / 5
10.6.1 4 / 5
10.6.0 4 / 5
10.5.1 4 / 5
10.5.0 4 / 5
10.4.1 4 / 5
10.4.0 4 / 5
10.3.0 4 / 5
10.2.2 4 / 5
10.2.1 4 / 5
10.2.0 4 / 5
10.1.0 4 / 5
10.0.0 4 / 5
9.21.0 4 / 5
9.20.1 4 / 5
9.20.0 4 / 5
9.19.0 4 / 5
9.18.0 4 / 5
9.17.1 4 / 5
9.17.0 4 / 5
9.16.1 4 / 5
9.16.0 4 / 5
9.15.0 4 / 5
9.14.0 4 / 5
9.13.0 4 / 5
9.12.1 4 / 5
9.12.0 4 / 5
9.11.0 4 / 5
9.10.3 4 / 5
9.10.2 4 / 5
9.10.1 4 / 5
9.10.0 4 / 5
9.9.4 4 / 5
9.9.3 4 / 5
9.9.2 4 / 5
9.9.1 4 / 5
9.9.0 4 / 5
9.8.2 4 / 5
9.8.1 4 / 5
9.8.0 4 / 5
9.7.0 4 / 5
9.6.1 4 / 5
9.6.0 4 / 3
9.5.0 4 / 3
9.4.1 4 / 3
9.4.0 4 / 3
9.2.0 2 / 3
9.1.0 2 / 3
9.0.0 2 / 3
8.0.1 2 / 3
8.0.0 2 / 3
7.1.0 2 / 3
7.0.1 2 / 3
6.0.0 2 / 3
5.0.0 2 / 3
4.0.0 2 / 3
3.1.1 2 / 3
3.1.0 2 / 3
3.0.0 2 / 3
2.2.1 2 / 3
2.2.0 2 / 3
2.1.0 2 / 3
2.0.0 2 / 3
1.135.0 2 / 3
1.134.5 2 / 3
1.134.4 2 / 3
1.134.3 2 / 3
1.134.2 2 / 3
1.134.1 2 / 3
1.134.0 2 / 3
1.133.2 2 / 3
1.133.1 2 / 3
1.133.0 2 / 3
1.132.0 2 / 3
1.131.3 2 / 3
1.131.2 2 / 3
1.131.0 2 / 3
1.130.2 2 / 3
1.130.1 2 / 3
1.130.0 2 / 3
1.129.1 2 / 3
1.129.0 2 / 3
1.128.0 2 / 3
1.127.0 2 / 3
1.126.0 2 / 3

v10.10.0

1 finding
LOW No provenance attestation provenance

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

v10.9.2

1 finding
LOW No provenance attestation provenance

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

v10.9.1

1 finding
LOW No provenance attestation provenance

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

v10.9.0

1 finding
LOW No provenance attestation provenance

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

v10.8.0

1 finding
LOW No provenance attestation provenance

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

v10.7.0

1 finding
LOW No provenance attestation provenance

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

v10.6.5

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.6.4

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.6.3

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.6.2

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.6.1

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.6.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.5.1

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.5.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.4.1

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.4.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.3.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.2.2

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.2.1

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.2.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.1.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v10.0.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.21.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.20.1

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.20.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.19.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.18.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.17.1

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.17.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.16.1

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.16.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.15.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.14.0

2 findings
HIGH etc-passwd-access: src/mcp/tools/__tests__/sf-gql-discover.spec.ts:243 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 241 | const result = await client.callTool({ 242 | name: "sf_gql_discover", > 243 | arguments: { org: ORG, mode: "describe_object", object: "../etc/passwd" }, 244 | }); 245 | expect(result.isError).toBe(true);

LOW No provenance attestation provenance

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

v9.13.0

1 finding
LOW No provenance attestation provenance

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

v9.12.1

1 finding
LOW No provenance attestation provenance

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

v9.12.0

1 finding
LOW No provenance attestation provenance

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

v9.11.0

1 finding
LOW No provenance attestation provenance

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

v9.10.3

1 finding
LOW No provenance attestation provenance

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

v9.10.2

1 finding
LOW No provenance attestation provenance

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

v9.10.1

1 finding
LOW No provenance attestation provenance

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

v9.10.0

1 finding
LOW No provenance attestation provenance

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

v9.9.4

1 finding
LOW No provenance attestation provenance

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

v9.9.3

1 finding
LOW No provenance attestation provenance

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

v9.9.2

1 finding
LOW No provenance attestation provenance

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

v9.9.1

1 finding
LOW No provenance attestation provenance

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

v9.9.0

1 finding
LOW No provenance attestation provenance

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

v9.8.2

1 finding
LOW No provenance attestation provenance

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

v9.8.1

1 finding
LOW No provenance attestation provenance

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

v9.8.0

1 finding
LOW No provenance attestation provenance

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

v9.7.0

1 finding
LOW No provenance attestation provenance

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

v9.6.1

1 finding
LOW No provenance attestation provenance

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

v9.6.0

1 finding
LOW No provenance attestation provenance

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

v9.5.0

1 finding
LOW No provenance attestation provenance

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

v9.4.1

1 finding
LOW No provenance attestation provenance

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

v9.4.0

1 finding
LOW No provenance attestation provenance

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

v9.2.0

1 finding
LOW No provenance attestation provenance

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

v9.1.0

1 finding
LOW No provenance attestation provenance

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

v9.0.0

1 finding
LOW No provenance attestation provenance

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

v8.0.1

1 finding
LOW No provenance attestation provenance

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

v8.0.0

1 finding
LOW No provenance attestation provenance

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

v7.1.0

1 finding
LOW No provenance attestation provenance

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

v7.0.1

1 finding
LOW No provenance attestation provenance

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

v6.0.0

1 finding
LOW No provenance attestation provenance

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

v5.0.0

1 finding
LOW No provenance attestation provenance

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

v4.0.0

1 finding
LOW No provenance attestation provenance

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

v3.1.1

1 finding
LOW No provenance attestation provenance

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

v3.1.0

1 finding
LOW No provenance attestation provenance

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

v3.0.0

1 finding
LOW No provenance attestation provenance

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

v2.2.1

1 finding
LOW No provenance attestation provenance

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

v2.2.0

1 finding
LOW No provenance attestation provenance

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

v2.1.0

1 finding
LOW No provenance attestation provenance

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

v2.0.0

1 finding
LOW No provenance attestation provenance

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

v1.135.0

1 finding
LOW No provenance attestation provenance

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

v1.134.5

1 finding
LOW No provenance attestation provenance

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

v1.134.4

1 finding
LOW No provenance attestation provenance

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

v1.134.3

1 finding
LOW No provenance attestation provenance

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

v1.134.2

1 finding
LOW No provenance attestation provenance

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

v1.134.1

1 finding
LOW No provenance attestation provenance

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

v1.134.0

1 finding
LOW No provenance attestation provenance

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

v1.133.2

1 finding
LOW No provenance attestation provenance

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

v1.133.1

1 finding
LOW No provenance attestation provenance

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

v1.133.0

1 finding
LOW No provenance attestation provenance

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

v1.131.3

1 finding
LOW No provenance attestation provenance

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

v1.131.2

1 finding
LOW No provenance attestation provenance

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

v1.131.0

1 finding
LOW No provenance attestation provenance

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

v1.130.2

1 finding
LOW No provenance attestation provenance

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

v1.130.1

1 finding
LOW No provenance attestation provenance

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

v1.130.0

1 finding
LOW No provenance attestation provenance

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

v1.129.1

1 finding
LOW No provenance attestation provenance

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

v1.129.0

1 finding
LOW No provenance attestation provenance

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

v1.128.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.127.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.126.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.