betterbird-es-bin
maintainer Posi
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official project's domain (betterbird.eu), which is not on the whitelist but is plausibly legitimate; the source is verified via sha256sum, and the package installs only data and binaries from that source without executing remote code or exhibiting malicious behavior.
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 binary from the official project's domain (betterbird.eu), which is not on the whitelist but is plausibly legitimate; the source is verified via sha256sum, and the package installs only data and binaries from that source without executing remote code or exhibiting malicious behavior.
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:16
"https://www.betterbird.eu/downloads/LinuxArchive/${_pkgname}-${pkgver}-${_build}.es-ES.linux-x86_64.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Posi<posi1981@gmail.com>
2
pkgname=betterbird-es-bin
3
_pkgname=betterbird
4
pkgver=140.13.0esr
5
_build=bb25
6
pkgrel=1
7
pkgdesc="SPANISH // 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' 'hunspell')
12
optdepends=('hunspell-es_es')
13
provides=("betterbird=${pkgver}")
14
conflicts=('betterbird')
15
source=(
16
"https://www.betterbird.eu/downloads/LinuxArchive/${_pkgname}-${pkgver}-${_build}.es-ES.linux-x86_64.tar.xz"
17
"eu.betterbird.Betterbird.desktop"
18
"vendor-prefs.js"
19
)
20
21
package() {
22
install -d "${pkgdir}/opt"
23
install -d "${pkgdir}/usr/bin"
24
install -d "${pkgdir}/usr/share/applications"
25
26
cp -r "${srcdir}/${_pkgname}/" "${pkgdir}/opt/${_pkgname}"
27
install -m644 "${srcdir}/eu.${_pkgname}.Betterbird.desktop" "${pkgdir}/usr/share/applications/eu.${_pkgname}.Betterbird.desktop"
28
install -m644 "${srcdir}/vendor-prefs.js" -t "${pkgdir}/opt/${_pkgname}/defaults/pref"
29
ln -s /opt/$_pkgname/betterbird "$pkgdir"/usr/bin/$_pkgname
30
ln -s /usr/share/hunspell "${pkgdir}/opt/${_pkgname}/dictionaries"
31
32
echo "
33
34
>>>>> No olvide votar por este paquete. GRACIAS
35
>>>>> https://aur.archlinux.org/packages/betterbird-es-bin
36
37
"
38
39
#icons
40
for i in 16 22 24 32 48 64 128 256; do
41
install -d "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/
42
ln -s /opt/$_pkgname/chrome/icons/default/default$i.png \
43
"$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/$_pkgname.png
44
done
45
}
46
sha256sums=('ff07cf210944a411b383b27e1e379c3e66aeb17bb0893455362f646b3a46197d'
47
'60045ec0138ad4c01546df596b97016e467bec6d69c7e4e4c7bdb85e91a31bc2'
48
'b11745416d2b2f8bac1ccd3dcb99411c7239b067adf9eb973903c448f8747d09')
49
50
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-es-bin _pkgname=betterbird-pkgver=140.12.0esr-_build=bb24+pkgver=140.13.0esr+_build=bb25 pkgrel=1 pkgdesc="SPANISH // Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will." arch=('x86_64')@@ -43,7 +43,7 @@ "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/$_pkgname.png done }-sha256sums=('fd4fbf1890e4b2c5e388b9d75609249ea76761f7456f3c43ea7355abe9954926'+sha256sums=('ff07cf210944a411b383b27e1e379c3e66aeb17bb0893455362f646b3a46197d' '60045ec0138ad4c01546df596b97016e467bec6d69c7e4e4c7bdb85e91a31bc2' 'b11745416d2b2f8bac1ccd3dcb99411c7239b067adf9eb973903c448f8747d09') 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 |