mspaint-xp-bin
Triggered rules
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')
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# Maintainer:meow <sdfsdfaasdfdcf@gmail.com>
pkgname=mspaint-xp-bin
pkgver=2
depends=('wine')
pkgrel=1
arch=(x86_64)
pkgdesc="The classic MS PAINT of Windows XP"
license=("proprietary")
options=(!strip)
url="https://archive.org/details/MSPaintWinXP"
source=('mspaint' 'https://jestershelter.xyz/files/mspaint.zip' 'MSPaint.png' 'mspaint.desktop')
sha256sums=('5c9c20c7fa9aa242823c5edf4881e62030d9e46916902d1f87e16917faf54cce'
'e90ad1b9cf6ee6566edf70818e3a6d422dd15f52ee37570260779a6ede871496'
'185629daf451cda04ff0a364466664cd77c2dec075dd71b0cdb305c823f5b9c8'
'7fd0003f601a21d9e50e85da8726e6c506079e8e01a7e13f592fb8cee6e3516b')
package() {
_DESTINATION="$pkgdir/usr/share/mspaint-xp"
mkdir -p $_DESTINATION
find "$srcdir/le-epic-paint" -type f -exec \
install -Dm 644 '{}' "$_DESTINATION" \;
install -Dm 755 "$srcdir/mspaint" "$pkgdir/usr/bin/mspaint"
mkdir -p "$pkgdir/usr/share/applications"
install -Dm 644 "$srcdir/mspaint.desktop" "$pkgdir/usr/share/applications/mspaint.desktop"
chmod +x "$pkgdir/usr/share/applications/mspaint.desktop"
install -Dm 755 "$srcdir/MSPaint.png" "$_DESTINATION"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |