nosql-workbench

maintainer huyc · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads an official AppImage from Amazon's CloudFront CDN and a license file; despite non-whitelisted host and skipped checksums, it installs only verifiable, legitimate data and a prebuilt binary from the project's official source, posing minimal supply-chain risk.

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 package downloads an official AppImage from Amazon's CloudFront CDN and a license file; despite non-whitelisted host and skipped checksums, it installs only verifiable, legitimate data and a prebuilt binary from the project's official source, posing minimal supply-chain risk.

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=("${pkgname}-${pkgver}.AppImage::https://dy9cqqaswpltd.cloudfront.net/NoSQL%20Workbench-linux-${pkgver}.AppImage"
  • PKGBUILD:18 "LICENSE::https://aws.amazon.com/nosql/nosql-workbench-license/"

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: Dino Hensen <dino.hensen@gmail.com>
2# Maintainer: Grzegorz Kozub <grzegorz.kozub@gmail.com>
3
4# Contributor: Dino Hensen <dino.hensen@gmail.com>
5# Contributor: Grzegorz Kozub <grzegorz.kozub@gmail.com>
6# Contributor: tee < teeaur at duck dot com >
7# Contributor: Jonathan Basniak <jon@bluedreamers.com>
8
9pkgname=nosql-workbench
10pkgver=3.20.3
11pkgrel=1
12pkgdesc="NoSQL Workbench for Amazon DynamoDB"
13arch=(x86_64)
14url="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.html"
15license=('custom:NoSQL Workbench Local License Agreement ')
16options=(!strip)
17source_x86_64=("${pkgname}-${pkgver}.AppImage::https://dy9cqqaswpltd.cloudfront.net/NoSQL%20Workbench-linux-${pkgver}.AppImage"
18"LICENSE::https://aws.amazon.com/nosql/nosql-workbench-license/"
19"nosql-workbench.png"
20)
21sha256sums_x86_64=('60923112d5220a074bbdcad41db5d8acc576cd8275fe1d87a407b1f21e0b48f7'
22 'SKIP'
23 'SKIP')
24# https://docs.appimage.org/user-guide/troubleshooting/fuse.html#setting-up-fuse-on-arch-linux
25depends=('fuse2')
26makedepends=('gendesk')
27
28prepare() {
29 gendesk -f --name "NoSQL Workbench" --pkgname "$pkgname" --exec="nosql-workbench --ozone-platform-hint=auto" --categories "Development" --pkgdesc "$pkgdesc" --icon=$pkgname
30}
31
32package() {
33 install -Dm755 "${srcdir}/${pkgname}-${pkgver}.AppImage" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
34 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/opt/${pkgname}/LICENSE"
35 install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
36 install -Dm644 "${srcdir}/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
37
38 # Symlink executable
39 mkdir -p "${pkgdir}/usr/bin"
40 ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/${pkgname}"
41
42 # Symlink license
43 mkdir -p "${pkgdir}/usr/share/licenses/$pkgname"
44 ln -s "/opt/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname"
45}
46# vim:set noet sts=0 sw=4 ts=4 ft=PKGBUILD:
47

Changes since previous scan

--- PKGBUILD @ 2026-07-29 00:25
+++ PKGBUILD @ 2026-08-03 00:08
@@ -7,18 +7,18 @@
# Contributor: Jonathan Basniak <jon@bluedreamers.com>
pkgname=nosql-workbench
-pkgver=3.20.2
+pkgver=3.20.3
pkgrel=1
pkgdesc="NoSQL Workbench for Amazon DynamoDB"
arch=(x86_64)
url="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.html"
license=('custom:NoSQL Workbench Local License Agreement ')
options=(!strip)
-source_x86_64=("${pkgname}-${pkgver}.AppImage::https://dy9cqqaswpltd.cloudfront.net/NoSQL_Workbench.AppImage"
+source_x86_64=("${pkgname}-${pkgver}.AppImage::https://dy9cqqaswpltd.cloudfront.net/NoSQL%20Workbench-linux-${pkgver}.AppImage"
"LICENSE::https://aws.amazon.com/nosql/nosql-workbench-license/"
"nosql-workbench.png"
)
-sha256sums_x86_64=('3bad89b151c9e4e13a1cbb773e0f5756b7778f57a86373be6e3aaba28c0610e1'
+sha256sums_x86_64=('60923112d5220a074bbdcad41db5d8acc576cd8275fe1d87a407b1f21e0b48f7'
'SKIP'
'SKIP')
# https://docs.appimage.org/user-guide/troubleshooting/fuse.html#setting-up-fuse-on-arch-linux

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 13:11:48 MEDIUM 1
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion