navicat17-mariadb-en

LOW
maintainer niyoko 0 votes scanned 2026-09-21 17:37:38.563726
View on AUR
Why flagged

Downloads a prebuilt AppImage from dn.navicat.com, which is Navicat's own official download domain, with a pinned sha256 checksum; the bundled 'navicat-close-on-exit' wrapper script is a local file also checksummed, so there is no unverifiable or swappable third-party binary source — the main concern is simply that it is a proprietary trial binary, not a security threat.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review downgraded a static finding 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, with a pinned sha256 checksum; the bundled 'navicat-close-on-exit' wrapper script is a local file also checksummed, so there is no unverifiable or swappable third-party binary source — the main concern is simply that it is a proprietary trial binary, not a security threat.

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:14 "navicat-mariadb-en-${CARCH}-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-mariadb-en-${CARCH}.AppImage"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Niyoko Yuliawan <niyoko.yuliawan@logisly.com>
2pkgname=navicat17-mariadb-en
3pkgver=17.3.10
4pkgrel=1
5pkgdesc='Navicat for MariaDB trial with complete shutdown when its last window closes'
6arch=('x86_64')
7url='https://www.navicat.com/en/products/navicat-for-mariadb'
8license=('LicenseRef-proprietary')
9depends=('systemd-libs' 'wmctrl')
10provides=('navicat-mariadb')
11conflicts=('navicat-mariadb')
12options=('!strip')
13source=(
14 "navicat-mariadb-en-${CARCH}-${pkgver}.AppImage::https://dn.navicat.com/download/navicat17-mariadb-en-${CARCH}.AppImage"
15 'navicat-close-on-exit'
16)
17sha256sums=('49c976c41a61fb5aa1492466f5a39373ecbf8da3684e5cc7a75f162b41dddd2b'
18 '39643c5c2d1fe608983c26555717f2b0999f83dd810f6fdf1587b78489dc75e2')
19
20package() {
21 local appimage="navicat-mariadb-en-${CARCH}-${pkgver}.AppImage"
22 local approot="${pkgdir}/opt/navicat-mariadb"
23
24 chmod +x "${appimage}"
25 rm -rf squashfs-root
26 "./${appimage}" --appimage-extract >/dev/null
27
28 install -d "${approot}"
29 cp -a --no-preserve=ownership squashfs-root/. "${approot}"
30 rm "${approot}"/usr/lib/libsystemd.so.0*
31 sed -i 's|exec -a "$0"|exec -a /usr/bin/navicat-mariadb|' "${approot}/AppRun"
32 sed -i \
33 -e 's|^Exec=.*|Exec=navicat-mariadb|' \
34 -e 's|^Icon=.*|Icon=navicat-mariadb|' \
35 -e 's|^Categories=.*|Categories=Development;Database;|' \
36 "${approot}/navicat.desktop"
37
38 install -Dm755 navicat-close-on-exit "${pkgdir}/usr/bin/navicat-mariadb"
39 install -Dm644 "${approot}/navicat.desktop" \
40 "${pkgdir}/usr/share/applications/Navicat.MariaDB.17.desktop"
41 install -Dm644 squashfs-root/navicat-icon.png \
42 "${pkgdir}/usr/share/icons/hicolor/256x256/apps/navicat-mariadb.png"
43 install -Dm644 squashfs-root/manual.pdf \
44 "${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 17:37:38 Low 3
2026-09-21 17:35:47 Medium 3

Report a package

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

0 / 4000
Your suggestion