sql-workbench
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
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)
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) highlightedpkgname=sql-workbench
pkgver=133
pkgrel=1
epoch=
pkgdesc="SQL Workbench/J is a free, DBMS-independent, cross-platform SQL query tool."
arch=('any')
url="https://www.sql-workbench.eu/"
license=('custom')
depends=('java-runtime>=21')
makedepends=(
'unzip'
)
provides=('SQL-Workbench')
replaces=('sqlworkbench')
source=("https://www.sql-workbench.eu/Workbench-Build${pkgver}.zip"
'sqlworkbench.desktop')
noextract=("Workbench-Build${pkgver}.zip")
sha512sums=('e53fe394c62129a7cc055d93f9af214cd548c450b75bce1627cdb7946c593c733853c270caba3acd90e931287be05a2f09bc300e04f2509f4d6b939e70cc18eb'
'75ae69830b1d8c492c232600b36cda84e13e96cbc235c971af501496dc4874ffd05c28e28d53460d2239517dcbb9b51518a75705a7a0ecf70a89f5beaf8d96da')
build() {
unzip "Workbench-Build${pkgver}".zip
rm "Workbench-Build${pkgver}".zip
}
package() {
cd $srcdir
# Need to keep manual and history in same dir as jar
install -m 644 -D -t $pkgdir/opt/SQLWorkbench \
sqlworkbench.jar \
log4j-sample.xml
install -m 755 -D -t $pkgdir/opt/SQLWorkbench \
sqlworkbench.sh \
sqlwbconsole.sh
install -m 644 -D -t $pkgdir/usr/share/sqlworkbench/xslt xslt/*.*
install -m 644 -D -t $pkgdir/usr/share/sqlworkbench/manual manual/*.*
install -m 644 -D -t $pkgdir/usr/share/sqlworkbench/manual/images manual/images/*.*
install -m 644 -D -t $pkgdir/usr/share/pixmaps workbench32.png
install -m 644 -D -t $pkgdir/usr/share/icons/hicolor/32x32/apps workbench32.png
install -m 644 -D -t $pkgdir/usr/share/licenses/sqlworkbench LICENSE
install -m 644 -D -t $pkgdir/usr/share/applications sqlworkbench.desktop
# Create app link in /usr/bin
install -d $pkgdir/usr/bin
ln -s /opt/SQLWorkbench/sqlworkbench.sh $pkgdir/usr/bin/sqlworkbench
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |