navicat18-premium-lite-en
The AppImage is downloaded from dn.navicat.com, which is Navicat's own official download infrastructure, with a pinned sha256 checksum; the bundled local files (navicat-close-on-exit wrapper script, desktop file) also have pinned checksums. This is a legitimate proprietary software repackage with no obfuscation or exfiltration, though it installs a prebuilt closed-source binary.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): The AppImage is downloaded from dn.navicat.com, which is Navicat's own official download infrastructure, with a pinned sha256 checksum; the bundled local files (navicat-close-on-exit wrapper script, desktop file) also have pinned checksums. This is a legitimate proprietary software repackage with no obfuscation or exfiltration, though it installs a prebuilt closed-source binary.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:14
"navicat-premium-lite-en-${CARCH}-${pkgver}.AppImage::https://dn.navicat.com/download/navicat18-premium-lite-en-${CARCH}.AppImage"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Niyoko Yuliawan <niyoko.yuliawan@logisly.com>
pkgname=navicat18-premium-lite-en
pkgver=18.0.1
pkgrel=1
pkgdesc='Navicat Premium Lite with complete shutdown when its last window closes'
arch=('x86_64')
url='https://www.navicat.com/en/products/navicat-premium-lite'
license=('LicenseRef-proprietary')
depends=('systemd-libs' 'wmctrl')
provides=('navicat-premium-lite' 'navicat-premium-lite-en')
conflicts=('navicat-premium-lite' 'navicat-premium-lite-en')
options=('!strip')
source=(
"navicat-premium-lite-en-${CARCH}-${pkgver}.AppImage::https://dn.navicat.com/download/navicat18-premium-lite-en-${CARCH}.AppImage"
'navicat-close-on-exit'
'Navicat.Premium.18.desktop'
)
sha256sums=('fe02a6ad8d9a49c3b15caf67be14f14425d529c5a8bef7e6da13313fb46094e6'
'db65186718d9a1f738e34ab1bdf40a55ad9d532d68be18ccfe44b2bb02d9360e'
'9581f32c7cf42ed2acf89fd5a69df05fd98b2de4f840724fb988e6158a5557c9')
package() {
local appimage="navicat-premium-lite-en-${CARCH}-${pkgver}.AppImage"
local approot="${pkgdir}/opt/navicat-premium-lite"
chmod +x "${appimage}"
rm -rf squashfs-root
"./${appimage}" --appimage-extract >/dev/null
install -d "${approot}"
cp -a --no-preserve=ownership squashfs-root/. "${approot}"
rm "${approot}"/usr/lib/libsystemd.so.0*
sed -i 's|exec -a "$0"|exec -a /usr/bin/navicat|' "${approot}/AppRun"
install -Dm755 navicat-close-on-exit "${pkgdir}/usr/bin/navicat"
install -Dm644 Navicat.Premium.18.desktop \
"${pkgdir}/usr/share/applications/Navicat.Premium.18.desktop"
install -Dm644 squashfs-root/icon.png \
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/navicat-premium-lite.png"
install -Dm644 squashfs-root/manual.pdf \
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 13:30:26 | Low | 3 |
| 2026-09-18 13:28:45 | Medium | 3 |