beebem
The package downloads the source tarball and patches from the project's own domain (bbcmicro.com), which is plausibly official despite being non-whitelisted; building from source with patches is standard practice, and the patches are verifiable via checksums.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads the source tarball and patches from the project's own domain (bbcmicro.com), which is plausibly official despite being non-whitelisted; building from source with patches is standard practice, and the patches are verifiable via checksums.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:18
source=('http://beebem-unix.bbcmicro.com/download/beebem-0.0.13.tar.gz'
PKGBUILD
1 offending line(s) highlighted# Maintainer: Iain Tatch <iain.tatch @ gmail>
pkgname=beebem
pkgver=0.0.13
pkgrel=2
pkgdesc="BBC Micro Emulator"
arch=('x86_64')
url="http://beebem-unix.bbcmicro.com/"
license=('custom')
groups=()
depends=('sdl' 'gtk2')
makedepends=('patch')
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=('http://beebem-unix.bbcmicro.com/download/beebem-0.0.13.tar.gz'
'http://beebem-unix.bbcmicro.com/download/beebem-0.0.13_64bit.patch'
'http://beebem-unix.bbcmicro.com/download/beebem-0.0.13-keys.patch'
'http://beebem-unix.bbcmicro.com/download/beebem-0.0.13_menu_crash.patch')
noextract=()
md5sums=('44e6edc5c3e5fca9a84e2cddc4bf4858' 'fb4b26c4b0189dbf0407816314a42ec6' '05d373f8c295039b62f9b48cc4dad9fa' '32de835139acabb7b919c18a9ebad830')
prepare() {
msg "Applying patch files ..."
cd $srcdir
patch -p0 <beebem-0.0.13_64bit.patch
patch -p0 <beebem-0.0.13-keys.patch
patch -p0 <beebem-0.0.13_menu_crash.patch
}
build() {
cd "$pkgname-$pkgver"
export CFLAGS="-Wno-error"
export CXXFLAGS="-Wno-error"
./configure --enable-econet --prefix=/usr
make
}
package() {
cd "$pkgname-$pkgver"
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
cp COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
make prefix="$pkgdir/usr/" install
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |