gonavi-bin

LOW
maintainer Aloys23 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=${_pkgname}-bin
4pkgver=0.7.3
5pkgrel=1
6pkgdesc="A Modern Lightweight Database Client built with Wails (Go) and React"
7arch=('x86_64')
8url="https://github.com/Syngnat/GoNavi"
9license=('Apache-2.0')
10
11# 使用现代依赖:webkit2gtk-4.1
12depends=('gtk3' 'webkit2gtk-4.1')
13
14provides=("$_pkgname")
15conflicts=("$_pkgname")
16
17# 更新为 WebKit41 版本的下载链接
18source=(
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)
22sha256sums=('8af28b36884f1a6e76ef307793449b857062a3d01c09a024061dd93c6590ef27'
23 'e3a90ddc5ebd2e43239206308f13452ea59c6bc89aa461a61c3c1d84d856d04d')
24
25package() {
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]
36Name=GoNavi
37Comment=Modern Lightweight Database Client
38Exec=${_pkgname}
39Icon=${_pkgname}
40Terminal=false
41Type=Application
42Categories=Development;Database;Utility;
43EOF
44}
45

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion