myman
maintainer jose1711
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a personal domain, but it is the project's own source code, built locally; the worst case of a swapped source is building malicious code, but this is a standard AUR practice with low realistic impact given the project's nature and transparency.
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 90%): The source is a tarball from a personal domain, but it is the project's own source code, built locally; the worst case of a swapped source is building malicious code, but this is a standard AUR practice with low realistic impact given the project's nature and transparency.
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:18
source=("http://xent.com/~bsittler/$pkgname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jose Riha <jose1711 gmail com>
2
# Contributor: Anton Larionov <diffident dot cat at gmail dot com>
3
# Contributor: chochem <chochem@gmail.com>
4
# Contributor: Technetium1
5
6
pkgname=myman
7
pkgver=0.7.0
8
pkgrel=7
9
pkgdesc='Pacman clone with an ncurses and a "graphic" interface'
10
arch=('i686' 'x86_64')
11
url='http://myman.sourceforge.net/'
12
license=('BSD')
13
depends=('ncurses')
14
makedepends=('make>=3.80' 'man')
15
optdepends=('xterm: Launch game with xmyman wrapper'
16
'rxvt-unicode: Launch game with xmyman2 wrapper'
17
'kterm: Launch game with xmyman4 wrapper')
18
source=("http://xent.com/~bsittler/$pkgname-$pkgver.tar.gz")
19
sha512sums=('7a5268fa9a9275c8d46b57cf714e889c221581a5cbe19b388e6a6023667f9941f764af6be47fbf1f11a430f149fbf6a7a0bb5be2dd92b16c07020f9de8fc98b6')
20
21
build() {
22
cd "$srcdir/$pkgname-$pkgver"
23
./configure --prefix="$pkgdir/usr" --with-xterm --with-rxvt --with-kterm
24
make
25
}
26
27
package() {
28
cd "$srcdir/$pkgname-$pkgver"
29
make install
30
rm -r "$pkgdir/usr/share/man/cat6"
31
rm "$pkgdir/usr/share/man/index.db"
32
33
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
}
35
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 |