navicat-premium-lite-zh-cn

LOW
maintainer everyx 1 votes base navicat-premium-lite scanned 2026-09-17 00:27:14.276658
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

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