beebem
maintainer lostatsea
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:18
source=('http://beebem-unix.bbcmicro.com/download/beebem-0.0.13.tar.gz'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Iain Tatch <iain.tatch @ gmail>
2
pkgname=beebem
3
pkgver=0.0.13
4
pkgrel=2
5
pkgdesc="BBC Micro Emulator"
6
arch=('x86_64')
7
url="http://beebem-unix.bbcmicro.com/"
8
license=('custom')
9
groups=()
10
depends=('sdl' 'gtk2')
11
makedepends=('patch')
12
provides=()
13
conflicts=()
14
replaces=()
15
backup=()
16
options=()
17
install=
18
source=('http://beebem-unix.bbcmicro.com/download/beebem-0.0.13.tar.gz'
19
'http://beebem-unix.bbcmicro.com/download/beebem-0.0.13_64bit.patch'
20
'http://beebem-unix.bbcmicro.com/download/beebem-0.0.13-keys.patch'
21
'http://beebem-unix.bbcmicro.com/download/beebem-0.0.13_menu_crash.patch')
22
noextract=()
23
md5sums=('44e6edc5c3e5fca9a84e2cddc4bf4858' 'fb4b26c4b0189dbf0407816314a42ec6' '05d373f8c295039b62f9b48cc4dad9fa' '32de835139acabb7b919c18a9ebad830')
24
25
prepare() {
26
msg "Applying patch files ..."
27
cd $srcdir
28
patch -p0 <beebem-0.0.13_64bit.patch
29
patch -p0 <beebem-0.0.13-keys.patch
30
patch -p0 <beebem-0.0.13_menu_crash.patch
31
}
32
33
build() {
34
cd "$pkgname-$pkgver"
35
export CFLAGS="-Wno-error"
36
export CXXFLAGS="-Wno-error"
37
./configure --enable-econet --prefix=/usr
38
make
39
}
40
41
package() {
42
cd "$pkgname-$pkgver"
43
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
44
cp COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
45
make prefix="$pkgdir/usr/" install
46
}
47
48
# vim:set ts=2 sw=2 et:
49
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 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 |
| 2026-07-15 00:09:25 | LOW | 2 |