@nextclaw/channel-plugin-feishu
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 |
|---|---|---|---|---|
| bogus-package | bogus-package | AI (bogus-package): Small scoped plugin in active @nextclaw ecosystem; sparse metadata is consistent with internal/plugin packages. | ai | |
| semgrep | semgrep:etc-passwd-access | AI (semgrep): Reference is in a test asserting the function rejects path traversal — not credential harvesting. | ai | |
| semgrep | semgrep:shady-links-raw-ip | AI (semgrep): 127.0.0.1 used in a test helper for a local server — not an exfiltration endpoint. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Decoding base64 image data into a buffer for docx processing — standard pattern, no obfuscation. | ai |
Versions (showing 44 of 44)
| Version | Deps | Published |
|---|---|---|
| 0.2.32 | 4 / 0 | |
| 0.2.31 | 4 / 0 | |
| 0.2.30 | 4 / 0 | |
| 0.2.29 | 4 / 0 | |
| 0.2.28 | 4 / 0 | |
| 0.2.27 | 4 / 0 | |
| 0.2.26 | 4 / 0 | |
| 0.2.25 | 4 / 0 | |
| 0.2.24 | 4 / 0 | |
| 0.2.23 | 4 / 0 | |
| 0.2.22 | 4 / 0 | |
| 0.2.21 | 4 / 0 | |
| 0.2.20 | 4 / 0 | |
| 0.2.19 | 4 / 0 | |
| 0.2.18 | 4 / 0 | |
| 0.2.17 | 4 / 0 | |
| 0.2.16 | 4 / 0 | |
| 0.2.15 | 4 / 0 | |
| 0.2.14 | 5 / 0 | |
| 0.2.13 | 1 / 0 | |
| 0.2.12 | 1 / 0 | |
| 0.2.11 | 1 / 0 | |
| 0.2.10 | 1 / 0 | |
| 0.2.8 | 1 / 0 | |
| 0.2.7 | 1 / 0 | |
| 0.2.6 | 1 / 0 | |
| 0.2.5 | 1 / 0 | |
| 0.2.4 | 1 / 0 | |
| 0.2.3 | 1 / 0 | |
| 0.2.2 | 1 / 0 | |
| 0.2.1 | 1 / 0 | |
| 0.2.0 | 1 / 0 | |
| 0.1.12 | 1 / 0 | |
| 0.1.11 | 1 / 0 | |
| 0.1.10 | 1 / 0 | |
| 0.1.9 | 1 / 0 | |
| 0.1.8 | 1 / 0 | |
| 0.1.7 | 1 / 0 | |
| 0.1.6 | 1 / 0 | |
| 0.1.5 | 1 / 0 | |
| 0.1.4 | 1 / 0 | |
| 0.1.2 | 1 / 0 | |
| 0.1.1 | 1 / 0 | |
| 0.1.0 | 1 / 0 |
v0.2.32
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.2.31
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.2.30
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.2.29
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.2.28
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 8 | 9 | it("rejects traversal and path separator patterns", () => { > 10 | expect(normalizeFeishuExternalKey("../etc/passwd")).toBeUndefined(); 11 | expect(normalizeFeishuExternalKey("a/../../b")).toBeUndefined(); 12 | expect(normalizeFeishuExternalKey("a\\..\\b")).toBeUndefined();
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.27
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 8 | 9 | it("rejects traversal and path separator patterns", () => { > 10 | expect(normalizeFeishuExternalKey("../etc/passwd")).toBeUndefined(); 11 | expect(normalizeFeishuExternalKey("a/../../b")).toBeUndefined(); 12 | expect(normalizeFeishuExternalKey("a\\..\\b")).toBeUndefined();
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.26
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 8 | 9 | it("rejects traversal and path separator patterns", () => { > 10 | expect(normalizeFeishuExternalKey("../etc/passwd")).toBeUndefined(); 11 | expect(normalizeFeishuExternalKey("a/../../b")).toBeUndefined(); 12 | expect(normalizeFeishuExternalKey("a\\..\\b")).toBeUndefined();
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.25
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 8 | 9 | it("rejects traversal and path separator patterns", () => { > 10 | expect(normalizeFeishuExternalKey("../etc/passwd")).toBeUndefined(); 11 | expect(normalizeFeishuExternalKey("a/../../b")).toBeUndefined(); 12 | expect(normalizeFeishuExternalKey("a\\..\\b")).toBeUndefined();
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.24
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 8 | 9 | it("rejects traversal and path separator patterns", () => { > 10 | expect(normalizeFeishuExternalKey("../etc/passwd")).toBeUndefined(); 11 | expect(normalizeFeishuExternalKey("a/../../b")).toBeUndefined(); 12 | expect(normalizeFeishuExternalKey("a\\..\\b")).toBeUndefined();
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.23
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.22
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.21
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.20
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.19
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.18
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.17
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.16
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.15
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.14
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.13
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.12
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.11
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.10
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.8
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.7
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.6
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.5
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.4
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.3
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.2
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.12
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.11
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.10
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.9
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.8
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.7
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.6
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.5
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.4
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.2
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.