zed-globalization
The package installs a pre-built binary from a GitHub release, which is a supply-chain risk if the maintainer's account is compromised, but the source is from a plausible project host (GitHub) and the checksums are verified, limiting the risk to low.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a pre-built binary from a GitHub release, which is a supply-chain risk if the maintainer's account is compromised, but the source is from a plausible project host (GitHub) and the checksums are verified, limiting the risk to low.
PKGBUILD
pkgname=zed-globalization
pkgver=1.18.1
pkgrel=2
pkgdesc="Zed editor with globalization support (pre-built binary)"
arch=('x86_64' 'aarch64')
url="https://github.com/x6nux/zed-globalization"
license=('AGPL-3.0-or-later' 'Apache-2.0' 'GPL-3.0-or-later')
provides=('zedg' 'zed')
conflicts=('zedg' 'zed')
options=('!debug')
#source_x86_64=("https://github.com/x6nux/zed-globalization/releases/download/v${pkgver}/zedg-zh-cn-linux-x86_64-v${pkgver}.tar.gz")
#source_aarch64=("https://github.com/x6nux/zed-globalization/releases/download/v${pkgver}/zedg-zh-cn-linux-aarch64-v${pkgver}.tar.gz")
source_x86_64=("https://github.com/x6nux/zed-globalization/releases/download/v1.18.1.1/zedg-zh-cn-linux-x86_64-v1.18.1.tar.gz")
source_aarch64=("https://github.com/x6nux/zed-globalization/releases/download/v1.18.1.1/zedg-zh-cn-linux-aarch64-v1.18.1.tar.gz")
sha256sums_x86_64=('33cb65f6e58529fe254f3d144b840a0c18dada9fd43f843c90f1b6882622e11b')
sha256sums_aarch64=('add9d8af05e38f156cbc091023bfe5423519364670e20db36b13496ebf41cc5c')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/"
chmod 755 "${pkgdir}/usr/bin/zedg"
rm -f "${pkgdir}/usr/bin/zed"
mv "${pkgdir}/usr/share/applications/zedg.desktop" "${pkgdir}/usr/share/applications/dev.zed.Zed.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 05:18:57 | Low | 2 |
| 2026-09-09 03:18:52 | Low | 2 |