mspaint-xp-bin

maintainer meow6969 · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a ZIP archive from jestershelter.xyz, a personal/unofficial host with no affiliation to Microsoft or any recognized software mirror. The archive contains Windows PE binaries (mspaint.exe and related files) that are executed via Wine. While a sha256sum is provided (offering some integrity protection), the hash only guarantees the file hasn't changed since the PKGBUILD was written — it does not establish that the binary is trustworthy or unmodified from the original XP mspaint. The original mspaint.exe from Windows XP is proprietary Microsoft software; distributing it via a personal host raises both supply-chain concerns (the host owner controls the binary) and potential licensing issues (redistributing proprietary Microsoft binaries without authorization). The sha256 check mitigates substitution attacks but not the initial trust problem. This is a genuine medium-severity supply-chain concern: an executed binary from an unofficial personal host.

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:12 source=('mspaint' 'https://jestershelter.xyz/files/mspaint.zip' 'MSPaint.png' 'mspaint.desktop')
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 ZIP archive from jestershelter.xyz, a personal/unofficial host with no affiliation to Microsoft or any recognized software mirror. The archive contains Windows PE binaries (mspaint.exe and related files) that are executed via Wine. While a sha256sum is provided (offering some integrity protection), the hash only guarantees the file hasn't changed since the PKGBUILD was written — it does not establish that the binary is trustworthy or unmodified from the original XP mspaint. The original mspaint.exe from Windows XP is proprietary Microsoft software; distributing it via a personal host raises both supply-chain concerns (the host owner controls the binary) and potential licensing issues (redistributing proprietary Microsoft binaries without authorization). The sha256 check mitigates substitution attacks but not the initial trust problem. This is a genuine medium-severity supply-chain concern: an executed binary from an unofficial personal host.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer:meow <sdfsdfaasdfdcf@gmail.com>
2
3pkgname=mspaint-xp-bin
4pkgver=2
5depends=('wine')
6pkgrel=1
7arch=(x86_64)
8pkgdesc="The classic MS PAINT of Windows XP"
9license=("proprietary")
10options=(!strip)
11url="https://archive.org/details/MSPaintWinXP"
12source=('mspaint' 'https://jestershelter.xyz/files/mspaint.zip' 'MSPaint.png' 'mspaint.desktop')
13
14sha256sums=('5c9c20c7fa9aa242823c5edf4881e62030d9e46916902d1f87e16917faf54cce'
15 'e90ad1b9cf6ee6566edf70818e3a6d422dd15f52ee37570260779a6ede871496'
16 '185629daf451cda04ff0a364466664cd77c2dec075dd71b0cdb305c823f5b9c8'
17 '7fd0003f601a21d9e50e85da8726e6c506079e8e01a7e13f592fb8cee6e3516b')
18
19package() {
20 _DESTINATION="$pkgdir/usr/share/mspaint-xp"
21 mkdir -p $_DESTINATION
22
23 find "$srcdir/le-epic-paint" -type f -exec \
24 install -Dm 644 '{}' "$_DESTINATION" \;
25
26 install -Dm 755 "$srcdir/mspaint" "$pkgdir/usr/bin/mspaint"
27 mkdir -p "$pkgdir/usr/share/applications"
28 install -Dm 644 "$srcdir/mspaint.desktop" "$pkgdir/usr/share/applications/mspaint.desktop"
29 chmod +x "$pkgdir/usr/share/applications/mspaint.desktop"
30 install -Dm 755 "$srcdir/MSPaint.png" "$_DESTINATION"
31}
32

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