sql-workbench

LOW
maintainer LaughingMan 18 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is downloaded from the project's official domain (sql-workbench.eu) which hosts the software's own release artifacts; this is a standard and expected source for the package, despite not being on a generic whitelist.

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 source is downloaded from the project's official domain (sql-workbench.eu) which hosts the software's own release artifacts; this is a standard and expected source for the package, despite not being on a generic whitelist.

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:15 source=("https://www.sql-workbench.eu/Workbench-Build${pkgver}.zip"

PKGBUILD

1 offending line(s) highlighted
1pkgname=sql-workbench
2pkgver=133
3pkgrel=1
4epoch=
5pkgdesc="SQL Workbench/J is a free, DBMS-independent, cross-platform SQL query tool."
6arch=('any')
7url="https://www.sql-workbench.eu/"
8license=('custom')
9depends=('java-runtime>=21')
10makedepends=(
11 'unzip'
12)
13provides=('SQL-Workbench')
14replaces=('sqlworkbench')
15source=("https://www.sql-workbench.eu/Workbench-Build${pkgver}.zip"
16 'sqlworkbench.desktop')
17noextract=("Workbench-Build${pkgver}.zip")
18sha512sums=('e53fe394c62129a7cc055d93f9af214cd548c450b75bce1627cdb7946c593c733853c270caba3acd90e931287be05a2f09bc300e04f2509f4d6b939e70cc18eb'
19 '75ae69830b1d8c492c232600b36cda84e13e96cbc235c971af501496dc4874ffd05c28e28d53460d2239517dcbb9b51518a75705a7a0ecf70a89f5beaf8d96da')
20
21build() {
22 unzip "Workbench-Build${pkgver}".zip
23 rm "Workbench-Build${pkgver}".zip
24}
25
26package() {
27 cd $srcdir
28
29 # Need to keep manual and history in same dir as jar
30 install -m 644 -D -t $pkgdir/opt/SQLWorkbench \
31 sqlworkbench.jar \
32 log4j-sample.xml
33 install -m 755 -D -t $pkgdir/opt/SQLWorkbench \
34 sqlworkbench.sh \
35 sqlwbconsole.sh
36 install -m 644 -D -t $pkgdir/usr/share/sqlworkbench/xslt xslt/*.*
37 install -m 644 -D -t $pkgdir/usr/share/sqlworkbench/manual manual/*.*
38 install -m 644 -D -t $pkgdir/usr/share/sqlworkbench/manual/images manual/images/*.*
39 install -m 644 -D -t $pkgdir/usr/share/pixmaps workbench32.png
40 install -m 644 -D -t $pkgdir/usr/share/icons/hicolor/32x32/apps workbench32.png
41 install -m 644 -D -t $pkgdir/usr/share/licenses/sqlworkbench LICENSE
42 install -m 644 -D -t $pkgdir/usr/share/applications sqlworkbench.desktop
43
44 # Create app link in /usr/bin
45 install -d $pkgdir/usr/bin
46 ln -s /opt/SQLWorkbench/sqlworkbench.sh $pkgdir/usr/bin/sqlworkbench
47}
48

Scan history

Scanned at (UTC)SeverityRules
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 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
2026-08-29 00:29:17 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