dbpro-appimage
maintainer NickeyGod
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the project's official release domain, which is normal for AppImage-based packages; the host is not on the whitelist but is plausibly legitimate, and the checksum is provided, reducing risk.
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, which is normal for AppImage-based packages; the host is not on the whitelist but is plausibly legitimate, and the checksum is provided, reducing risk.
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>
2
pkgname=dbpro-appimage
3
pkgver=2.6.8
4
pkgrel=1
5
pkgdesc="Database management tool - MySQL, PostgreSQL, SQLite, MongoDB, Redis, and more"
6
arch=(x86_64)
7
url="https://dbpro.app"
8
license=(custom)
9
depends=(fuse2 libnotify libxtst nss gtk3 libxss)
10
optdepends=(
11
'libappindicator-gtk3: System tray support'
12
)
13
provides=(dbpro)
14
conflicts=(dbpro)
15
options=(!strip !debug)
16
source_x86_64=(
17
"https://releases.dbpro.app/linux-x64/DB%20Pro-${pkgver}-x86_64.AppImage"
18
)
19
sha256sums_x86_64=(
20
'70f2cd3675fbbae42b1a271d2e1c8b53110aba00d186c16d1f2598474e0393cc'
21
)
22
noextract=("${source_x86_64[0]##*/}")
23
24
package() {
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]
34
Name=DB Pro
35
Exec=/opt/${pkgname}/${_install_name} --no-sandbox --disable-setuid-sandbox %U
36
Terminal=false
37
Type=Application
38
Icon=dbpro
39
StartupWMClass=DB Pro
40
Comment=Database management tool
41
Categories=Development;
42
MimeType=x-scheme-handler/dbpro;
43
EOF
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
}
Changes since previous scan
--- PKGBUILD @ 2026-07-28 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: NickeyGod <niklass.schaeffer@gmail.com> pkgname=dbpro-appimage-pkgver=2.6.6+pkgver=2.6.8 pkgrel=1 pkgdesc="Database management tool - MySQL, PostgreSQL, SQLite, MongoDB, Redis, and more" arch=(x86_64)@@ -17,7 +17,7 @@ "https://releases.dbpro.app/linux-x64/DB%20Pro-${pkgver}-x86_64.AppImage" ) sha256sums_x86_64=(- '70fa223ab3df92ff3813e11402cefe64130fd04c836bdfd9fac0892fb9421525'+ '70f2cd3675fbbae42b1a271d2e1c8b53110aba00d186c16d1f2598474e0393cc' ) noextract=("${source_x86_64[0]##*/}") Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 17:39:33 | MEDIUM | 1 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 07:34:55 | MEDIUM | 1 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 13:20:28 | MEDIUM | 1 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 09:16:42 | MEDIUM | 1 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 11:14:00 | MEDIUM | 1 |
| 2026-07-20 00:19:49 | LOW | 2 |