beebem

LOW
maintainer lostatsea 3 votes scanned 2026-09-17 00:27:14.276658
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>
2pkgname=beebem
3pkgver=0.0.13
4pkgrel=2
5pkgdesc="BBC Micro Emulator"
6arch=('x86_64')
7url="http://beebem-unix.bbcmicro.com/"
8license=('custom')
9groups=()
10depends=('sdl' 'gtk2')
11makedepends=('patch')
12provides=()
13conflicts=()
14replaces=()
15backup=()
16options=()
17install=
18source=('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')
22noextract=()
23md5sums=('44e6edc5c3e5fca9a84e2cddc4bf4858' 'fb4b26c4b0189dbf0407816314a42ec6' '05d373f8c295039b62f9b48cc4dad9fa' '32de835139acabb7b919c18a9ebad830')
24
25prepare() {
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
33build() {
34 cd "$pkgname-$pkgver"
35 export CFLAGS="-Wno-error"
36 export CXXFLAGS="-Wno-error"
37 ./configure --enable-econet --prefix=/usr
38 make
39}
40
41package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion