nosql-workbench

LOW
maintainer huyc 0 votes scanned 2026-09-17 00:27:14.276658
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

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