sql-workbench
maintainer LaughingMan
· 18 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
1
pkgname=sql-workbench
2
pkgver=133
3
pkgrel=1
4
epoch=
5
pkgdesc="SQL Workbench/J is a free, DBMS-independent, cross-platform SQL query tool."
6
arch=('any')
7
url="https://www.sql-workbench.eu/"
8
license=('custom')
9
depends=('java-runtime>=21')
10
makedepends=(
11
'unzip'
12
)
13
provides=('SQL-Workbench')
14
replaces=('sqlworkbench')
15
source=("https://www.sql-workbench.eu/Workbench-Build${pkgver}.zip"
16
'sqlworkbench.desktop')
17
noextract=("Workbench-Build${pkgver}.zip")
18
sha512sums=('e53fe394c62129a7cc055d93f9af214cd548c450b75bce1627cdb7946c593c733853c270caba3acd90e931287be05a2f09bc300e04f2509f4d6b939e70cc18eb'
19
'75ae69830b1d8c492c232600b36cda84e13e96cbc235c971af501496dc4874ffd05c28e28d53460d2239517dcbb9b51518a75705a7a0ecf70a89f5beaf8d96da')
20
21
build() {
22
unzip "Workbench-Build${pkgver}".zip
23
rm "Workbench-Build${pkgver}".zip
24
}
25
26
package() {
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) | 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 03:47:03 | MEDIUM | 1 |