most-snapshot

LOW
maintainer kseistrup 1 votes scanned 2026-09-17 00:27:14.276658
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
6pkgname='most-snapshot'
7_pkgname="${pkgname/-snapshot/}"
8# shellcheck disable=SC1112
9pkgdesc='A terminal pager similar to ‘more’ and ‘less’ (latest development snapshot)'
10pkgver=5.3.0.8
11_prever='pre5.3.0-8'
12pkgrel=1
13epoch=1
14url='https://www.jedsoft.org/most/'
15arch=('aarch64' 'armv7h' 'i686' 'x86_64')
16license=('GPL-2.0-or-later') # SPDX-License-Identifier: GPL-2.0-or-later
17depends=('glibc' 'slang')
18provides=('most')
19conflicts=("${provides[@]}")
20options=('!makeflags')
21source=("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/
24md5sums=('3a74d9d5975ae2d93b4d2ff7e9b41809')
25
26build() {
27 cd "$srcdir/$_pkgname-$_prever"
28
29 ./configure --prefix=/usr --sysconfdir=/etc
30 make
31}
32
33package() {
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
42sha256sums=(
43 '92c5f8b0d6e072338792094d2cf38d627e8577cac8440320672d99391ee17e24'
44)
45
46# eof
47

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion