navicat-premium-lite-zh-cn

maintainer everyx · 1 votes · base navicat-premium-lite · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads official AppImage binaries from the vendor's own domain (navicat.com), which is plausibly legitimate despite not being on a standard whitelist; the binaries are not obfuscated or maliciously repurposed, and the build process only extracts and installs them in standard locations.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads official AppImage binaries from the vendor's own domain (navicat.com), which is plausibly legitimate despite not being on a standard whitelist; the binaries are not obfuscated or maliciously repurposed, and the build process only extracts and installs them in standard locations.

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:11 "${pkgbase}-en-x86_64-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-premium-lite-en-x86_64.AppImage"

PKGBUILD

1 offending line(s) highlighted
1pkgbase=navicat-premium-lite
2pkgname=("${pkgbase}-en" "${pkgbase}-zh-cn")
3pkgver=17.3.10
4pkgrel=1
5pkgdesc="Navicat Premium Lite"
6arch=('x86_64')
7url="https://www.navicat.com/products/navicat-premium-lite"
8license=('proprietary')
9dependencies=('systemd-libs')
10source_x86_64=(
11 "${pkgbase}-en-x86_64-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-premium-lite-en-x86_64.AppImage"
12 "${pkgbase}-cs-x86_64-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-premium-lite-cs-x86_64.AppImage"
13)
14sha256sums_x86_64=('37116265c9ce389e1d804cbf9a35deb4c76221ebf134fcf015aa63f141e9f399'
15 '97519ae417f4431756c28d46611fc191321874783b536395758c57b31062060d')
16
17_package() {
18 _lang=$1
19 _app="${pkgbase}-${_lang}-${CARCH}-${pkgver}.AppImage"
20
21 cd "$srcdir/" && rm -rf "squashfs-root"
22 chmod +x "${_app}" && ./"${_app}" --appimage-extract
23
24 _pkgroot="opt/${pkgbase}"
25 _pkgroot_path="${pkgdir}/${_pkgroot}"
26 install -d "${_pkgroot_path}" && cp -a "${srcdir}/squashfs-root/." "${_pkgroot_path}"
27 install -Dm644 "${srcdir}/squashfs-root/usr/share/applications/navicat.desktop" "${pkgdir}/usr/share/applications/navicat.desktop"
28 install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/256x256/apps/navicat-icon.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/navicat-icon.png"
29 install -dm755 "${pkgdir}/usr/bin" && ln -s "/${_pkgroot}/AppRun" "${pkgdir}/usr/bin/navicat"
30
31 # workaround for libsystemd.so.0: version `LIBSYSTEMD_251' not found
32 rm "${_pkgroot_path}"/usr/lib/libsystemd.so.0
33}
34
35package_navicat-premium-lite-en() {
36 pkgdesc='Navicat Premium Lite is a compact version of Navicat'
37 provides=("${pkgbase}")
38
39 _package en
40}
41
42package_navicat-premium-lite-zh-cn() {
43 pkgdesc="Navicat Premium Lite 是 Navicat 的精简版"
44 provides=("${pkgbase}" "${pkgbase}-cs")
45
46 _package cs
47}
48

Changes since previous scan

--- PKGBUILD @ 2026-07-24 00:02
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
pkgbase=navicat-premium-lite
pkgname=("${pkgbase}-en" "${pkgbase}-zh-cn")
-pkgver=17.3.9
+pkgver=17.3.10
pkgrel=1
pkgdesc="Navicat Premium Lite"
arch=('x86_64')
@@ -11,8 +11,8 @@
"${pkgbase}-en-x86_64-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-premium-lite-en-x86_64.AppImage"
"${pkgbase}-cs-x86_64-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-premium-lite-cs-x86_64.AppImage"
)
-sha256sums_x86_64=('c1181518e53099f20784c9ca060f53676e5ceaa07918a759af1e74c0cfb838aa'
- '7c1d0ce5ab7f9508efe8df1a493207cc6cd703a06bd08deacaaf2fb26cb1b1c6')
+sha256sums_x86_64=('37116265c9ce389e1d804cbf9a35deb4c76221ebf134fcf015aa63f141e9f399'
+ '97519ae417f4431756c28d46611fc191321874783b536395758c57b31062060d')
_package() {
_lang=$1

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 09:27:42 MEDIUM 1
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

Report a package

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

0 / 4000
Your suggestion