y-cruncher
maintainer Dominiquini
· 20 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official domain (numberworld.org), which is plausibly the project's own release infrastructure; building from this source is normal AUR packaging despite the non-whitelisted host.
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 downloaded from the project's official domain (numberworld.org), which is plausibly the project's own release infrastructure; building from this source is normal AUR packaging despite the non-whitelisted host.
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=("http://www.numberworld.org/$pkgname/$pkgname%20v$pkgver-dynamic.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rafael Baboni Dominiquini <rafaeldominiquini at gmail dot com>
2
# Contributor: Markus Hartung <mail@hartmark.se>
3
# Contributor: éclairevoyant
4
# Contributor: SilverMight <silver at silvermight dot com>
5
# Contributor: Bastian Plettner <b.pletttner at archlinux dot info>
6
# Contributor: thesqrtminus1 <thesqrtminus1 at gmail dot com>
7
# Contributor: kstolp <kevinstolp at gmail dot com>
8
# Contributor: kfgz <ffiasd at gmail dot com>
9
10
pkgname=y-cruncher
11
pkgver=0.8.7.9547
12
pkgrel=1
13
pkgdesc="The first scalable multi-threaded Pi-benchmark for multi-core systems"
14
arch=(x86_64)
15
url="http://www.numberworld.org/$pkgname"
16
license=(custom)
17
options=('!strip')
18
depends=('glibc' 'gcc-libs' 'numactl' 'onetbb')
19
20
#source=("https://github.com/Mysticial/$pkgname/releases/download/v$pkgver/$pkgname.v$pkgver-dynamic.tar.xz")
21
source=("http://www.numberworld.org/$pkgname/$pkgname%20v$pkgver-dynamic.tar.xz")
22
b2sums=('a65aa450ee976651d3b837c72fa620d6816c4cb847d073988220eb1363330c984e83d32be0fe044ef1d65c68738b818003c0a66129a147f7f8a75c342d7c4214')
23
24
prepare() {
25
cd "$pkgname v$pkgver-dynamic"
26
27
sed '/Username: / s|Username.txt|/etc/xdg/y-cruncher-username.conf|' Username.txt > "$srcdir/$pkgname-username.txt"
28
rm Username.txt
29
30
mv "Binaries/Digits/Gamma(⅓).txt" "Binaries/Digits/Gamma(1-3).txt"
31
mv "Binaries/Digits/Gamma(¼).txt" "Binaries/Digits/Gamma(1-4).txt"
32
mv "Binaries/Digits/Gamma(⅕).txt" "Binaries/Digits/Gamma(1-5).txt"
33
}
34
35
package() {
36
cd "$pkgname v$pkgver-dynamic"
37
38
install -vdm755 "$pkgdir/usr/lib/$pkgname/"
39
cp -rv --no-preserve=ownership $pkgname Binaries "Custom Formulas" -t "$pkgdir/usr/lib/$pkgname/"
40
41
# add wrapper binary to path
42
install -vdm755 "$pkgdir/usr/bin/"
43
ln -vs /usr/lib/$pkgname/$pkgname "$pkgdir/usr/bin/$pkgname"
44
45
# place conf file in XDG-compliant directory
46
install -vDm755 "$srcdir/$pkgname-username.txt" "$pkgdir/etc/xdg/y-cruncher-username.conf"
47
ln -vs /etc/xdg/y-cruncher-username.conf "$pkgdir/usr/lib/$pkgname/Username.txt"
48
49
install -vDm644 'Command Lines.txt' "$pkgdir/usr/share/doc/$pkgname/USAGE"
50
install -vDm644 'Read Me.txt' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
51
}
52
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 |