@brycehuang/openclaw-lark
OpenClaw Lark/Feishu channel plugin
Supply chain provenance
Status for the latest visible version.
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
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): env spread used to pass environment to child process in CLI wrapper; standard pattern, not exfiltration. | ai |
Versions (showing 6 of 6)
| Version | Deps | Published |
|---|---|---|
| 2026.4.12 | 8 / 17 | |
| 2026.4.11 | 8 / 17 | |
| 2026.4.10 | 8 / 17 | |
| 2026.4.9 | 8 / 17 | |
| 2026.4.3 | 8 / 17 | |
| 2026.4.2 | 4 / 16 |
v2026.4.12
2 findingsSpreading entire process.env into an object — may capture all secrets 27 | execFileSync(process.execPath, [npxCli, ...allArgs], { 28 | stdio: 'inherit', > 29 | env: { 30 | ...process.env, 31 | NODE_OPTIONS: [process.env.NODE_OPTIONS, '--disable-warning=DEP0190'].filter(Boolean).join(' '),
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v2026.4.10
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v2026.4.9
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v2026.4.3
2 findingsSpreading entire process.env into an object — may capture all secrets 27 | execFileSync(process.execPath, [npxCli, ...allArgs], { 28 | stdio: 'inherit', > 29 | env: { 30 | ...process.env, 31 | NODE_OPTIONS: [process.env.NODE_OPTIONS, '--disable-warning=DEP0190'].filter(Boolean).join(' '),
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v2026.4.2
2 findingsSpreading entire process.env into an object — may capture all secrets 27 | execFileSync(process.execPath, [npxCli, ...allArgs], { 28 | stdio: 'inherit', > 29 | env: { 30 | ...process.env, 31 | NODE_OPTIONS: [process.env.NODE_OPTIONS, '--disable-warning=DEP0190'].filter(Boolean).join(' '),
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.