rakudo-bin
maintainer CIAvash
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary tarball from the official project domain rakudo.org, which is the legitimate and expected source for this package; the non-whitelisted host is the project's own site, and the package installs only the official compiler binaries and data without executing remote code or exfiltrating data.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt binary tarball from the official project domain rakudo.org, which is the legitimate and expected source for this package; the non-whitelisted host is the project's own site, and the package installs only the official compiler binaries and data without executing remote code or exfiltrating data.
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=("https://rakudo.org/dl/${pkgname%-bin}/${pkgname%-bin}-moar-${pkgver//_/-}-linux-x86_64-gcc.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Siavash Askari Nasr <ciavash@protonmail.com>
2
pkgname=rakudo-bin
3
pkgver=2026.07_01
4
pkgrel=1
5
pkgdesc="Raku compiler for MoarVM"
6
arch=('x86_64')
7
url='https://rakudo.org/'
8
license=(PerlArtistic)
9
groups=('raku')
10
provides=('rakudo-moar' 'perl6' 'raku' 'rakudo' 'nqp' 'moarvm' 'zef')
11
conflicts=('rakudo-moar' 'perl6' 'raku' 'rakudo' 'nqp' 'moarvm')
12
install="${pkgname}.install"
13
source=("https://rakudo.org/dl/${pkgname%-bin}/${pkgname%-bin}-moar-${pkgver//_/-}-linux-x86_64-gcc.tar.gz"
14
"https://rakudo.org/dl/${pkgname%-bin}/${pkgname%-bin}-moar-${pkgver//_/-}-linux-x86_64-gcc.tar.gz.asc")
15
validpgpkeys=(
16
# Patrick Böker
17
'DB2BA39D1ED967B584D65D71C09FF113BB6410D0'
18
# Alexander Kiryuhin
19
'FE750D152426F3E50953176ADE8F8F5E97A8FCDE'
20
# Justin DeVuyst
21
'59E634736AFDCF9C6DBAC382602D51EACA887C01'
22
)
23
sha512sums=('e5e53133439f1df6964c264133a8058ed5bf37366ddc271039bc58ee69b5400d2832f9df6f2fbc9457828c604cb3efcb740225ad8aa2d3f7360532348ddb91e8'
24
'SKIP')
25
26
package() {
27
cd "${pkgname%-bin}-moar-${pkgver//_/-}-linux-x86_64-gcc"
28
29
install -dm755 ${pkgdir}/usr/
30
31
cp -r bin ${pkgdir}/usr/
32
cp -r share ${pkgdir}/usr/
33
cp -r lib ${pkgdir}/usr/
34
cp -r include ${pkgdir}/usr/
35
36
install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname%-bin}/README.md
37
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname%-bin}/LICENSE
38
}
39
Changes since previous scan
--- PKGBUILD @ 2026-06-28 06:31+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Siavash Askari Nasr <ciavash@protonmail.com> pkgname=rakudo-bin-pkgver=2026.06_01+pkgver=2026.07_01 pkgrel=1 pkgdesc="Raku compiler for MoarVM" arch=('x86_64')@@ -20,7 +20,7 @@ # Justin DeVuyst '59E634736AFDCF9C6DBAC382602D51EACA887C01' )-sha512sums=('28e0be693332e2dd51bc6a08327975899b10688ab871850589b64d6a184aa1690a3abbec9702d7edab29a59b6cce4e6d3138140fa84b68eab16a7f6a68e2e09f'+sha512sums=('e5e53133439f1df6964c264133a8058ed5bf37366ddc271039bc58ee69b5400d2832f9df6f2fbc9457828c604cb3efcb740225ad8aa2d3f7360532348ddb91e8' 'SKIP') package() {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 07:10:52 | MEDIUM | 1 |
| 2026-06-28 06:31:55 | CLEAN | 2 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 18:55:24 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |