altair-ai-studio

LOW
maintainer ZanDev32 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a source archive from the project's official release infrastructure (releases.rapidminer.com), which is a plausible and expected host for RapidMiner/Altair AI Studio releases; despite not being on a standard whitelist, this is a legitimate source, and the download is verified via a provided checksum.

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 plausible and expected host for RapidMiner/Altair AI Studio releases; despite not being on a standard whitelist, this is a legitimate source, and the download is verified via a provided checksum.

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
4pkgname=altair-ai-studio
5pkgver=2026.1.1
6pkgrel=1
7pkgdesc="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"
8DLAGENTS=('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')
9arch=('any')
10url="https://rapidminer.com"
11depends=('java-runtime')
12makedepends=('unzip' 'gendesk' 'aria2')
13source=('https://releases.rapidminer.com/latest/rapidminer-studio/rapidminer-studio.zip'
14 'altair-ai-studio.sh')
15sha256sums=('cf28f16d6b15cf813df3df5724bd49413d965e792c5369407e0caf806d092203'
16 'e69a78eacd0e1a8e66fe0c44150efcb299a3133ef5cce81a5a092c6f43345cfc')
17
18prepare() {
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
27package() {
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-09-15 00:25
+++ PKGBUILD @ 2026-09-17 00:27
@@ -9,7 +9,7 @@
arch=('any')
url="https://rapidminer.com"
depends=('java-runtime')
-makedepends=('unzip' 'gendesk')
+makedepends=('unzip' 'gendesk' 'aria2')
source=('https://releases.rapidminer.com/latest/rapidminer-studio/rapidminer-studio.zip'
'altair-ai-studio.sh')
sha256sums=('cf28f16d6b15cf813df3df5724bd49413d965e792c5369407e0caf806d092203'

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 23:20:44 Medium 1
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion