curseforge

MEDIUM
maintainer txtsd 21 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt .deb from overwolf.com, a domain plausibly related to the official CurseForge client, but not a standard open-source host; while likely legitimate, the binary nature and non-standard source with no upstream verifiable build make it a medium supply-chain risk.

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:26 "CurseForge_${pkgver/_/-}_amd64.deb::https://curseforge.overwolf.com/electron/linux/CurseForge_${pkgver/_/-}_amd64.deb"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from overwolf.com, a domain plausibly related to the official CurseForge client, but not a standard open-source host; while likely legitimate, the binary nature and non-standard source with no upstream verifiable build make it a medium supply-chain risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: txtsd <aur.archlinux@ihavea.quest>
2# Contributor: Csubee <csubee@csubee.hu>
3# Contributor: Neptune <neptune650@proton.me>
4# Contributor: Polarian <polarian@polarian.dev>
5# Contributor: Saghm Rossi <aur@saghm.com>
6
7pkgname=curseforge
8pkgver=1.320.0_39172
9pkgrel=1
10pkgdesc="CurseForge desktop client for Linux"
11arch=('x86_64')
12depends=(
13 dbus
14 expat
15 gcc-libs
16 glib2
17 glibc
18 hicolor-icon-theme
19 systemd-libs
20 zlib
21)
22url="https://curseforge.com"
23license=('LicenseRef-overwolf' 'MIT' 'LicenseRef-chromium-licenses')
24options=(!strip !debug)
25source=(
26 "CurseForge_${pkgver/_/-}_amd64.deb::https://curseforge.overwolf.com/electron/linux/CurseForge_${pkgver/_/-}_amd64.deb"
27 'LICENSE'
28)
29sha256sums=('3049b9de50f87135a6f82f6c4356dda4515163bc71bbbf589afd330c6174478c'
30 '135c7ffeb81f4a7ee95a5879651b679e0d1ef9d13c7aa7c262386ad97b48d62f')
31
32package() {
33 bsdtar -xf data.tar.xz -C "${pkgdir}/"
34
35 mv "${pkgdir}/opt/CurseForge" "${pkgdir}/opt/${pkgname}"
36
37 sed -i "s:/opt/CurseForge:/opt/${pkgname}:" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
38
39 install -dm755 "${pkgdir}/usr/bin"
40 ln -s "/opt/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
41
42 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/CURSEFORGE-LICENSE"
43 install -Dm644 "${pkgdir}/opt/${pkgname}/LICENSE.electron.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
44 install -Dm644 "${pkgdir}/opt/${pkgname}/LICENSES.chromium.html" -t "${pkgdir}/usr/share/licenses/${pkgname}"
45}
46

Changes since previous scan

--- PKGBUILD @ 2026-09-09 00:04
+++ PKGBUILD @ 2026-09-17 00:27
@@ -5,7 +5,7 @@
# Contributor: Saghm Rossi <aur@saghm.com>
pkgname=curseforge
-pkgver=1.319.0_38738
+pkgver=1.320.0_39172
pkgrel=1
pkgdesc="CurseForge desktop client for Linux"
arch=('x86_64')
@@ -26,7 +26,7 @@
"CurseForge_${pkgver/_/-}_amd64.deb::https://curseforge.overwolf.com/electron/linux/CurseForge_${pkgver/_/-}_amd64.deb"
'LICENSE'
)
-sha256sums=('05231350d18d96a4ad071b006d47c169f39c1e99f514307ddd111ffa2585f9d0'
+sha256sums=('3049b9de50f87135a6f82f6c4356dda4515163bc71bbbf589afd330c6174478c'
'135c7ffeb81f4a7ee95a5879651b679e0d1ef9d13c7aa7c262386ad97b48d62f')
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 09:19:26 Medium 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 17:15:15 Medium 1
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 16:00:23 Medium 1
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

Report a package

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

0 / 4000
Your suggestion