dbeaver-ee

maintainer jsivak · 26 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a prebuilt tarball from the official project's domain (downloads.dbeaver.net), which is a standard and expected source for the commercial edition; the download is verifiable via provided checksums, and the package installs only static files without executing remote code.

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 prebuilt tarball from the official project's domain (downloads.dbeaver.net), which is a standard and expected source for the commercial edition; the download is verifiable via provided checksums, and the package installs only static files without executing remote code.

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 source_x86_64=(https://downloads.dbeaver.net/enterprise/${pkgver}/dbeaver-ee-${pkgver}-linux-x86_64.tar.gz)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: John Sivak <jsivak@winterjewel.com>
2# Previous Maintainer: Joseph Post <joe@jcpst.com>
3# Previous Maintainer: Stephan Wienczny <stephan@wienczny.de>
4
5pkgname=dbeaver-ee
6pkgver=26.1.0
7pkgrel=3
8pkgdesc="A universal database tool for developers and database administrators. Enterprise Edition includes NoSQL database support"
9arch=('x86_64')
10url="https://dbeaver.com/"
11license=("Commercial")
12depends=('java-runtime>=21' 'gtk3' 'gtk-update-icon-cache')
13install=dbeaver-ee.install
14options=('!strip' '!debug')
15
16source=(dbeaver-ee.desktop dbeaver-ee.install)
17source_x86_64=(https://downloads.dbeaver.net/enterprise/${pkgver}/dbeaver-ee-${pkgver}-linux-x86_64.tar.gz)
18sha256sums=('453912912ae8377b16ef74a3e7d93ea588792ee8f7054a573e9fe9b93cd9265f'
19 '0c2a75baa39459fa56159e982d9f28c966837561bd52dffd24bac87b8d65555f')
20sha256sums_x86_64=('70f7d7e88baf0868490a9e950d3845bc04c7189170fa95f5ec19a289db5eeaee')
21
22noextract=("dbeaver-ee-${pkgver}-linux-x86_64.tar.gz")
23
24prepare() {
25 mkdir -p $srcdir/$pkgname
26 cd $srcdir/$pkgname
27 if [ "$CARCH" = "x86_64" ]; then
28 tar -xf "$srcdir/dbeaver-ee-${pkgver}-linux-x86_64.tar.gz"
29 else
30 tar -xf "$srcdir/dbeaver-ee-${pkgver}-linux-x86.tar.gz"
31 fi
32}
33
34package() {
35 cd $pkgdir
36 mkdir -p opt/
37 mkdir -p usr/bin
38 mkdir -p usr/share/applications
39 mkdir -p usr/share/icons/hicolor/48x48/apps
40
41 cp -r $srcdir/$pkgname/dbeaver opt/$pkgname
42 chmod +x opt/$pkgname/dbeaver
43 cp opt/$pkgname/icon.xpm usr/share/icons/hicolor/48x48/apps/${pkgname}.xpm
44 ln -s /opt/${pkgname}/dbeaver usr/bin/dbeaver-ee
45 install -m 644 $srcdir/dbeaver-ee.desktop $pkgdir/usr/share/applications/
46}
47

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