dbvis
maintainer Musikolo
· 55 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a legitimate project tarball from the official vendor's domain (dbvis.com), despite the non-whitelisted host; it is built and installed normally, with no remote code execution or untrusted binary.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a legitimate project tarball from the official vendor's domain (dbvis.com), despite the non-whitelisted host; it is built and installed normally, with no remote code execution or untrusted binary.
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:13
source=('https://dbvis.com/product_download/'$pkgname'-'$pkgver'/media/'$pkgname'_linux_'$__pkgver_underscore'.tar.gz')
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: Musikolo<musikolo {at} hotmail [dot] com>
2
#Contributor: Martin špelina<shpelda [at]gmail[dot]com>
3
pkgname=dbvis
4
pkgver=26.2.1
5
__pkgver_underscore=26_2_1
6
pkgrel=1
7
pkgdesc="DbVisualizer free - The Universal Database Tool."
8
url="https://www.dbvis.com/"
9
license=('custom')
10
arch=('any')
11
depends=('java-runtime>=21')
12
makedepends=(coreutils sed unzip)
13
source=('https://dbvis.com/product_download/'$pkgname'-'$pkgver'/media/'$pkgname'_linux_'$__pkgver_underscore'.tar.gz')
14
sha256sums=('e9ac44be8361bff4ab94827711cb639112e9d72333f48ebd025f48feb28c50f0')
15
16
package() {
17
18
msg2 "Relocating files..."
19
mkdir -p "$pkgdir/opt"
20
mv "$srcdir/DbVisualizer" "$pkgdir/opt/$pkgname"
21
chmod a+x "$pkgdir/opt/$pkgname/dbvisgui.sh"
22
mkdir -p "$pkgdir/usr/share/$pkgname"
23
mv "$pkgdir/opt/$pkgname/doc" "$pkgdir/usr/share/$pkgname"
24
mv "$pkgdir/opt/$pkgname/README.txt" "$pkgdir/usr/share/$pkgname/doc"
25
chmod 644 "$pkgdir/opt/$pkgname/.install4j/i4jempty.ttf"
26
27
msg2 "Installing app icon..."
28
__dbvis_icon_dir="$pkgdir/usr/share/icons/hicolor/scalable/apps"
29
mkdir -p "$__dbvis_icon_dir"
30
unzip -o -j -q "$pkgdir/opt/$pkgname/lib/dbvis.jar" "images/lucide/dbvis-icon.svg" -d "$__dbvis_icon_dir"
31
32
msg2 "Creating a .desktop file..."
33
mkdir -p "$pkgdir/usr/bin"
34
ln -s "/opt/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
35
__dbvis_desktop=/usr/share/applications/dbvis.desktop
36
mkdir -p `dirname $pkgdir/$__dbvis_desktop`
37
38
cat <<EOF > "$pkgdir/$__dbvis_desktop"
39
[Desktop Entry]
40
Type=Application
41
Name=DbVisualizer
42
Version=$pkgver
43
GenericName=The Universal Database Tool
44
Comment=$pkgdesc
45
Exec=/opt/$pkgname/dbvisgui.sh
46
Icon=${pkgname}-icon
47
Terminal=false
48
Categories=Development
49
StartupWMClass=com-onseven-dbvis-DbVisualizerGUI
50
EOF
51
}
52
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 00:07:28 | LOW | 2 |
| 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 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |