pxtone-collage
maintainer difarem
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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>
2
pkgname=pxtone-collage
3
pkgver=0925
4
pkgrel=3
5
pkgdesc="A set of tools for creating or playing pxtone files and other pxtone-related formats."
6
arch=(any)
7
url="http://studiopixel.sakura.ne.jp/pxtone/index.html"
8
license=('BSD')
9
depends=(wine)
10
makedepends=(gendesk)
11
source=(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)
14
noextract=()
15
md5sums=('caa267b0255e2c10f62dbea236c317f3'
16
'222ec089021c3199bdad842c4cdbfc92'
17
'2c33da583d58d5622557a696d432663a'
18
'20c1465e5cb81d5472a7b736de25b18b'
19
'55583c6a843be421297ef74d35ef523e'
20
'c89fe485d7177d8902e5c0993870220f'
21
'fbea9e51af9a97aadcac46480fc3f5c5'
22
'a2959cd6ebbddbde0ff676e5b298f175'
23
'24b5fbce51f0f2017e21aeedefd2802d'
24
'081483b5183d8d2b7408177269669716')
25
validpgpkeys=()
26
27
prepare() {
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
56
package() {
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) | 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 |