osu-lazer-appimage
maintainer normandfdf
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from a non-official, non-whitelisted host (162.19.230.104) with unverifiable checksums, posing a supply-chain risk if the host is compromised or malicious.
Triggered rules
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:10
source=("https://github.com/ppy/osu/releases/download/"$pkgver"-lazer/osu.AppImage" "http://162.19.230.104:2069/windux-builds/Osu-Lazer/osu-lazer" "http://162.19.230.104:2069/windux-builds/Osu-Lazer/osu.desktop" "https://raw.githubusercontent.com/ppy/osu/refs/heads/master/assets/lazer.png")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a non-official, non-whitelisted host (162.19.230.104) with unverifiable checksums, posing a supply-chain risk if the host is compromised or malicious.
PKGBUILD
1 offending line(s) highlighted
1
pkgname=osu-lazer-appimage
2
pkgver=2026.726.0
3
pkgrel=1
4
pkgdesc='A free-to-win rhythm game. Rhythm is just a *click* away!'
5
arch=('x86_64')
6
license=('GPL')
7
depends=('fuse' 'bash')
8
options=('!strip')
9
10
source=("https://github.com/ppy/osu/releases/download/"$pkgver"-lazer/osu.AppImage" "http://162.19.230.104:2069/windux-builds/Osu-Lazer/osu-lazer" "http://162.19.230.104:2069/windux-builds/Osu-Lazer/osu.desktop" "https://raw.githubusercontent.com/ppy/osu/refs/heads/master/assets/lazer.png")
11
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
12
install=osu-lazer-appimage.install
13
14
package() {
15
mkdir -p $pkgdir/usr/share/icons
16
mkdir -p $pkgdir/usr/share/applications
17
mkdir -p $pkgdir/opt/osu-lazer-appimage
18
mkdir -p $pkgdir/usr/bin
19
20
cp $srcdir/osu.AppImage $pkgdir/opt/osu-lazer-appimage
21
cp $srcdir/osu.desktop $pkgdir/usr/share/applications
22
cp $srcdir/osu-lazer $pkgdir/usr/bin
23
cp $srcdir/lazer.png $pkgdir/usr/share/icons
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,5 +1,5 @@ pkgname=osu-lazer-appimage-pkgver=2026.711.0+pkgver=2026.726.0 pkgrel=1 pkgdesc='A free-to-win rhythm game. Rhythm is just a *click* away!' arch=('x86_64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 23:33:54 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |