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
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-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

Report a package

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

0 / 4000
Your suggestion