betterbird-ja-bin
maintainer Posi
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary archive from the project's official domain (betterbird.eu), which is not on the standard whitelist but is plausibly legitimate; the source is verified via a matching sha256sum, and the build process only installs the official binary and desktop files without executing untrusted code.
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 project's official domain (betterbird.eu), which is not on the standard whitelist but is plausibly legitimate; the source is verified via a matching sha256sum, and the build process only installs the official binary and desktop files without executing untrusted code.
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}.ja.linux-x86_64.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Posi<posi1981@gmail.com>
2
pkgname=betterbird-ja-bin
3
_pkgname=betterbird
4
pkgver=140.13.0esr
5
_build=bb25
6
pkgrel=1
7
pkgdesc="JAPANESE // 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}.ja.linux-x86_64.tar.xz"
16
"eu.betterbird.Betterbird.desktop"
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
>>>>> このパッケージに忘れずに投票してください。 ありがとう
31
>>>>> Kono pakkēji ni wasurezu ni tōhyō shite kudasai. Arigatō
32
>>>>> https://aur.archlinux.org/packages/betterbird-ja-bin
33
34
"
35
36
#icons
37
for i in 16 22 24 32 48 64 128 256; do
38
install -d "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/
39
ln -s /opt/$_pkgname/chrome/icons/default/default$i.png \
40
"$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/$_pkgname.png
41
done
42
}
43
sha256sums=('768a809664ce0c4b1dbb521d8c5412e051d8247dc5e9e653c98f4af089b3a96a'
44
'60045ec0138ad4c01546df596b97016e467bec6d69c7e4e4c7bdb85e91a31bc2')
45
46
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-ja-bin _pkgname=betterbird-pkgver=140.12.0esr-_build=bb24+pkgver=140.13.0esr+_build=bb25 pkgrel=1 pkgdesc="JAPANESE // Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will." arch=('x86_64')@@ -40,7 +40,7 @@ "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/$_pkgname.png done }-sha256sums=('862281965d5eb1e5033a3d7fb8d6bbf99955da123e77809df19ba7fe641deb7e'+sha256sums=('768a809664ce0c4b1dbb521d8c5412e051d8247dc5e9e653c98f4af089b3a96a' '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:55:24 | LOW | 2 |
| 2026-06-18 18:04:49 | LOW | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |