gonavi-bin
maintainer Aloys23
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
MEDIUM
source=() URL on a non-standard host
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
1
# Maintainer: Aloys23 <aloys23@duck.com>
2
_pkgname=gonavi
3
pkgname=${_pkgname}-bin
4
pkgver=0.7.3
5
pkgrel=1
6
pkgdesc="A Modern Lightweight Database Client built with Wails (Go) and React"
7
arch=('x86_64')
8
url="https://github.com/Syngnat/GoNavi"
9
license=('Apache-2.0')
10
11
# 使用现代依赖:webkit2gtk-4.1
12
depends=('gtk3' 'webkit2gtk-4.1')
13
14
provides=("$_pkgname")
15
conflicts=("$_pkgname")
16
17
# 更新为 WebKit41 版本的下载链接
18
source=(
19
"https://github.com/Syngnat/GoNavi/releases/download/v${pkgver}/GoNavi-${pkgver}-Linux-Amd64-WebKit41.tar.gz"
20
"${_pkgname}.svg::https://cdn.jsdelivr.net/gh/Syngnat/GoNavi@dev/logo.svg"
21
)
22
sha256sums=('8af28b36884f1a6e76ef307793449b857062a3d01c09a024061dd93c6590ef27'
23
'e3a90ddc5ebd2e43239206308f13452ea59c6bc89aa461a61c3c1d84d856d04d')
24
25
package() {
26
27
install -Dm755 "${srcdir}/gonavi-build-linux-amd64"* "${pkgdir}/usr/bin/${_pkgname}"
28
29
# 安装应用的矢量图标到系统图标库
30
install -Dm644 "${srcdir}/${_pkgname}.svg" "${pkgdir}/usr/share/pixmaps/${_pkgname}.svg"
31
32
# 创建带有图标的桌面快捷方式 (Desktop Entry)
33
install -dm755 "${pkgdir}/usr/share/applications"
34
cat <<EOF > "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
35
[Desktop Entry]
36
Name=GoNavi
37
Comment=Modern Lightweight Database Client
38
Exec=${_pkgname}
39
Icon=${_pkgname}
40
Terminal=false
41
Type=Application
42
Categories=Development;Database;Utility;
43
EOF
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |