betterbird-ru-bin
maintainer Posi
· 7 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 the project's own release infrastructure; despite the static analyzer flag for a non-whitelisted host, this is a legitimate source, and the package installs only verified, expected files without executing untrusted code or exfiltrating data.
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 the project's own release infrastructure; despite the static analyzer flag for a non-whitelisted host, this is a legitimate source, and the package installs only verified, expected files without executing untrusted code or exfiltrating data.
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}.ru.linux-x86_64.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Posi<posi1981@gmail.com>
2
pkgname=betterbird-ru-bin
3
_pkgname=betterbird
4
pkgver=140.13.0esr
5
_build=bb25
6
pkgrel=1
7
pkgdesc="RUSSIAN // 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-ru-aot')
13
provides=("betterbird=${pkgver}")
14
conflicts=('betterbird')
15
source=(
16
"https://www.betterbird.eu/downloads/LinuxArchive/${_pkgname}-${pkgver}-${_build}.ru.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
>>>>> Пожалуйста, не забудьте проголосовать за этот пакет. СПАСИБО
35
>>>>> https://aur.archlinux.org/packages/betterbird-ru-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=('7beb3ee7986b69aede49e68550c8f0347159f79075c34bf5e218618da52cc023'
47
'60045ec0138ad4c01546df596b97016e467bec6d69c7e4e4c7bdb85e91a31bc2'
48
'b11745416d2b2f8bac1ccd3dcb99411c7239b067adf9eb973903c448f8747d09')
49
50
Changes since previous scan
--- PKGBUILD @ 2026-07-23 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,8 +1,8 @@ # Maintainer: Posi<posi1981@gmail.com> pkgname=betterbird-ru-bin _pkgname=betterbird-pkgver=140.12.0esr-_build=bb24+pkgver=140.13.0esr+_build=bb25 pkgrel=1 pkgdesc="RUSSIAN // 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=('15767b5d5ca950e8ac38851687797c1bf36dcab0b9762c01128624c4be15779a'+sha256sums=('7beb3ee7986b69aede49e68550c8f0347159f79075c34bf5e218618da52cc023' '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-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |