betterbird-it-bin
maintainer Posi
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary archive 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 static files without executing remote code or modifying system behavior beyond standard installation.
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 archive 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 static files without executing remote code or modifying system behavior beyond standard installation.
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}.it.linux-x86_64.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Posi<posi1981@gmail.com>
2
pkgname=betterbird-it-bin
3
_pkgname=betterbird
4
pkgver=140.13.0esr
5
_build=bb25
6
pkgrel=1
7
pkgdesc="ITALIAN // 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-it')
13
provides=("betterbird=${pkgver}")
14
conflicts=('betterbird')
15
source=(
16
"https://www.betterbird.eu/downloads/LinuxArchive/${_pkgname}-${pkgver}-${_build}.it.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
>>>>> Per favore, non dimenticare di esprimere un voto per questo pacchetto. GRAZIE
35
>>>>> https://aur.archlinux.org/packages/betterbird-it-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=('35ccfcaf461eae7e13649dbdc5a4c4f2f21663452d643ff920dac4e614870031'
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-it-bin _pkgname=betterbird-pkgver=140.12.0esr-_build=bb24+pkgver=140.13.0esr+_build=bb25 pkgrel=1 pkgdesc="ITALIAN // 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=('5dfba706e0f589fd143fe5923a22b64d1484647a5320ffb3f98f41f385c43371'+sha256sums=('35ccfcaf461eae7e13649dbdc5a4c4f2f21663452d643ff920dac4e614870031' '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 |