navicat18-mysql-en
Downloads a prebuilt AppImage from dn.navicat.com, which is Navicat's own official download domain; checksums are provided and non-SKIP, so the binary is verifiable; the only mild concern is that it is a proprietary prebuilt binary, but it comes from the vendor's own infrastructure, not an unrelated swappable host.
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 75%): Downloads a prebuilt AppImage from dn.navicat.com, which is Navicat's own official download domain; checksums are provided and non-SKIP, so the binary is verifiable; the only mild concern is that it is a proprietary prebuilt binary, but it comes from the vendor's own infrastructure, not an unrelated swappable host.
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-mysql-en-${CARCH}-${pkgver}.AppImage::https://dn.navicat.com/download/navicat18-mysql-en-${CARCH}.AppImage"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Niyoko Yuliawan <niyoko.yuliawan@logisly.com>
pkgname=navicat18-mysql-en
pkgver=18.0.1
pkgrel=1
pkgdesc='Navicat for MySQL trial with complete shutdown when its last window closes'
arch=('x86_64')
url='https://www.navicat.com/en/products/navicat-for-mysql'
license=('LicenseRef-proprietary')
depends=('systemd-libs' 'wmctrl')
provides=('navicat-mysql')
conflicts=('navicat-mysql')
options=('!strip')
source=(
"navicat-mysql-en-${CARCH}-${pkgver}.AppImage::https://dn.navicat.com/download/navicat18-mysql-en-${CARCH}.AppImage"
'navicat-close-on-exit'
)
sha256sums=('9151931a382596e6f2febf4e26a7e7b54cfae6290069acb84f7f60d4f3ebb5c6'
'39643c5c2d1fe608983c26555717f2b0999f83dd810f6fdf1587b78489dc75e2')
package() {
local appimage="navicat-mysql-en-${CARCH}-${pkgver}.AppImage"
local approot="${pkgdir}/opt/navicat-mysql"
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-mysql|' "${approot}/AppRun"
sed -i \
-e 's|^Exec=.*|Exec=navicat-mysql|' \
-e 's|^Icon=.*|Icon=navicat-mysql|' \
-e 's|^Categories=.*|Categories=Development;Database;|' \
"${approot}/navicat.desktop"
install -Dm755 navicat-close-on-exit "${pkgdir}/usr/bin/navicat-mysql"
install -Dm644 "${approot}/navicat.desktop" \
"${pkgdir}/usr/share/applications/Navicat.MySQL.18.desktop"
install -Dm644 squashfs-root/icon.png \
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/navicat-mysql.png"
install -Dm644 squashfs-root/manual.pdf \
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 17:37:38 | Low | 3 |
| 2026-09-21 17:35:47 | Medium | 3 |