navicat17-premium-zh-cn

maintainer logan_reed · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads prebuilt AppImages from the official Navicat download domain, which is plausibly the project's own release infrastructure; despite the static analyzer flag for a non-standard host, the source is verifiable via b2sums and the AppImage is from the vendor's official domain, making it a low-risk supply chain.

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 prebuilt AppImages from the official Navicat download domain, which is plausibly the project's own release infrastructure; despite the static analyzer flag for a non-standard host, the source is verifiable via b2sums and the AppImage is from the vendor's official domain, making it a low-risk supply chain.

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:15 source_x86_64=("${_pkgname}-x86_64-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-premium-cs-x86_64.AppImage")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: logan_reed <liulingzhang.work@icloud.com>
2
3_pkgname=navicat17-premium-cs
4pkgname=navicat17-premium-zh-cn
5pkgver=17.3.10
6pkgrel=1
7pkgdesc="Navicat Premium is a multi-connection database development tool. (Chinese Simplified)"
8arch=('x86_64' 'aarch64')
9url='https://www.navicat.com.cn/products/navicat-premium'
10license=('LicenseRef-Navicat')
11depends=('fontconfig' 'freetype2' 'hicolor-icon-theme')
12conflicts=('navicat' 'navicat-premium' 'navicat17-premium')
13provides=("navicat=$pkgver")
14source=("navicat.sh")
15source_x86_64=("${_pkgname}-x86_64-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-premium-cs-x86_64.AppImage")
16source_aarch64=("${_pkgname}-aarch64-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-premium-cs-aarch64.AppImage")
17
18b2sums=('7c5ff753c2800d2dc7b0194d7ee5b4ac0b2e9d056fb69205e52b0c3e3c50d2335caaeca6ff9a3f41bd22d89e9f3c320dbbbacf965608a4d3e94d7bded942cf85')
19b2sums_x86_64=('c633020961f2fabe7a37f5998f41644ec425010d98ef75ae42bce0e3cbd7488691b93740f1123c12a4a28cd65022f596bc5fb3c0bd3dd1acdf040cb29d53489f')
20b2sums_aarch64=('a0891e62a0d9fa4613afc21e5fd2d91020a48723cc1993ca5fa8827abd362d601463e7eab446ed8ff5f56abe9c8a7276f7a63808f97b5a4171cdbf71bc3897c5')
21
22options=('!strip' '!debug')
23
24prepare() {
25 cd "${srcdir}/" && rm -rf "squashfs-root"
26 chmod +x "${srcdir}/${_pkgname}-${CARCH}-${pkgver}.AppImage"
27 "${srcdir}/${_pkgname}-${CARCH}-${pkgver}.AppImage" --appimage-extract
28}
29
30package() {
31 install -d "${pkgdir}/opt/${_pkgname}"
32 cp -a "${srcdir}/squashfs-root/." "${pkgdir}/opt/${_pkgname}/"
33
34 # Desktop entry
35 install -Dm644 "squashfs-root/navicat.desktop" \
36 "${pkgdir}/usr/share/applications/navicat.desktop"
37 sed -i 's|Icon=.*|Icon=navicat-icon|' "${pkgdir}/usr/share/applications/navicat.desktop"
38
39 # Icon
40 install -Dm644 "squashfs-root/navicat-icon.png" \
41 "${pkgdir}/usr/share/icons/hicolor/256x256/apps/navicat-icon.png"
42
43 # Launcher
44 install -Dm755 "${srcdir}/navicat.sh" "${pkgdir}/usr/bin/navicat"
45
46 # Remove Debian copyright files
47 rm -rf "${pkgdir}/opt/${_pkgname}/usr/share/doc"
48 rm -rf "${pkgdir}/opt/${_pkgname}/share/doc"
49}
50

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