betterbird-nl-bin
maintainer Posi
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt Dutch-language binary archive from the official Betterbird website, which is a legitimate source; the non-whitelisted host is the project's own domain, and the checksums are provided and valid, making this a standard bin package with no evidence of tampering or remote code execution.
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 a prebuilt Dutch-language binary archive from the official Betterbird website, which is a legitimate source; the non-whitelisted host is the project's own domain, and the checksums are provided and valid, making this a standard bin package with no evidence of tampering or remote code execution.
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
"https://www.betterbird.eu/downloads/LinuxArchive/${_pkgname}-${pkgver}-${_build}.nl.linux-x86_64.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Posi<posi1981@gmail.com>
2
pkgname=betterbird-nl-bin
3
_pkgname=betterbird
4
pkgver=140.13.0esr
5
_build=bb25
6
pkgrel=1
7
pkgdesc="DUTCH // Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will."
8
arch=('x86_64')
9
url="https://www.betterbird.eu/index.html"
10
license=('MPL2')
11
depends=('dbus-glib')
12
provides=("betterbird=${pkgver}")
13
conflicts=('betterbird')
14
source=(
15
"https://www.betterbird.eu/downloads/LinuxArchive/${_pkgname}-${pkgver}-${_build}.nl.linux-x86_64.tar.xz"
16
"eu.betterbird.Betterbird"
17
)
18
19
package() {
20
install -d "${pkgdir}/opt"
21
install -d "${pkgdir}/usr/bin"
22
install -d "${pkgdir}/usr/share/applications"
23
24
cp -r "${srcdir}/${_pkgname}/" "${pkgdir}/opt/${_pkgname}"
25
install -m644 "${srcdir}/eu.${_pkgname}.Betterbird.desktop" "${pkgdir}/usr/share/applications/eu.${_pkgname}.Betterbird.desktop"
26
ln -s /opt/$_pkgname/betterbird "$pkgdir"/usr/bin/$_pkgname
27
28
echo "
29
30
>>>>> Vergeet niet te stemmen op dit pakket. BEDANKT
31
>>>>> https://aur.archlinux.org/packages/betterbird-nl-bin
32
33
"
34
#icons
35
for i in 16 22 24 32 48 64 128 256; do
36
install -d "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/
37
ln -s /opt/$_pkgname/chrome/icons/default/default$i.png \
38
"$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/$_pkgname.png
39
done
40
}
41
sha256sums=('e9b4b81f8988793157f165c65e1f297d8bd1e6c5de8c48abe815c216a405dd5a'
42
'60045ec0138ad4c01546df596b97016e467bec6d69c7e4e4c7bdb85e91a31bc2')
43
44
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,8 +1,8 @@ # Maintainer: Posi<posi1981@gmail.com> pkgname=betterbird-nl-bin _pkgname=betterbird-pkgver=140.12.0esr-_build=bb24+pkgver=140.13.0esr+_build=bb25 pkgrel=1 pkgdesc="DUTCH // Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will." arch=('x86_64')@@ -38,7 +38,7 @@ "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/$_pkgname.png done }-sha256sums=('27de580afb9ceee509af7a2002ae666fe971804a508ab54ae29e0d4d5556047c'+sha256sums=('e9b4b81f8988793157f165c65e1f297d8bd1e6c5de8c48abe815c216a405dd5a' '60045ec0138ad4c01546df596b97016e467bec6d69c7e4e4c7bdb85e91a31bc2') 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 19:25:44 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 18:04:49 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |