arachnotron-bin
The PKGBUILD downloads and installs a prebuilt binary (arachnotron) from nephrite.uk, which is the project's own personal/unofficial website rather than a recognized release platform like GitHub releases. The binary is executed directly on the user's system. While a sha256sum is provided (offering some integrity protection against transit tampering), the trust anchor is entirely the maintainer's personal web server — if that host is compromised or the maintainer is malicious, the checksum in the PKGBUILD would also be updated to match a malicious binary. There is no GPG signature verification. This is a classic supply-chain concern: an executed binary from an unofficial/personal host with no independent verification mechanism. The cheaper model's MEDIUM rating is correct.
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:55
source=("http://nephrite.uk/storage/app/media/Doom/arachnotron-linux-lite-$pkgver.tar.gz" "arachnowrap")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The PKGBUILD downloads and installs a prebuilt binary (arachnotron) from nephrite.uk, which is the project's own personal/unofficial website rather than a recognized release platform like GitHub releases. The binary is executed directly on the user's system. While a sha256sum is provided (offering some integrity protection against transit tampering), the trust anchor is entirely the maintainer's personal web server — if that host is compromised or the maintainer is malicious, the checksum in the PKGBUILD would also be updated to match a malicious binary. There is no GPG signature verification. This is a classic supply-chain concern: an executed binary from an unofficial/personal host with no independent verification mechanism. The cheaper model's MEDIUM rating is correct.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Savchenko Dmitriy <apicalium@gmail.com>
pkgname="arachnotron-bin"
pkgver="1.1.4"
pkgrel=2
pkgdesc="Cross platform, advanced Doom launcher built with QT."
arch=('x86_64')
url="http://nephrite.uk/arachnotron"
license=('custom')
groups=()
depends=(
'brotli'
'bzip2'
'double-conversion'
'e2fsprogs'
'freetype2'
'gcc-libs'
'glib2'
'glibc'
'graphite'
'harfbuzz'
'icu'
'keyutils'
'krb5'
'libcap'
'libgcrypt'
'libglvnd'
'libgpg-error'
'libpng'
'libx11'
'libxau'
'libxcb'
'libxdmcp'
'lz4'
'md4c'
'pcre2'
'qt5-base'
'qt5-declarative'
'systemd-libs'
'xz'
'zlib'
'zstd'
'qt5-graphicaleffects'
'qt5-quickcontrols'
'qt5-quickcontrols2'
)
makedepends=('bash')
optdepends=()
provides=('arachnotron')
conflicts=('arachnotron-git')
replaces=()
backup=()
options=()
install=
changelog=
source=("http://nephrite.uk/storage/app/media/Doom/arachnotron-linux-lite-$pkgver.tar.gz" "arachnowrap")
noextract=()
sha256sums=('2653fcad69a97a7d3f9b96f6e0d80797f315592ffd15f1ab0d7045050fb935cf'
'f2bf987cbedbb4b4c8afe72b5f714291628f74ae1cc1d05d3d953dfac2605feb')
package() {
cd "$srcdir"
sed -i 's+/home/richard/Doom/IWADs/+USERPATH+g' config/settings.json
mkdir -pm 755 $pkgdir/opt/arachnotron
install -m 755 arachnotron $pkgdir/opt/arachnotron
cp -r --no-preserve=mode,ownership config $pkgdir/opt/arachnotron
install -D -m 755 arachnowrap $pkgdir/usr/bin/arachnotron
}
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 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 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 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 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |