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
4
pkgname=navicat17-premium-zh-cn
5
pkgver=17.3.10
6
pkgrel=1
7
pkgdesc="Navicat Premium is a multi-connection database development tool. (Chinese Simplified)"
8
arch=('x86_64' 'aarch64')
9
url='https://www.navicat.com.cn/products/navicat-premium'
10
license=('LicenseRef-Navicat')
11
depends=('fontconfig' 'freetype2' 'hicolor-icon-theme')
12
conflicts=('navicat' 'navicat-premium' 'navicat17-premium')
13
provides=("navicat=$pkgver")
14
source=("navicat.sh")
15
source_x86_64=("${_pkgname}-x86_64-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-premium-cs-x86_64.AppImage")
16
source_aarch64=("${_pkgname}-aarch64-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-premium-cs-aarch64.AppImage")
17
18
b2sums=('7c5ff753c2800d2dc7b0194d7ee5b4ac0b2e9d056fb69205e52b0c3e3c50d2335caaeca6ff9a3f41bd22d89e9f3c320dbbbacf965608a4d3e94d7bded942cf85')
19
b2sums_x86_64=('c633020961f2fabe7a37f5998f41644ec425010d98ef75ae42bce0e3cbd7488691b93740f1123c12a4a28cd65022f596bc5fb3c0bd3dd1acdf040cb29d53489f')
20
b2sums_aarch64=('a0891e62a0d9fa4613afc21e5fd2d91020a48723cc1993ca5fa8827abd362d601463e7eab446ed8ff5f56abe9c8a7276f7a63808f97b5a4171cdbf71bc3897c5')
21
22
options=('!strip' '!debug')
23
24
prepare() {
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
30
package() {
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) | 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 |