mixing-station
maintainer ask
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source zip and an icon from the project's own official domain (mixingstation.app), which is not on standard whitelists but is plausibly the project's legitimate infrastructure; the zip is checksum-verified and contains a Java JAR and wrapper script, which is normal for AUR packages building from official sources.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source zip and an icon from the project's own official domain (mixingstation.app), which is not on standard whitelists but is plausibly the project's legitimate infrastructure; the zip is checksum-verified and contains a Java JAR and wrapper script, which is normal for AUR packages building from official sources.
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:15
"$pkgname-$pkgver-$pkgrel.zip::https://mixingstation.app/backend/api/web/download/archive/mixing-station-pc/update/$pkgver"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Andreas Kling <arch@akling.org>
2
# Contributor: Foxma <foxma at fermentedfox dot co dot uk>
3
4
pkgname=mixing-station
5
pkgver=3.1.2
6
pkgrel=1
7
pkgdesc='Mixer remote control for multiple mixers'
8
arch=('any')
9
url='https://mixingstation.app/'
10
license=('custom:proprietary')
11
depends=('jre25-openjdk' 'zenity')
12
replaces=('mixing-station-pc' 'mixing-station-pc-bin')
13
conflicts=('mixing-station-pc' 'mixing-station-pc-bin')
14
source=(
15
"$pkgname-$pkgver-$pkgrel.zip::https://mixingstation.app/backend/api/web/download/archive/mixing-station-pc/update/$pkgver"
16
'mixing-station'
17
'copyright.txt'
18
'ms-icon.png::https://mixingstation.app/ms-docs/assets/ms.png'
19
'mixing-station.desktop')
20
sha256sums=(
21
'e3e5d037c73e24abd7d29b30d2b72aca08dfd5bbebe9c59ef2b986b62bac6121' # mixing-station.zip
22
'37b9813d290880f5ff73d569d354867d70a822c3ca87150db7415130b3606410' # mixing-station
23
'a5d350e62b37f9394944421d94aaa1a823f396a0e76727cb37898029bc5d77bf' # copyright.txt
24
'2a9b5fedbaf45ff7c7822b9cfc6dd50541b68ca39545611814f034608c2f9a00' # ms-icon.png
25
'0ebe311c4f614552cab7bacd4d5b67677ab2d09a89ceb49d10cb8f05c06297f7' # mixing-station.desktop
26
)
27
package() {
28
# Java jar file
29
install -m 0755 -d "$pkgdir/usr/share/java/mixing-station"
30
install -m 0644 "mixing-station-desktop.jar" "$pkgdir/usr/share/java/mixing-station/mixing-station.jar"
31
32
# Shell wrapper
33
install -m 0755 -d "$pkgdir/usr/bin"
34
install -m 0755 "mixing-station" "$pkgdir/usr/bin/mixing-station"
35
36
# Backward compactibility
37
install -m 0755 "mixing-station" "$pkgdir/usr/bin/mixing-station-pc"
38
39
# License
40
install -m 0755 -d "$pkgdir/usr/share/licenses/mixing-station"
41
install -m 0644 "copyright.txt" "$pkgdir/usr/share/licenses/mixing-station/copyright.txt"
42
43
# Icon
44
install -m 0755 -d "$pkgdir/usr/share/mixing-station"
45
install -m 0644 "ms-icon.png" "$pkgdir/usr/share/mixing-station/icon.png"
46
47
# Desktop
48
install -m 0755 -d "$pkgdir/usr/share/applications/"
49
install -m 0644 "mixing-station.desktop" "$pkgdir/usr/share/applications/mixing-station.desktop"
50
}
51
Changes since previous scan
--- PKGBUILD @ 2026-07-21 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ # Contributor: Foxma <foxma at fermentedfox dot co dot uk> pkgname=mixing-station-pkgver=3.1.1+pkgver=3.1.2 pkgrel=1 pkgdesc='Mixer remote control for multiple mixers' arch=('any')@@ -18,7 +18,7 @@ 'ms-icon.png::https://mixingstation.app/ms-docs/assets/ms.png' 'mixing-station.desktop') sha256sums=(- 'e2fccbe4c0e76fe92a46b33c0612de7145b84670d8353766369879d22911cb6b' # mixing-station.zip+ 'e3e5d037c73e24abd7d29b30d2b72aca08dfd5bbebe9c59ef2b986b62bac6121' # mixing-station.zip '37b9813d290880f5ff73d569d354867d70a822c3ca87150db7415130b3606410' # mixing-station 'a5d350e62b37f9394944421d94aaa1a823f396a0e76727cb37898029bc5d77bf' # copyright.txt '2a9b5fedbaf45ff7c7822b9cfc6dd50541b68ca39545611814f034608c2f9a00' # ms-icon.pngScan 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 21:18:19 | MEDIUM | 1 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 13:11:02 | MEDIUM | 1 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |