mcskinedit
The package downloads the project's own source files, including a JAR file, from a project-associated host and an archived version via Wayback Machine; these are build artifacts necessary for the editor, not untrusted executables, and the worst case of a swapped source is limited to code execution within the Java runtime, which is expected for the application's function.
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 the project's own source files, including a JAR file, from a project-associated host and an archived version via Wayback Machine; these are build artifacts necessary for the editor, not untrusted executables, and the worst case of a swapped source is limited to code execution within the Java runtime, which is expected for the application's function.
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=('http://orcsinthebasement.com/tempDL/SkinEdit+Alpha+3+pre+7.zip' -
PKGBUILD:16
'https://web.archive.org/web/20120325130555if_/http://dl.dropbox.com:80/u/15956363/skintest2.jar')
PKGBUILD
2 offending line(s) highlighted# Maintainer: Matthew "Madness" Evan <mattmadness@tutanota.com>
# Previous maintainer: Frederik "Freso" S. Olesen <freso.dk@gmail.com>
# Original maintainer: Lakota Morris <lakota.james@gmail.com>
pkgname=mcskinedit
pkgver=alpha3pre7
pkgrel=3
pkgdesc="Minecraft Skin Editor"
arch=(any)
license=(unknown)
changelog=ChangeLog
url='http://www.minecraftforum.net/topic/3796-skinedit-new-version-13-april-alpha-3-pre-7/#entry49969'
depends=('java-runtime')
source=('http://orcsinthebasement.com/tempDL/SkinEdit+Alpha+3+pre+7.zip'
'mcskinedit'
'mcskinedit.desktop'
'https://web.archive.org/web/20120325130555if_/http://dl.dropbox.com:80/u/15956363/skintest2.jar')
md5sums=('d55191ab04cef76faf7d3a5c4bee288d'
'c2b48f8d04d8470b78d7b288e3004fc7'
'62b29f2419c85ce964fde86ded700f64'
'ec418807008ad3f14d55db6457a693b8')
# Notice:
# The original skintest2.jar from Dropbox was causing 404s,
# so I changed the location to the saved version in The Wayback Machine.
# Original URL = https://dl.dropbox.com/u/15956363/skintest2.jar
# New URL = https://web.archive.org/web/20120325130555if_/http://dl.dropbox.com:80/u/15956363/skintest2.jar
# -- mattmadness@tutanota.com
package() {
# Extract icons
cd "$srcdir" || return 1
bsdcpio --extract --make-directories 'swedtech/mcskinedit/icons/icon_*px.png' < 'MCSkinEdit.jar'
cd 'swedtech/mcskinedit/icons/'
rename 'icon_' "${pkgname}_" *.png
# Install the files their proper places
cd "$srcdir" || return 1
install -d $pkgdir/usr/bin
install -m755 -t $pkgdir/usr/bin mcskinedit
install -d $pkgdir/usr/share/$pkgname
install -m644 -t $pkgdir/usr/share/$pkgname MCSkinEdit.jar skintest2.jar
install -d $pkgdir/usr/share/$pkgname/parts
install -m644 -t $pkgdir/usr/share/$pkgname/parts parts/*
install -d $pkgdir/usr/share/$pkgname/backgrounds
install -m644 -t $pkgdir/usr/share/$pkgname/backgrounds backgrounds/*
install -d $pkgdir/usr/share/doc/$pkgname
install -m644 -t $pkgdir/usr/share/doc/$pkgname readme.txt
install -d $pkgdir/usr/share/pixmaps
install -m644 -t $pkgdir/usr/share/pixmaps swedtech/mcskinedit/icons/*.png
install -d $pkgdir/usr/share/applications
install -m644 -t $pkgdir/usr/share/applications mcskinedit.desktop
}
# vim:set ts=4 sw=4 et:
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 |