goby-community
This PKGBUILD downloads a prebuilt binary ZIP from an Aliyun OSS bucket (goby-storage-public.oss-cn-beijing.aliyuncs.com), which is the project's own CDN/storage host for Goby Community Edition — a legitimate network security scanning tool. The source is checksummed with sha256sums, which provides some integrity guarantee. However, the binary is not from a canonical, verifiable upstream release page (e.g., GitHub releases), and the host is a cloud storage bucket that could be modified without notice. More critically, the package installs a prebuilt Electron/Go binary and then uses setcap to grant CAP_NET_RAW+eip and CAP_NET_ADMIN+eip capabilities to goby-cmd-linux — a raw binary from a non-standard host with elevated network capabilities is a genuine supply-chain concern. Additionally, chmod -R ugo+rwX on the entire install directory is sloppy. The combination of an unverifiable prebuilt binary host plus elevated Linux capabilities (not just execution but privileged network access) justifies a medium rating rather than clean.
Triggered rules
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:14
"https://$_pkgname-storage-public.oss-cn-beijing.aliyuncs.com/$pkgver/$_pkgname-linux-x64-$pkgver-Community.zip"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt binary ZIP from an Aliyun OSS bucket (goby-storage-public.oss-cn-beijing.aliyuncs.com), which is the project's own CDN/storage host for Goby Community Edition — a legitimate network security scanning tool. The source is checksummed with sha256sums, which provides some integrity guarantee. However, the binary is not from a canonical, verifiable upstream release page (e.g., GitHub releases), and the host is a cloud storage bucket that could be modified without notice. More critically, the package installs a prebuilt Electron/Go binary and then uses setcap to grant CAP_NET_RAW+eip and CAP_NET_ADMIN+eip capabilities to goby-cmd-linux — a raw binary from a non-standard host with elevated network capabilities is a genuine supply-chain concern. Additionally, chmod -R ugo+rwX on the entire install directory is sloppy. The combination of an unverifiable prebuilt binary host plus elevated Linux capabilities (not just execution but privileged network access) justifies a medium rating rather than clean.
PKGBUILD
1 offending line(s) highlighted# Maintainer: ShoreNinth <shoreninth@outlook.com>
_pkgname=goby
pkgname=goby-community
pkgver=2.9.25
pkgrel=1
pkgdesc="Goby 社区版 | Goby Community Edition"
arch=("x86_64")
url="https://gobies.org/"
license=('unknown')
options=("!strip" "!debug")
depends=("gtk3")
source=(
"https://$_pkgname-storage-public.oss-cn-beijing.aliyuncs.com/$pkgver/$_pkgname-linux-x64-$pkgver-Community.zip"
"$pkgname.desktop"
"$pkgname.png"
)
sha256sums=(
'6363fede20d96e418738c09713eba3da5986e54208df3ece64053ea3c7e1a1c0'
'0624f9c1aa7377ccb5bd6b6a54a3dbea3cdd1a1e838a154c73bd01d22ff5fc3f'
'11e10dc114bd6cd8ecfe018b277798f1c7727f113c15ebc09090682f8575bb1f'
)
prepare() {
cd "${srcdir}"
bsdtar -xpf $_pkgname-linux-x64-$pkgver-Community.zip
}
package() {
install -d $pkgdir/{opt/$pkgname,usr/bin}
mv ./$_pkgname-linux-x64-$pkgver/* $pkgdir/opt/$pkgname
ln -s /opt/$pkgname/goby $pkgdir/usr/bin/$pkgname
ln -s /opt/$pkgname/goby/golib/goby-cmd-linux $pkgdir/usr/bin/$pkgname-cmd
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
chmod -R ugo+rwX $pkgdir/opt/$pkgname
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' $pkgdir/opt/$pkgname/golib/goby-cmd-linux
note "可使用goby-community-cmd启动goby-cmd"
note "Use goby-cmd by running goby-community-cmd"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |