kolossus-launcher
The package downloads a versioned source archive from a CDN domain that is plausibly associated with the project (given the URL pattern and project context), and the checksums are provided and verified; the build process unpacks and installs the official prebuilt binary and launcher scripts, which is normal for a launcher package, so while the host is non-standard, the risk is mitigated by versioning and checksums.
Triggered rules
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 90%): The package downloads a versioned source archive from a CDN domain that is plausibly associated with the project (given the URL pattern and project context), and the checksums are provided and verified; the build process unpacks and installs the official prebuilt binary and launcher scripts, which is normal for a launcher package, so while the host is non-standard, the risk is mitigated by versioning and checksums.
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:19
source=(https://ifscl.b-cdn.net/kolossus/Kolossus_${pkgver}_Linux.zip Kolossus-Launcher.desktop install.sh kolossus-launcher.install)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jarod G. <skid+aur@gamindustri.fr>
# Contributor: leonekmi <me+git@leonekmi.fr>
pkgname=kolossus-launcher
pkgver="200_8"
pkgrel=1
pkgdesc="Kolossus Launcher, to download the latest version of the IFSCL."
arch=(x86_64)
url="https://en.codelyoko.fr/ifscl/"
license=('custom')
groups=()
provides=()
depends=('bash')
optdepends=()
makedepends=('zip' 'unzip')
conflicts=()
replaces=()
backup=()
install="kolossus-launcher.install"
source=(https://ifscl.b-cdn.net/kolossus/Kolossus_${pkgver}_Linux.zip Kolossus-Launcher.desktop install.sh kolossus-launcher.install)
noextract=(Kolossus_${pkgver}_Linux.zip)
md5sums=('d5a8fb999105b008aa8572792697c18e'
'51d205515237b6d61ed7ed3379ed6d5f'
'9f1a0529669e271c87ce19325fcdb893'
'6cbd8a292f3700ffe4a1150d607542cc')
prepare() {
mkdir -p "$pkgname-$pkgver"
cd "$pkgname-$pkgver"
unzip "$srcdir/Kolossus_${pkgver}_Linux.zip"
}
package() {
mkdir -p "$pkgdir/opt" "$pkgdir/usr/share/applications"
find "$pkgname-$pkgver"/* -type f -exec install -Dm 755 "{}" "$pkgdir/opt/Kolossus-Launcher/{}" \;
mv "$pkgdir/opt/Kolossus-Launcher/$pkgname-$pkgver"/* "$pkgdir/opt/Kolossus-Launcher/"
rm -r "$pkgdir/opt/Kolossus-Launcher/$pkgname-$pkgver"
install -m755 "$srcdir/install.sh" "$pkgdir/opt/Kolossus-Launcher"
install "$srcdir/Kolossus-Launcher.desktop" "$pkgdir/usr/share/applications/"
}
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 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 |
| 2026-08-29 00:29:17 | Low | 2 |