arachnotron-bin
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-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 |