navicat17-premium-zh-cn

LOW
maintainer logan_reed 1 votes scanned 2026-09-17 00:27:14.276658
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-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