spritecraft
maintainer SiHuan
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a versioned zip file from the project's own domain for building; while the host is not a standard forge, it is plausibly official, and the source is verified via a provided sha512sum, making the risk low.
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 95%): The package downloads a versioned zip file from the project's own domain for building; while the host is not a standard forge, it is plausibly official, and the source is verified via a provided sha512sum, making the risk low.
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:11
source=(spritecraft.zip::"https://www.autosaved.org/files/${pkgname}/${_pkgname}%20${pkgver}.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: SiHuan <sihuan at sakuya.love>
2
_pkgname=Spritecraft
3
pkgname=spritecraft
4
pkgver=1.1.7
5
pkgrel=1
6
pkgdesc="Create your own Pixel Art by converting the pixels of any image or picture to Minecraft blocks!"
7
arch=('any')
8
url="https://www.autosaved.org/Spritecraft"
9
license=('custom')
10
depends=('java-runtime' 'bash')
11
source=(spritecraft.zip::"https://www.autosaved.org/files/${pkgname}/${_pkgname}%20${pkgver}.zip")
12
sha512sums=('8d2da40fb033fce6b07e62983a9503743ca6ba6a093800634c12e1ea866a10b8ed7b3b2d93874fdaee0c06485c178be2f4cdc70ee4ae98a712157927c61daa09')
13
14
package() {
15
install -Dm644 "$srcdir/$_pkgname.jar" "$pkgdir/usr/share/java/$pkgname/$pkgname.jar"
16
install -Dm644 "$srcdir/license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
17
18
echo "#! /bin/bash
19
java -jar -Xmx1024m /usr/share/java/spritecraft/spritecraft.jar" > "$srcdir/$pkgname"
20
21
echo "[Desktop Entry]
22
Name=Spritecraft
23
Comment=Create your own Pixel Art by converting the pixels of any image or picture to Minecraft blocks!
24
Exec=spritecraft
25
Terminal=false
26
Type=Application
27
Categories=Game;" > "$srcdir/$_pkgname.desktop"
28
29
install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
30
install -Dm644 "$srcdir/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
31
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |