poplog-git
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:17
"http://www.cs.bham.ac.uk/research/projects/poplog/V16/DL/packages-V16.tar.bz2"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD pulls a prebuilt binary archive 'packages-V16.tar.bz2' from cs.bham.ac.uk over plain HTTP (not HTTPS) with no checksum verification (SKIP). This archive is then copied into the build tree and used during compilation/installation. While cs.bham.ac.uk is a legitimate UK university host associated with the Poplog project (Aaron Sloman at Birmingham is a well-known Poplog contributor), the combination of: (1) plain HTTP download susceptible to MITM, (2) no integrity check (SKIP sha256sum), and (3) the archive containing executed/compiled code that gets installed, constitutes a genuine supply-chain risk. The git source also uses SKIP, though git+https is somewhat self-authenticating via the remote. The HTTP+SKIP combination for a binary archive is a real medium-severity concern regardless of the host's legitimacy.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Will Price <willprice94@gmail.com>
# Contributor: Aaron Sloman <a.sloman@cs.bham.ac.uk>
# Contributor: Steve Leach <sfkleach@gmail.com>
pkgname=poplog-git
pkgver=v0.3.0.r136.gb4d3163
pkgrel=2
pkgdesc="poplog development system"
arch=('x86_64')
url="https://getpoplog.github.io/"
license=('custom:poplog')
depends=('tcsh' 'libxext' 'libxt' 'openmotif' 'libxp' 'ncurses5-compat-libs')
optdepends=('espeak: for run-speaking-eliza demo')
conflicts=(poplog)
source=(
"git+https://github.com/GetPoplog/Seed"
"http://www.cs.bham.ac.uk/research/projects/poplog/V16/DL/packages-V16.tar.bz2"
)
sha256sums=(
'SKIP'
'SKIP'
)
_prefix=/opt
_bindir=/usr/bin
prepare() {
cd "$srcdir/Seed"
mkdir -p "$srcdir/Seed/_download"
cp "$srcdir/packages-V16.tar.bz2" "$srcdir/Seed/_download"
touch "$srcdir/Seed/_download/Packages.Downloaded.proxy"
}
build() {
cd "$srcdir/Seed"
make bindir="$_bindir" prefix="$_prefix"
}
package() {
echo "$pkgdir"
mkdir -p "$pkgdir/usr/share/man/man1"
cd "$srcdir/Seed"
make install DESTDIR="$pkgdir" prefix="$_prefix" bindir="$_bindir"
for f in "$pkgdir/$_prefix/share/poplog/current_usepop/pop/doc/man/"*; do
ln -s -t "$pkgdir/usr/share/man/man1" "${f##$pkgdir}"
done
}
pkgver() {
cd "$srcdir/Seed"
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |