gonavi-bin
The package downloads a prebuilt binary and an icon from GitHub and jsDelivr, both plausible project-owned sources; the binary is installed directly, but these hosts are commonly used for legitimate releases and the worst case of a swap is limited to code execution from a trusted project's release infrastructure.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary and an icon from GitHub and jsDelivr, both plausible project-owned sources; the binary is installed directly, but these hosts are commonly used for legitimate releases and the worst case of a swap is limited to code execution from a trusted project's release infrastructure.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:20
"${_pkgname}.svg::https://cdn.jsdelivr.net/gh/Syngnat/GoNavi@dev/logo.svg"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Aloys23 <aloys23@duck.com>
_pkgname=gonavi
pkgname=${_pkgname}-bin
pkgver=0.7.3
pkgrel=1
pkgdesc="A Modern Lightweight Database Client built with Wails (Go) and React"
arch=('x86_64')
url="https://github.com/Syngnat/GoNavi"
license=('Apache-2.0')
# 使用现代依赖:webkit2gtk-4.1
depends=('gtk3' 'webkit2gtk-4.1')
provides=("$_pkgname")
conflicts=("$_pkgname")
# 更新为 WebKit41 版本的下载链接
source=(
"https://github.com/Syngnat/GoNavi/releases/download/v${pkgver}/GoNavi-${pkgver}-Linux-Amd64-WebKit41.tar.gz"
"${_pkgname}.svg::https://cdn.jsdelivr.net/gh/Syngnat/GoNavi@dev/logo.svg"
)
sha256sums=('8af28b36884f1a6e76ef307793449b857062a3d01c09a024061dd93c6590ef27'
'e3a90ddc5ebd2e43239206308f13452ea59c6bc89aa461a61c3c1d84d856d04d')
package() {
install -Dm755 "${srcdir}/gonavi-build-linux-amd64"* "${pkgdir}/usr/bin/${_pkgname}"
# 安装应用的矢量图标到系统图标库
install -Dm644 "${srcdir}/${_pkgname}.svg" "${pkgdir}/usr/share/pixmaps/${_pkgname}.svg"
# 创建带有图标的桌面快捷方式 (Desktop Entry)
install -dm755 "${pkgdir}/usr/share/applications"
cat <<EOF > "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
[Desktop Entry]
Name=GoNavi
Comment=Modern Lightweight Database Client
Exec=${_pkgname}
Icon=${_pkgname}
Terminal=false
Type=Application
Categories=Development;Database;Utility;
EOF
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |