rascal
maintainer leongr
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The JAR file is downloaded from the project's own update domain (update.rascal-mpl.org), which is plausibly official; building from project-owned infrastructure with no code execution at build time is low risk 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 95%): The JAR file is downloaded from the project's own update domain (update.rascal-mpl.org), which is plausibly official; building from project-owned infrastructure with no code execution at build time is low risk 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:13
source=("https://update.rascal-mpl.org/console/$pkgname-$pkgver.jar" 'rascal.sh')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Leon G <mail+aur at leongr.nl>
2
pkgname=rascal
3
pkgver=0.33.8
4
pkgrel=1
5
pkgdesc='The one-stop shop for metaprogramming'
6
arch=('any')
7
url='https://www.rascal-mpl.org'
8
license=('BSD' 'EPL')
9
depends=('java-runtime-headless' 'sh')
10
makedepends=()
11
checkdepends=()
12
optdepends=()
13
source=("https://update.rascal-mpl.org/console/$pkgname-$pkgver.jar" 'rascal.sh')
14
sha512sums=('cb3794584de095f310fcdee1b5b5039f258936342be1a2f4ea41305c666b42395139c49a0cd4974fc1b3e6a20cb28b1e0e12a2c0f3a6d6413b76c7d66c958c75'
15
'af6d374be381c68cd3de9103b96c1ff3076bd54c8cffdf0c0c10442154f3d102a4d0332522fb037ae674b6feb2a330268a8e58b8df9bde86f5266b2f616178f3')
16
17
package() {
18
install -Dm644 "$pkgname-$pkgver.jar" -t "$pkgdir/usr/share/java/$pkgname"
19
install -Dm755 "$srcdir/rascal.sh" "$pkgdir/usr/bin/rascal"
20
}
21
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 |