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>
3pkgname=dbvis
4pkgver=26.2.1
5__pkgver_underscore=26_2_1
6pkgrel=1
7pkgdesc="DbVisualizer free - The Universal Database Tool."
8url="https://www.dbvis.com/"
9license=('custom')
10arch=('any')
11depends=('java-runtime>=21')
12makedepends=(coreutils sed unzip)
13source=('https://dbvis.com/product_download/'$pkgname'-'$pkgver'/media/'$pkgname'_linux_'$__pkgver_underscore'.tar.gz')
14sha256sums=('e9ac44be8361bff4ab94827711cb639112e9d72333f48ebd025f48feb28c50f0')
15
16package() {
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]
40Type=Application
41Name=DbVisualizer
42Version=$pkgver
43GenericName=The Universal Database Tool
44Comment=$pkgdesc
45Exec=/opt/$pkgname/dbvisgui.sh
46Icon=${pkgname}-icon
47Terminal=false
48Categories=Development
49StartupWMClass=com-onseven-dbvis-DbVisualizerGUI
50EOF
51}
52

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion