altair-ai-studio
maintainer ZanDev32
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from the project's official release infrastructure (releases.rapidminer.com), which is a legitimate and expected source; despite the host not being on a whitelist, this is a normal build process for the software and poses no inherent supply-chain 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source archive from the project's official release infrastructure (releases.rapidminer.com), which is a legitimate and expected source; despite the host not being on a whitelist, this is a normal build process for the software and poses no inherent supply-chain 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=('https://releases.rapidminer.com/latest/rapidminer-studio/rapidminer-studio.zip'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: ZanDev32 <fauzan-basalamah@outlook.com>
2
# Contributor: Varakh <varakh@varakh.de>
3
4
pkgname=altair-ai-studio
5
pkgver=2026.1.1
6
pkgrel=1
7
pkgdesc="Altair AI Studio (RapidMiner Studio rebranded). Data science tool anyone can use to design and prototype highly explainable AI and machine learning models that help build trust throughout your organization"
8
DLAGENTS=('https::/usr/bin/aria2c %u -o %o --continue --max-connection-per-server=16 --min-split-size=1M --split=16 --console-log-level=warn --summary-interval=0')
9
arch=('any')
10
url="https://rapidminer.com"
11
depends=('java-runtime')
12
makedepends=('unzip' 'gendesk')
13
source=('https://releases.rapidminer.com/latest/rapidminer-studio/rapidminer-studio.zip'
14
'altair-ai-studio.sh')
15
sha256sums=('cf28f16d6b15cf813df3df5724bd49413d965e792c5369407e0caf806d092203'
16
'e69a78eacd0e1a8e66fe0c44150efcb299a3133ef5cce81a5a092c6f43345cfc')
17
18
prepare() {
19
echo "[${pkgname}] Generating desktop file..."
20
gendesk -f --pkgname "$pkgname" \
21
--pkgdesc "$pkgdesc" \
22
--name "Altair AI Studio" \
23
--exec "$pkgname" \
24
--categories "Development;Science" && echo "ok"
25
}
26
27
package() {
28
install -d "$pkgdir/opt/$pkgname" \
29
"$pkgdir/usr/bin" \
30
"$pkgdir/usr/share/applications" \
31
"$pkgdir/usr/share/pixmaps"
32
33
appdir=$(find "$srcdir" -maxdepth 3 -type d -name 'AI Studio *' | head -n1)
34
[[ -z "$appdir" ]] && { echo "Error: app directory not found"; return 1; }
35
36
cp -a "$appdir/." "$pkgdir/opt/$pkgname/"
37
38
corejar=$(find "$appdir/lib" -maxdepth 1 -name 'rapidminer-studio-core-*.jar' | head -n1)
39
[[ -z "$corejar" ]] && { echo "Error: core JAR not found"; return 1; }
40
41
unzip -p "$corejar" com/rapidminer/resources/rapidminer_frame_icon_128.png > "$srcdir/$pkgname.png"
42
install -m644 "$srcdir/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
43
44
install -m755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
45
install -m644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
46
}
47
Changes since previous scan
--- PKGBUILD @ 2026-07-27 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ # Contributor: Varakh <varakh@varakh.de> pkgname=altair-ai-studio-pkgver=2026.0.5+pkgver=2026.1.1 pkgrel=1 pkgdesc="Altair AI Studio (RapidMiner Studio rebranded). Data science tool anyone can use to design and prototype highly explainable AI and machine learning models that help build trust throughout your organization" DLAGENTS=('https::/usr/bin/aria2c %u -o %o --continue --max-connection-per-server=16 --min-split-size=1M --split=16 --console-log-level=warn --summary-interval=0')@@ -12,7 +12,7 @@ makedepends=('unzip' 'gendesk') source=('https://releases.rapidminer.com/latest/rapidminer-studio/rapidminer-studio.zip' 'altair-ai-studio.sh')-sha256sums=('36d87d4fbf00a190475aa9bc44abd905143c904b4fa3ec1e0408c376a3505df5'+sha256sums=('cf28f16d6b15cf813df3df5724bd49413d965e792c5369407e0caf806d092203' 'e69a78eacd0e1a8e66fe0c44150efcb299a3133ef5cce81a5a092c6f43345cfc') prepare() {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 15:35:03 | MEDIUM | 1 |
| 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 |