← Home

@celilo/event-bus

6
Versions
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures No source commit

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

peba2

Keywords

celilosqlitepubsubeventsbusqueue

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): Intentional env forwarding to subprocess handlers in a pub/sub dispatcher; not a secret-leaking pattern in this context. ai

Versions (showing 6 of 6)

Version Deps Published
0.1.5 1 / 2
0.1.4 1 / 2
0.1.3 1 / 2
0.1.2 1 / 2
0.1.1 1 / 2
0.1.0 1 / 2

v0.1.5

1 finding
LOW No provenance attestation provenance

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

v0.1.4

2 findings
HIGH env-spread: src/dispatcher.ts:205 semgrep

Spreading entire process.env into an object — may capture all secrets 203 | const proc = Bun.spawn({ 204 | cmd: parseCommand(claim.handler).concat([String(claim.event_id)]), > 205 | env: { 206 | ...process.env, 207 | EVENT_ID: String(claim.event_id),

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.

v0.1.3

2 findings
HIGH env-spread: src/dispatcher.ts:205 semgrep

Spreading entire process.env into an object — may capture all secrets 203 | const proc = Bun.spawn({ 204 | cmd: parseCommand(claim.handler).concat([String(claim.event_id)]), > 205 | env: { 206 | ...process.env, 207 | EVENT_ID: String(claim.event_id),

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.

v0.1.2

2 findings
HIGH env-spread: src/dispatcher.ts:205 semgrep

Spreading entire process.env into an object — may capture all secrets 203 | const proc = Bun.spawn({ 204 | cmd: parseCommand(claim.handler).concat([String(claim.event_id)]), > 205 | env: { 206 | ...process.env, 207 | EVENT_ID: String(claim.event_id),

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.

v0.1.1

2 findings
HIGH env-spread: src/dispatcher.ts:205 semgrep

Spreading entire process.env into an object — may capture all secrets 203 | const proc = Bun.spawn({ 204 | cmd: parseCommand(claim.handler).concat([String(claim.event_id)]), > 205 | env: { 206 | ...process.env, 207 | EVENT_ID: String(claim.event_id),

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.

v0.1.0

2 findings
HIGH env-spread: src/dispatcher.ts:205 semgrep

Spreading entire process.env into an object — may capture all secrets 203 | const proc = Bun.spawn({ 204 | cmd: parseCommand(claim.handler).concat([String(claim.event_id)]), > 205 | env: { 206 | ...process.env, 207 | EVENT_ID: String(claim.event_id),

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.