mcskinedit

maintainer MattMadness · 8 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

LOW AI review downgraded a static finding 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)
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: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
1# Maintainer: Matthew "Madness" Evan <mattmadness@tutanota.com>
2# Previous maintainer: Frederik "Freso" S. Olesen <freso.dk@gmail.com>
3# Original maintainer: Lakota Morris <lakota.james@gmail.com>
4pkgname=mcskinedit
5pkgver=alpha3pre7
6pkgrel=3
7pkgdesc="Minecraft Skin Editor"
8arch=(any)
9license=(unknown)
10changelog=ChangeLog
11url='http://www.minecraftforum.net/topic/3796-skinedit-new-version-13-april-alpha-3-pre-7/#entry49969'
12depends=('java-runtime')
13source=('http://orcsinthebasement.com/tempDL/SkinEdit+Alpha+3+pre+7.zip'
14 'mcskinedit'
15 'mcskinedit.desktop'
16 'https://web.archive.org/web/20120325130555if_/http://dl.dropbox.com:80/u/15956363/skintest2.jar')
17md5sums=('d55191ab04cef76faf7d3a5c4bee288d'
18 'c2b48f8d04d8470b78d7b288e3004fc7'
19 '62b29f2419c85ce964fde86ded700f64'
20 'ec418807008ad3f14d55db6457a693b8')
21
22# Notice:
23# The original skintest2.jar from Dropbox was causing 404s,
24# so I changed the location to the saved version in The Wayback Machine.
25# Original URL = https://dl.dropbox.com/u/15956363/skintest2.jar
26# New URL = https://web.archive.org/web/20120325130555if_/http://dl.dropbox.com:80/u/15956363/skintest2.jar
27# -- mattmadness@tutanota.com
28
29package() {
30 # Extract icons
31 cd "$srcdir" || return 1
32 bsdcpio --extract --make-directories 'swedtech/mcskinedit/icons/icon_*px.png' < 'MCSkinEdit.jar'
33 cd 'swedtech/mcskinedit/icons/'
34 rename 'icon_' "${pkgname}_" *.png
35
36 # Install the files their proper places
37 cd "$srcdir" || return 1
38 install -d $pkgdir/usr/bin
39 install -m755 -t $pkgdir/usr/bin mcskinedit
40 install -d $pkgdir/usr/share/$pkgname
41 install -m644 -t $pkgdir/usr/share/$pkgname MCSkinEdit.jar skintest2.jar
42 install -d $pkgdir/usr/share/$pkgname/parts
43 install -m644 -t $pkgdir/usr/share/$pkgname/parts parts/*
44 install -d $pkgdir/usr/share/$pkgname/backgrounds
45 install -m644 -t $pkgdir/usr/share/$pkgname/backgrounds backgrounds/*
46 install -d $pkgdir/usr/share/doc/$pkgname
47 install -m644 -t $pkgdir/usr/share/doc/$pkgname readme.txt
48 install -d $pkgdir/usr/share/pixmaps
49 install -m644 -t $pkgdir/usr/share/pixmaps swedtech/mcskinedit/icons/*.png
50 install -d $pkgdir/usr/share/applications
51 install -m644 -t $pkgdir/usr/share/applications mcskinedit.desktop
52}
53
54# vim:set ts=4 sw=4 et:
55

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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