beeper-bin
The package downloads a prebuilt AppImage from a non-standard host (beeper-desktop.download.beeper.com), which is not on the standard whitelist and could allow supply-chain attacks if the host is compromised; while the AppImage is from the official vendor, the use of a non-standard domain increases risk.
Triggered rules
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:21
source=('Beeper-4.3.104-x86_64.AppImage::https://beeper-desktop.download.beeper.com/builds/Beeper-4.3.104-x86_64.AppImage')
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt AppImage from a non-standard host (beeper-desktop.download.beeper.com), which is not on the standard whitelist and could allow supply-chain attacks if the host is compromised; while the AppImage is from the official vendor, the use of a non-standard domain increases risk.
-
PKGBUILD:60
eval "$_oldnull"
PKGBUILD
2 offending line(s) highlighted# Maintainer: Serph91P <aur+beeper-bin@users.noreply.github.com>
# Generated-maintenance note: scripts/aur_update.py updates pkgver, source and sha256sums.
_pkgname='beeper'
_install_path='opt'
pkgname='beeper-bin'
pkgver=4.3.104
pkgrel=1
epoch=1
pkgdesc='The ultimate messaging app'
depends=('libappindicator' 'libnotify' 'libsecret' 'hicolor-icon-theme')
makedepends=('asar')
url='https://www.beeper.com/beta'
license=('LicenseRef-beeper')
arch=('x86_64')
options=('!strip' '!debug')
conflicts=('beeper' 'beeper-v4-bin')
provides=('beeper')
source=('Beeper-4.3.104-x86_64.AppImage::https://beeper-desktop.download.beeper.com/builds/Beeper-4.3.104-x86_64.AppImage')
sha256sums=('6b42072150559ba8f529fdec800f800fd51fa6e1241ae4cb60e4454247b2c3e9')
build() {
local _filename="Beeper-${pkgver}-x86_64.AppImage"
chmod +x "$srcdir/$_filename"
"$srcdir/$_filename" --appimage-extract
sed -Ei 's@^(if \[ -z "\$APPDIR" \] ; then)$@APPDIR="/'"$_install_path"'/beeper"\n\1@' "$srcdir/squashfs-root/AppRun"
}
_package_beeper() {
install -Dm755 "$srcdir/squashfs-root/AppRun" "$pkgdir/usr/bin/beeper"
install -dm755 "$pkgdir/$_install_path"
mv "$srcdir/squashfs-root" "$pkgdir/$_install_path/beeper"
rm -f "$pkgdir/$_install_path/beeper/beepertexts.desktop"
local _resources_dir="$pkgdir/$_install_path/beeper/resources"
local _app_dir="$_resources_dir/app"
local _asar_path="$_resources_dir/app.asar"
local _main_dir="$_app_dir/build/main"
local _linux_config_file
local _main_mjs_files
local _oldnull
if [ ! -d "$_app_dir" ] && [ -f "$_asar_path" ]; then
asar extract "$_asar_path" "$_app_dir" || return 1
rm -f "$_asar_path"
fi
_linux_config_file=""
if [ -d "$_main_dir" ]; then
_oldnull=$(shopt -p nullglob || true)
shopt -s nullglob
_main_mjs_files=("$_main_dir"/*.mjs)
eval "$_oldnull"
if [ -n "${_main_mjs_files[*]}" ]; then
_linux_config_file=$(grep -lE 'export\{[a-zA-Z0-9_]+ as registerLinuxConfig\};' "${_main_mjs_files[@]}" 2>/dev/null | head -n1)
fi
fi
if [ -z "$_linux_config_file" ] && [ -d "$_app_dir" ]; then
_linux_config_file=$(grep -R -lE 'export\{[a-zA-Z0-9_]+ as registerLinuxConfig\};' "$_app_dir" --include='*.mjs' 2>/dev/null | head -n1)
fi
if [ -z "$_linux_config_file" ]; then
echo "error: could not find file exporting registerLinuxConfig in $_app_dir" >&2
return 1
fi
sed -i 's/export{[a-zA-Z0-9_]* as registerLinuxConfig};/const noopFunc=function(){};export{noopFunc as registerLinuxConfig};/' "$_linux_config_file"
}
package() {
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/beeper.desktop" << END
[Desktop Entry]
Type=Application
Name=Beeper
GenericName=Unified Messenger
Comment=$pkgdesc
Exec=beeper --no-sandbox %U
Icon=beepertexts
Terminal=false
StartupWMClass=BeeperTexts
X-AppImage-Version=$pkgver
MimeType=x-scheme-handler/beeper;x-scheme-handler/matrix;x-scheme-handler/element;
Categories=Network;InstantMessaging;
END
install -Dm644 "$srcdir/squashfs-root/usr/share/icons/hicolor/512x512/apps/beepertexts.png" -t "$pkgdir/usr/share/icons/hicolor/512x512/apps"
install -Dm644 "$srcdir/squashfs-root/LICENSE.electron.txt" -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 "$srcdir/squashfs-root/LICENSES.chromium.html" -t "$pkgdir/usr/share/licenses/$pkgname/"
_package_beeper
chmod -R u+rwX,go+rX,go-w "$pkgdir"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-12 00:25+++ PKGBUILD @ 2026-09-17 00:27@@ -5,7 +5,7 @@ _install_path='opt' pkgname='beeper-bin'-pkgver=4.3.89+pkgver=4.3.104 pkgrel=1 epoch=1 pkgdesc='The ultimate messaging app'@@ -18,8 +18,8 @@ conflicts=('beeper' 'beeper-v4-bin') provides=('beeper') -source=('Beeper-4.3.89-x86_64.AppImage::https://beeper-desktop.download.beeper.com/builds/Beeper-4.3.89-x86_64.AppImage')-sha256sums=('a7de605ae802ec14037a88a26c0c5e9bb270dc60aebfdd4d6227fb9fe41f5c59')+source=('Beeper-4.3.104-x86_64.AppImage::https://beeper-desktop.download.beeper.com/builds/Beeper-4.3.104-x86_64.AppImage')+sha256sums=('6b42072150559ba8f529fdec800f800fd51fa6e1241ae4cb60e4454247b2c3e9') build() { local _filename="Beeper-${pkgver}-x86_64.AppImage"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 03:10:21 | Medium | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 03:20:13 | Medium | 1 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 03:56:15 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |