rolldice
LOW
maintainer hav3lock
16 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The source is a standard upstream tarball from a Debian mirror, which is a legitimate and common source for open-source software; building from this source poses no inherent risk.
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 standard upstream tarball from a Debian mirror, which is a legitimate and common source for open-source software; building from this source poses no inherent risk.
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:13
source=("http://http.debian.net/debian/pool/main/r/rolldice/${pkgname}_${pkgver}.orig.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alexej Magura <sickhadas.nix*gmail*>
2
# Contributor: Eric Forgeot < http://ifiction.free.fr >
3
4
pkgname=rolldice
5
pkgver=1.16
6
pkgrel=2
7
pkgdesc="A virtual dice roller"
8
arch=(i686 x86_64)
9
#url="http://packages.debian.org/source/sid/rolldice"
10
url="https://github.com/sstrickl/rolldice"
11
license=('GPL2')
12
depends=('readline')
13
source=("http://http.debian.net/debian/pool/main/r/rolldice/${pkgname}_${pkgver}.orig.tar.gz")
14
md5sums=('d2456d2411321167aeb0285bdd458e15')
15
#source=(http://ftp.de.debian.org/debian/pool/main/r/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz rolldice.6)
16
#mmaked5sums=('c65d37f81e80d0d5db6c49c08cf3b484' 'a4e0c4c28528b495690af2771daeb7b8')
17
18
prepare () {
19
20
cd "$srcdir"/"$pkgname-$pkgver"
21
22
sed -i -e 's:/usr/games:/usr/bin:g' Makefile
23
sed -i 's#\(.TH ROLLDICE \)6#\11#' rolldice.6.src
24
sed -i 's#\(rolldice.\)6.gz#\11.gz#g' Makefile
25
26
}
27
28
build () {
29
30
cd "$srcdir"/"$pkgname-$pkgver"
31
32
make
33
34
}
35
36
package () {
37
38
cd "$srcdir"/"$pkgname-$pkgver"
39
40
make DESTDIR="\"$pkgdir\"" MAN="\"$pkgdir\"/usr/share/man/man1" install
41
42
43
install -d "$pkgdir"/usr/share/doc/"$pkgname"
44
45
install -m644 -t "$pkgdir"/usr/share/doc/"$pkgname" \
46
Changelog CREDITS COPYING README
47
48
}
49
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 |