winmacs-wallpapers

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads image files from a non-whitelisted host (512pixels.net), but these are non-executable wallpaper assets; the worst case of a malicious swap would be a corrupted or inappropriate image, not code execution.

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 image files from a non-whitelisted host (512pixels.net), but these are non-executable wallpaper assets; the worst case of a malicious swap would be a corrupted or inappropriate image, not code execution.

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:24 source=("https://512pixels.net/downloads/macos-wallpapers-thumbs/10-5--thumb.png"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: <yatsen71@oarchbox1>
2pkgname=winmacs-wallpapers
3pkgver=2020.12
4pkgrel=1
5epoch=
6pkgdesc="Windows and MacOS wallpapers"
7arch=('i686' 'x86_64')
8url="https://aur.archlinux.org/winmacs-wallpapers.git"
9license=('GPL')
10groups=()
11depends=()
12makedepends=()
13checkdepends=()
14optdepends=()
15provides=()
16conflicts=()
17replaces=()
18backup=()
19options=()
20install=
21changelog=
22#source=($pkgname-$pkgver.tar.gz
23# $pkgname-$pkgver.patch)
24source=("https://512pixels.net/downloads/macos-wallpapers-thumbs/10-5--thumb.png"
25 "https://512pixels.net/downloads/macos-wallpapers-thumbs/10-7--thumb.png"
26 "https://512pixels.net/downloads/macos-wallpapers-thumbs/10-8--thumb.jpg"
27 "https://512pixels.net/downloads/macos-wallpapers-thumbs/10-13--thumb.jpg"
28 "https://512pixels.net/downloads/macos-wallpapers-thumbs/10-14-Day-Thumb.jpg")
29md5sums=('7359aece69929fb5084ad00167af5158'
30 'd0bd3bf930e9cf11f9514b3f34c98d24'
31 '85ae6d6994f2b5b258339c1e819a1257'
32 '9b830c7281a8e7bfa10fa220f0f66061'
33 'bc02a5b7f01c34a3af09de70970208b2')
34noextract=()
35
36
37prepare() {
38 mkdir -p "$srcdir/$pkgname-$pkgver"
39 cd "$srcdir/$pkgname-$pkgver"
40
41 #patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
42}
43
44build() {
45 cd "$srcdir/$pkgname-$pkgver"
46
47 #./configure --prefix=/usr
48 #make
49}
50
51check() {
52 cd "$srcdir/$pkgname-$pkgver"
53
54 #make -k check
55}
56
57package() {
58 cd "$srcdir/$pkgname-$pkgver"
59
60 #make DESTDIR="$pkgdir/" install
61 mkdir -p "$pkgdir/usr/share/wallpapers/"
62 #install -v -d -D "$startdir/winxp/" "$pkgdir/usr/share/wallpapers/"
63 cd "$startdir"
64 wpdir="$pkgdir/usr/share/wallpapers"
65 install -vDm 755 winxp_bliss.jpg "$wpdir/winxp/bliss.jpg"
66 install -vDm 755 win7_img0.jpg "$wpdir/win7/img0.jpg"
67
68 # from C:\windows\wallpapers\
69 install -vDm 755 win10_img1.jpg.aa "$wpdir/win10/img1.jpg"
70 cat win10_img1.jpg.ab >> "$wpdir/win10/img1.jpg"
71 cat win10_img1.jpg.ac >> "$wpdir/win10/img1.jpg"
72 cat win10_img1.jpg.ad >> "$wpdir/win10/img1.jpg"
73
74 # from https://pan.baidu.com/s/1dErLPgl
75 install -vDm 755 santi_img1.jpg.aa "$wpdir/santi/img1.jpg"
76 cat santi_img1.jpg.ab >> "$wpdir/santi/img1.jpg"
77 cat santi_img1.jpg.ac >> "$wpdir/santi/img1.jpg"
78
79 install -vDm 755 10-5--thumb.png "$wpdir/macos/10-5.png"
80 install -vDm 755 10-7--thumb.png "$wpdir/macos/10-7.png"
81 install -vDm 755 10-8--thumb.jpg "$wpdir/macos/10-8.jpg"
82 install -vDm 755 10-13--thumb.jpg "$wpdir/macos/10-13.jpg"
83 install -vDm 755 10-14-Day-Thumb.jpg "$wpdir/macos/10-14-Day.jpg"
84
85 install -vDm 755 PKGBUILD "$wpdir/hurd/PKGBUILD"
86 install -vDm 755 .SRCINFO "$wpdir/hurd/.SRCINFO"
87 #aur git repo cannot cantains subdir
88 #find "winxp/" -type f -exec install -vDm 755 {} "$pkgdir/usr/share/wallpapers/{}" \;
89}
90
91# vim:set ts=2 sw=2 et:
92

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