betterbird
maintainer fabiennerapraz
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary tarball from betterbird.eu (the project's own official domain), which is legitimate, but also bundles a local file named 'checker' with no URL and no checksum entry in sha256sums (only 3 checksums for 4 sources), making its content unverifiable; if 'checker' is executed at build/install time it would be a concern, though the PKGBUILD as shown does not explicitly run it.
Triggered rules
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/betterbird-${pkgver}-${_build}.en-US.linux-x86_64.tar.xz"
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
MEDIUM
AI review
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 65%): The package downloads a prebuilt binary tarball from betterbird.eu (the project's own official domain), which is legitimate, but also bundles a local file named 'checker' with no URL and no checksum entry in sha256sums (only 3 checksums for 4 sources), making its content unverifiable; if 'checker' is executed at build/install time it would be a concern, though the PKGBUILD as shown does not explicitly run it.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Posi<posi1981@gmail.com>
2
pkgname=betterbird
3
_pkgname=betterbird
4
pkgver=140.13.0esr
5
_build=bb25
6
pkgrel=1
7
pkgdesc="EN-US // 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-en_US')
13
provides=("betterbird=${pkgver}")
14
conflicts=()
15
source=(
16
"https://www.betterbird.eu/downloads/LinuxArchive/betterbird-${pkgver}-${_build}.en-US.linux-x86_64.tar.xz"
17
"eu.betterbird.Betterbird.desktop"
18
'checker'
19
"vendor-prefs.js"
20
)
21
22
package() {
23
install -d "${pkgdir}/opt"
24
install -d "${pkgdir}/usr/bin"
25
install -d "${pkgdir}/usr/share/applications"
26
27
cp -r "${srcdir}/betterbird/" "${pkgdir}/opt/betterbird"
28
install -m644 "${srcdir}/eu.betterbird.Betterbird.desktop" "${pkgdir}/usr/share/applications/eu.betterbird.Betterbird.desktop"
29
install -m644 "${srcdir}/vendor-prefs.js" -t "${pkgdir}/opt/betterbird/defaults/pref"
30
ln -s /opt/betterbird/betterbird "$pkgdir"/usr/bin/betterbird
31
ln -s /usr/share/hunspell "${pkgdir}/opt/betterbird/dictionaries"
32
33
echo "
34
35
>>>>> Please don't forget to cast a vote for this package. THANKS
36
>>>>> https://aur.archlinux.org/packages/betterbird-bin
37
38
"
39
40
#icons
41
for i in 16 22 24 32 48 64 128 256; do
42
install -d "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/
43
ln -s /opt/betterbird/chrome/icons/default/default$i.png \
44
"$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/betterbird.png
45
done
46
}
47
sha256sums=('d346c0c6c4f8dcde204f97f2d780d685530b9163d864bccd5c149456394ba1c0'
48
'60045ec0138ad4c01546df596b97016e467bec6d69c7e4e4c7bdb85e91a31bc2'
49
'b11745416d2b2f8bac1ccd3dcb99411c7239b067adf9eb973903c448f8747d09')
50
51
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 3 |
| 2026-08-02 00:16:08 | MEDIUM | 3 |
| 2026-08-01 11:24:03 | MEDIUM | 3 |
| 2026-08-01 11:20:22 | MEDIUM | 2 |