@n8n-as-code/n8nac
OpenClaw plugin for n8n-as-code — create and manage n8n workflows from OpenClaw
Supply chain provenance
Status for the latest visible version.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): Idiomatic child-process env passthrough; not an exfiltration risk for this CLI tool. | ai | |
| semgrep | semgrep:env-bulk-read | AI (semgrep): Pattern is a secret-filtering utility in child-env.ts; reads env to sanitize/forward, not exfiltrate. | ai |
Versions (showing 9 of 9)
| Version | Deps | Published |
|---|---|---|
| 2026.5.0 | 2 / 4 | |
| 2026.4.1 | 2 / 4 | |
| 2026.4.0 | 2 / 4 | |
| 2026.3.1 | 2 / 4 | |
| 2.1.4 | 2 / 4 | |
| 2.1.3 | 2 / 4 | |
| 2.1.2 | 2 / 4 | |
| 2.1.1 | 2 / 4 | |
| 2.1.0 | 2 / 4 |
v2026.5.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2026.4.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2026.4.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2026.3.1
3 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/EtienneLescot/n8n-as-code/blob/eff6c6a121cfad9cc5fd0316722ed8c7a0591f47/src/cli.ts#L34 32 | const baseOptions = { 33 | cwd: opts.cwd, > 34 | env: { ...process.env, ...opts.env }, 35 | }; 36 |
Spreading entire process.env into an object — may capture all secrets Source: https://github.com/EtienneLescot/n8n-as-code/blob/eff6c6a121cfad9cc5fd0316722ed8c7a0591f47/src/tool.ts#L108 106 | const child = spawn("npx", ["--yes", "n8nac", ...args], { 107 | cwd, > 108 | env: { ...process.env, ...env }, 109 | stdio: "pipe", 110 | });
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v2.1.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.1.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.1.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.1.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.1.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.