rolldice
maintainer hav3lock
· 16 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |