pxtone-collage

LOW
maintainer difarem 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a zip file from the project's official domain (studiopixel.sakura.ne.jp), which is plausibly the project's own hosting; building from such a source is normal for AUR packages, even if the host is not on a standard whitelist.

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 source is a zip file from the project's official domain (studiopixel.sakura.ne.jp), which is plausibly the project's own hosting; building from such a source is normal for AUR packages, even if the host is not on a standard whitelist.

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=(http://studiopixel.sakura.ne.jp/binaries/pxtone_$pkgver.zip

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Difarem <difarem@gmail.com>
2pkgname=pxtone-collage
3pkgver=0925
4pkgrel=3
5pkgdesc="A set of tools for creating or playing pxtone files and other pxtone-related formats."
6arch=(any)
7url="http://studiopixel.sakura.ne.jp/pxtone/index.html"
8license=('BSD')
9depends=(wine)
10makedepends=(gendesk)
11source=(http://studiopixel.sakura.ne.jp/binaries/pxtone_$pkgver.zip
12 pxtone-collage.png pxtone-noise.png pxtone-voice.png pxtone-player.png
13 pxtone-collage pxtone-noise pxtone-voice pxtone-player launcher)
14noextract=()
15md5sums=('caa267b0255e2c10f62dbea236c317f3'
16 '222ec089021c3199bdad842c4cdbfc92'
17 '2c33da583d58d5622557a696d432663a'
18 '20c1465e5cb81d5472a7b736de25b18b'
19 '55583c6a843be421297ef74d35ef523e'
20 'c89fe485d7177d8902e5c0993870220f'
21 'fbea9e51af9a97aadcac46480fc3f5c5'
22 'a2959cd6ebbddbde0ff676e5b298f175'
23 '24b5fbce51f0f2017e21aeedefd2802d'
24 '081483b5183d8d2b7408177269669716')
25validpgpkeys=()
26
27prepare() {
28 # remove japanese.ico file to force english localization
29 rm -f pxtone/japanese.ico
30
31 # remove weirdly-named midi file
32 rm -f pxtone/MIDI*.txt
33
34 # generate shortcuts
35 gendesk -f --pkgname "pxtone-collage" \
36 --name "pxtone Collage" \
37 --categories "Wine;AudioVideo;Audio" \
38 --exec "pxtone-collage"
39
40 gendesk -f --pkgname "pxtone-noise" \
41 --name "pxtone Noise" \
42 --categories "Wine;AudioVideo;Audio" \
43 --exec "pxtone-noise"
44
45 gendesk -f --pkgname "pxtone-voice" \
46 --name "pxtone Voice" \
47 --categories "Wine;AudioVideo;Audio" \
48 --exec "pxtone-voice"
49
50 gendesk -f --pkgname "pxtone-player" \
51 --name "pxtone Player" \
52 --categories "Wine;AudioVideo;Audio" \
53 --exec "pxtone-player"
54}
55
56package() {
57 # package icons
58 install -Dm644 pxtone-collage.png $pkgdir/usr/share/pixmaps/pxtone-collage.png
59 install -Dm644 pxtone-noise.png $pkgdir/usr/share/pixmaps/pxtone-noise.png
60 install -Dm644 pxtone-player.png $pkgdir/usr/share/pixmaps/pxtone-player.png
61 install -Dm644 pxtone-voice.png $pkgdir/usr/share/pixmaps/pxtone-voice.png
62
63 # package shortcuts
64 install -Dm644 pxtone-collage.desktop $pkgdir/usr/share/applications/pxtone-collage.desktop
65 install -Dm644 pxtone-noise.desktop $pkgdir/usr/share/applications/pxtone-noise.desktop
66 install -Dm644 pxtone-player.desktop $pkgdir/usr/share/applications/pxtone-player.desktop
67 install -Dm644 pxtone-voice.desktop $pkgdir/usr/share/applications/pxtone-voice.desktop
68
69 # package launchers
70 install -Dm755 launcher $pkgdir/usr/share/pxtone/launcher
71 install -Dm755 pxtone-collage $pkgdir/usr/bin/pxtone-collage
72 install -Dm755 pxtone-noise $pkgdir/usr/bin/pxtone-noise
73 install -Dm755 pxtone-player $pkgdir/usr/bin/pxtone-player
74 install -Dm755 pxtone-voice $pkgdir/usr/bin/pxtone-voice
75
76 install -d -m755 $pkgdir/usr/share/pxtone
77 cp -ra pxtone/* $pkgdir/usr/share/pxtone
78 find $pkgdir/usr/share/pxtone -type d -exec chmod 755 "{}" \;
79 find $pkgdir/usr/share/pxtone -type f -exec chmod 644 "{}" \;
80 rmdir $pkgdir/usr/share/pxtone/my_project # empty directory, namcap complains
81
82 install -Dm644 pxtone/readme.txt $pkgdir/usr/share/licenses/pxtone-collage/readme.txt # license
83}
84

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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