forge-server-darkpaintings

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt JAR file from mediafiles.forgecdn.net, which is CurseForge's CDN — a well-known and widely-used distribution host for Minecraft mods. This is the standard delivery mechanism for CurseForge mods and is not an unofficial or personal host. However, the JAR is a prebuilt binary that gets installed and executed at runtime by the Forge server, and there is no source build from upstream code. The sha256sum is present, which mitigates substitution risk. The concern is moderate: forgecdn.net is a legitimate CDN but the artifact is an opaque prebuilt binary JAR with no source verification. This is standard AUR practice for Minecraft mods distributed via CurseForge, making this more of a 'clean' pattern in context, though the prebuilt-binary-from-CDN aspect keeps a small supply-chain concern alive. Overall this is a borderline clean/medium case; the host is legitimate, the checksum is present, and the pattern is normal for this ecosystem.

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:15 source=(https://mediafiles.forgecdn.net/files/3823/331/DarkPaintings-Forge-1.19-11.0.2.jar)
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt JAR file from mediafiles.forgecdn.net, which is CurseForge's CDN — a well-known and widely-used distribution host for Minecraft mods. This is the standard delivery mechanism for CurseForge mods and is not an unofficial or personal host. However, the JAR is a prebuilt binary that gets installed and executed at runtime by the Forge server, and there is no source build from upstream code. The sha256sum is present, which mitigates substitution risk. The concern is moderate: forgecdn.net is a legitimate CDN but the artifact is an opaque prebuilt binary JAR with no source verification. This is standard AUR practice for Minecraft mods distributed via CurseForge, making this more of a 'clean' pattern in context, though the prebuilt-binary-from-CDN aspect keeps a small supply-chain concern alive. Overall this is a borderline clean/medium case; the host is legitimate, the checksum is present, and the pattern is normal for this ecosystem.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Dominik Opyd <d.opyd@oad.earth>
2
3pkgname=forge-server-darkpaintings
4modname=darkpaintings
5srvname=forge
6pkgver=11.0.2
7minver=1.19
8pkgrel=2
9
10url='https://www.curseforge.com/minecraft/mc-mods/dark-paintings'
11arch=('any')
12license=('GPL')
13pkgdesc="This mod adds a large variety of new paintings to the game. These paintings are seamlessly integrated with the vanilla paintings and are placed in the world using the normal painting item."
14
15source=(https://mediafiles.forgecdn.net/files/3823/331/DarkPaintings-Forge-1.19-11.0.2.jar)
16depends=("forge-server=41.1.0"
17 "forge-server-hooks=1.0.0"
18 "forge-server-bookshelf=14.1.7")
19noextract=(DarkPaintings-Forge-$minver-$pkgver.jar)
20sha256sums=('91d5f5fc839f324362a5621147806b5bcec754d3a16d40f075865ec158a981ab')
21
22package() {
23 install -Dm 2755 $srcdir/DarkPaintings-Forge-$minver-$pkgver.jar $pkgdir/srv/$srvname/mods/$modname.jar
24}
25

Scan history

Scanned at (UTC)SeverityRules
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 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
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion