dbpro-appimage
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
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)
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# Maintainer: NickeyGod <niklass.schaeffer@gmail.com>
pkgname=dbpro-appimage
pkgver=2.8.1
pkgrel=1
pkgdesc="Database management tool - MySQL, PostgreSQL, SQLite, MongoDB, Redis, and more"
arch=(x86_64)
url="https://dbpro.app"
license=(custom)
depends=(fuse2 libnotify libxtst nss gtk3 libxss)
optdepends=(
'libappindicator-gtk3: System tray support'
)
provides=(dbpro)
conflicts=(dbpro)
options=(!strip !debug)
source_x86_64=(
"https://releases.dbpro.app/linux-x64/DB%20Pro-${pkgver}-x86_64.AppImage"
)
sha256sums_x86_64=(
'e70a958b1a18ffb7f66789618f0550e7e3039041f2b45e980016b9b572f0ed73'
)
noextract=("${source_x86_64[0]##*/}")
package() {
local _download_name="${source_x86_64[0]##*/}"
local _install_name="dbpro-${pkgver}-x86_64.AppImage"
# Install AppImage with a clean filename
install -Dm755 "${srcdir}/${_download_name}" "${pkgdir}/opt/${pkgname}/${_install_name}"
# Install desktop entry
install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/dbpro.desktop" <<EOF
[Desktop Entry]
Name=DB Pro
Exec=/opt/${pkgname}/${_install_name} --no-sandbox --disable-setuid-sandbox %U
Terminal=false
Type=Application
Icon=dbpro
StartupWMClass=DB Pro
Comment=Database management tool
Categories=Development;
MimeType=x-scheme-handler/dbpro;
EOF
# Install icons by extracting from the AppImage
cd "${srcdir}"
chmod +x "${_download_name}"
"./${_download_name}" --appimage-extract 'usr/share/icons/hicolor/*/apps/dbpro.png' >/dev/null 2>&1 || true
local icon
for icon in squashfs-root/usr/share/icons/hicolor/*/apps/dbpro.png; do
local size_dir
size_dir=$(dirname "$(dirname "$icon")")
local size
size=$(basename "$size_dir")
install -Dm644 "$icon" "${pkgdir}/usr/share/icons/hicolor/${size}/apps/dbpro.png"
done
# Symlink for /usr/bin
install -dm755 "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname}/${_install_name}" "${pkgdir}/usr/bin/dbpro"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |