most-snapshot
maintainer kseistrup
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:21
source=("https://www.jedsoft.org/snapshots/$_pkgname-$_prever.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# shellcheck shell=bash
2
# -*- sh -*-
3
4
# Maintainer: Klaus Alexander Seistrup <$(echo 0x1fd+d59decfa=40 | tr 0-9+a-f=x ka-i@p-u.l)>
5
6
pkgname='most-snapshot'
7
_pkgname="${pkgname/-snapshot/}"
8
# shellcheck disable=SC1112
9
pkgdesc='A terminal pager similar to ‘more’ and ‘less’ (latest development snapshot)'
10
pkgver=5.3.0.8
11
_prever='pre5.3.0-8'
12
pkgrel=1
13
epoch=1
14
url='https://www.jedsoft.org/most/'
15
arch=('aarch64' 'armv7h' 'i686' 'x86_64')
16
license=('GPL-2.0-or-later') # SPDX-License-Identifier: GPL-2.0-or-later
17
depends=('glibc' 'slang')
18
provides=('most')
19
conflicts=("${provides[@]}")
20
options=('!makeflags')
21
source=("https://www.jedsoft.org/snapshots/$_pkgname-$_prever.tar.gz")
22
#validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A') # John E. Davis <davis@space.mit.edu>
23
# Taken from https://jedsoft.org/snapshots/
24
md5sums=('3a74d9d5975ae2d93b4d2ff7e9b41809')
25
26
build() {
27
cd "$srcdir/$_pkgname-$_prever"
28
29
./configure --prefix=/usr --sysconfdir=/etc
30
make
31
}
32
33
package() {
34
cd "$srcdir/$_pkgname-$_prever"
35
36
make DESTDIR="$pkgdir" install
37
38
cd "$pkgdir/usr/share/doc/" && ln -srf "$_pkgname" "$pkgname"
39
}
40
41
# Calculated
42
sha256sums=(
43
'92c5f8b0d6e072338792094d2cf38d627e8577cac8440320672d99391ee17e24'
44
)
45
46
# eof
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |