most-snapshot
The source is a tarball from the project's own snapshot host (jedsoft.org), which is plausibly official despite not being on a standard host whitelist; it is built from source, not an unverifiable binary, and the checksums are provided and valid.
Triggered rules
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 source is a tarball from the project's own snapshot host (jedsoft.org), which is plausibly official despite not being on a standard host whitelist; it is built from source, not an unverifiable binary, and the checksums are provided and valid.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:21
source=("https://www.jedsoft.org/snapshots/$_pkgname-$_prever.tar.gz")
PKGBUILD
1 offending line(s) highlighted# shellcheck shell=bash
# -*- sh -*-
# Maintainer: Klaus Alexander Seistrup <$(echo 0x1fd+d59decfa=40 | tr 0-9+a-f=x ka-i@p-u.l)>
pkgname='most-snapshot'
_pkgname="${pkgname/-snapshot/}"
# shellcheck disable=SC1112
pkgdesc='A terminal pager similar to ‘more’ and ‘less’ (latest development snapshot)'
pkgver=5.3.0.8
_prever='pre5.3.0-8'
pkgrel=1
epoch=1
url='https://www.jedsoft.org/most/'
arch=('aarch64' 'armv7h' 'i686' 'x86_64')
license=('GPL-2.0-or-later') # SPDX-License-Identifier: GPL-2.0-or-later
depends=('glibc' 'slang')
provides=('most')
conflicts=("${provides[@]}")
options=('!makeflags')
source=("https://www.jedsoft.org/snapshots/$_pkgname-$_prever.tar.gz")
#validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A') # John E. Davis <davis@space.mit.edu>
# Taken from https://jedsoft.org/snapshots/
md5sums=('3a74d9d5975ae2d93b4d2ff7e9b41809')
build() {
cd "$srcdir/$_pkgname-$_prever"
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
cd "$srcdir/$_pkgname-$_prever"
make DESTDIR="$pkgdir" install
cd "$pkgdir/usr/share/doc/" && ln -srf "$_pkgname" "$pkgname"
}
# Calculated
sha256sums=(
'92c5f8b0d6e072338792094d2cf38d627e8577cac8440320672d99391ee17e24'
)
# eof
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |