← Home

@parall/codex-agent

Codex CLI bridge runtime for self-hosted Parall agents

27
Versions
MIT
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

m1heng

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): Agent/CLI bridge intentionally passes full env to child processes; stable pattern for this package. ai
phantom-deps phantom-dep:@parall/cli AI (phantom-deps): @parall/cli is same-org dep; likely used indirectly via re-exports or peer usage, not a real phantom. ai

Versions (showing 27 of 27)

Version Deps Published
1.32.0 4 / 2
1.31.0 4 / 2
1.30.0 4 / 2
1.29.3 4 / 2
1.29.2 4 / 2
1.29.1 4 / 2
1.29.0 4 / 2
1.28.1 4 / 2
1.28.0 4 / 2
1.27.0 4 / 2
1.26.3 4 / 2
1.26.2 4 / 2
1.26.1 4 / 2
1.26.0 3 / 2
1.25.0 3 / 2
1.24.0 3 / 2
1.23.0 3 / 2
1.22.0 3 / 2
1.21.0 3 / 2
1.20.2 3 / 2
1.20.1 3 / 2
1.20.0 3 / 2
1.19.0 3 / 2
1.18.3 3 / 2
1.18.2 3 / 2
1.18.1 3 / 2
1.18.0 3 / 2

v1.32.0

1 finding
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.3

1 finding
LOW No provenance attestation provenance

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

v1.29.2

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. Consider requesting the maintainer enable provenance via CI/CD.

v1.27.0

1 finding
LOW No provenance attestation provenance

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

v1.26.3

1 finding
LOW No provenance attestation provenance

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

v1.26.2

1 finding
LOW No provenance attestation provenance

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

v1.26.1

1 finding
LOW No provenance attestation provenance

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

v1.26.0

1 finding
LOW No provenance attestation provenance

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

v1.25.0

3 findings
HIGH env-spread: src/dispatch.ts:337 semgrep

Spreading entire process.env into an object — may capture all secrets 335 | // tooling for users who set a custom CODEX_HOME pointing somewhere 336 | // other than their shell home. > 337 | const env = { 338 | ...process.env, 339 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:548 semgrep

Spreading entire process.env into an object — may capture all secrets 546 | // Not inside a repo — fall through to init. 547 | } > 548 | const env = { 549 | ...process.env, 550 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:337 semgrep

Spreading entire process.env into an object — may capture all secrets 335 | // tooling for users who set a custom CODEX_HOME pointing somewhere 336 | // other than their shell home. > 337 | const env = { 338 | ...process.env, 339 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:548 semgrep

Spreading entire process.env into an object — may capture all secrets 546 | // Not inside a repo — fall through to init. 547 | } > 548 | const env = { 549 | ...process.env, 550 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:530 semgrep

Spreading entire process.env into an object — may capture all secrets 528 | // Not inside a repo — fall through to init. 529 | } > 530 | const env = { 531 | ...process.env, 532 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:530 semgrep

Spreading entire process.env into an object — may capture all secrets 528 | // Not inside a repo — fall through to init. 529 | } > 530 | const env = { 531 | ...process.env, 532 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:530 semgrep

Spreading entire process.env into an object — may capture all secrets 528 | // Not inside a repo — fall through to init. 529 | } > 530 | const env = { 531 | ...process.env, 532 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:530 semgrep

Spreading entire process.env into an object — may capture all secrets 528 | // Not inside a repo — fall through to init. 529 | } > 530 | const env = { 531 | ...process.env, 532 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:530 semgrep

Spreading entire process.env into an object — may capture all secrets 528 | // Not inside a repo — fall through to init. 529 | } > 530 | const env = { 531 | ...process.env, 532 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:530 semgrep

Spreading entire process.env into an object — may capture all secrets 528 | // Not inside a repo — fall through to init. 529 | } > 530 | const env = { 531 | ...process.env, 532 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:530 semgrep

Spreading entire process.env into an object — may capture all secrets 528 | // Not inside a repo — fall through to init. 529 | } > 530 | const env = { 531 | ...process.env, 532 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:530 semgrep

Spreading entire process.env into an object — may capture all secrets 528 | // Not inside a repo — fall through to init. 529 | } > 530 | const env = { 531 | ...process.env, 532 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:522 semgrep

Spreading entire process.env into an object — may capture all secrets 520 | // Not inside a repo — fall through to init. 521 | } > 522 | const env = { 523 | ...process.env, 524 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:521 semgrep

Spreading entire process.env into an object — may capture all secrets 519 | // Not inside a repo — fall through to init. 520 | } > 521 | const env = { 522 | ...process.env, 523 | GIT_AUTHOR_NAME: "parall-codex-agent",

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

3 findings
HIGH env-spread: src/dispatch.ts:310 semgrep

Spreading entire process.env into an object — may capture all secrets 308 | // tooling for users who set a custom CODEX_HOME pointing somewhere 309 | // other than their shell home. > 310 | const env = { 311 | ...process.env, 312 | CODEX_HOME: this.opts.codexHome,

HIGH env-spread: src/dispatch.ts:521 semgrep

Spreading entire process.env into an object — may capture all secrets 519 | // Not inside a repo — fall through to init. 520 | } > 521 | const env = { 522 | ...process.env, 523 | GIT_AUTHOR_NAME: "parall-codex-agent",

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.