dbpro-appimage

LOW
maintainer NickeyGod 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt AppImage from the project's official release domain (releases.dbpro.app), which is plausibly controlled by the project; while the host is not on a standard whitelist, it is project-specific and the AppImage is checksummed, reducing supply-chain risk to low.

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 a prebuilt AppImage from the project's official release domain (releases.dbpro.app), which is plausibly controlled by the project; while the host is not on a standard whitelist, it is project-specific and the AppImage is checksummed, reducing supply-chain risk to low.

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:17 "https://releases.dbpro.app/linux-x64/DB%20Pro-${pkgver}-x86_64.AppImage"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: NickeyGod <niklass.schaeffer@gmail.com>
2pkgname=dbpro-appimage
3pkgver=2.8.1
4pkgrel=1
5pkgdesc="Database management tool - MySQL, PostgreSQL, SQLite, MongoDB, Redis, and more"
6arch=(x86_64)
7url="https://dbpro.app"
8license=(custom)
9depends=(fuse2 libnotify libxtst nss gtk3 libxss)
10optdepends=(
11 'libappindicator-gtk3: System tray support'
12)
13provides=(dbpro)
14conflicts=(dbpro)
15options=(!strip !debug)
16source_x86_64=(
17 "https://releases.dbpro.app/linux-x64/DB%20Pro-${pkgver}-x86_64.AppImage"
18)
19sha256sums_x86_64=(
20 'e70a958b1a18ffb7f66789618f0550e7e3039041f2b45e980016b9b572f0ed73'
21)
22noextract=("${source_x86_64[0]##*/}")
23
24package() {
25 local _download_name="${source_x86_64[0]##*/}"
26 local _install_name="dbpro-${pkgver}-x86_64.AppImage"
27
28 # Install AppImage with a clean filename
29 install -Dm755 "${srcdir}/${_download_name}" "${pkgdir}/opt/${pkgname}/${_install_name}"
30
31 # Install desktop entry
32 install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/dbpro.desktop" <<EOF
33[Desktop Entry]
34Name=DB Pro
35Exec=/opt/${pkgname}/${_install_name} --no-sandbox --disable-setuid-sandbox %U
36Terminal=false
37Type=Application
38Icon=dbpro
39StartupWMClass=DB Pro
40Comment=Database management tool
41Categories=Development;
42MimeType=x-scheme-handler/dbpro;
43EOF
44
45 # Install icons by extracting from the AppImage
46 cd "${srcdir}"
47 chmod +x "${_download_name}"
48 "./${_download_name}" --appimage-extract 'usr/share/icons/hicolor/*/apps/dbpro.png' >/dev/null 2>&1 || true
49
50 local icon
51 for icon in squashfs-root/usr/share/icons/hicolor/*/apps/dbpro.png; do
52 local size_dir
53 size_dir=$(dirname "$(dirname "$icon")")
54 local size
55 size=$(basename "$size_dir")
56 install -Dm644 "$icon" "${pkgdir}/usr/share/icons/hicolor/${size}/apps/dbpro.png"
57 done
58
59 # Symlink for /usr/bin
60 install -dm755 "${pkgdir}/usr/bin"
61 ln -s "/opt/${pkgname}/${_install_name}" "${pkgdir}/usr/bin/dbpro"
62}

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 01:20:11 Medium 1
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

Report a package

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

0 / 4000
Your suggestion