altair-ai-studio
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
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)
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# Maintainer: ZanDev32 <fauzan-basalamah@outlook.com>
# Contributor: Varakh <varakh@varakh.de>
pkgname=altair-ai-studio
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')
arch=('any')
url="https://rapidminer.com"
depends=('java-runtime')
makedepends=('unzip' 'gendesk' 'aria2')
source=('https://releases.rapidminer.com/latest/rapidminer-studio/rapidminer-studio.zip'
'altair-ai-studio.sh')
sha256sums=('cf28f16d6b15cf813df3df5724bd49413d965e792c5369407e0caf806d092203'
'e69a78eacd0e1a8e66fe0c44150efcb299a3133ef5cce81a5a092c6f43345cfc')
prepare() {
echo "[${pkgname}] Generating desktop file..."
gendesk -f --pkgname "$pkgname" \
--pkgdesc "$pkgdesc" \
--name "Altair AI Studio" \
--exec "$pkgname" \
--categories "Development;Science" && echo "ok"
}
package() {
install -d "$pkgdir/opt/$pkgname" \
"$pkgdir/usr/bin" \
"$pkgdir/usr/share/applications" \
"$pkgdir/usr/share/pixmaps"
appdir=$(find "$srcdir" -maxdepth 3 -type d -name 'AI Studio *' | head -n1)
[[ -z "$appdir" ]] && { echo "Error: app directory not found"; return 1; }
cp -a "$appdir/." "$pkgdir/opt/$pkgname/"
corejar=$(find "$appdir/lib" -maxdepth 1 -name 'rapidminer-studio-core-*.jar' | head -n1)
[[ -z "$corejar" ]] && { echo "Error: core JAR not found"; return 1; }
unzip -p "$corejar" com/rapidminer/resources/rapidminer_frame_icon_128.png > "$srcdir/$pkgname.png"
install -m644 "$srcdir/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
install -m755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
install -m644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
}
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) | Severity | Rules |
|---|---|---|
| 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 |