mixing-station

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

The package downloads a source archive and an icon from the project's official domain mixingstation.app, which is plausibly the project's own infrastructure; the downloaded JAR is part of the project's normal distribution, and no untrusted or swappable hosts are involved.

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 archive and an icon from the project's official domain mixingstation.app, which is plausibly the project's own infrastructure; the downloaded JAR is part of the project's normal distribution, and no untrusted or swappable hosts are involved.

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
4pkgname=mixing-station
5pkgver=3.1.3
6pkgrel=1
7pkgdesc='Mixer remote control for multiple mixers'
8arch=('any')
9url='https://mixingstation.app/'
10license=('custom:proprietary')
11depends=('jre25-openjdk' 'zenity')
12replaces=('mixing-station-pc' 'mixing-station-pc-bin')
13conflicts=('mixing-station-pc' 'mixing-station-pc-bin')
14source=(
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')
20sha256sums=(
21 'ec757cc989cfda07114ec5ef78d945b2f21ae0948171df71f6c85c25fab801b8' # mixing-station.zip
22 '37b9813d290880f5ff73d569d354867d70a822c3ca87150db7415130b3606410' # mixing-station
23 'a5d350e62b37f9394944421d94aaa1a823f396a0e76727cb37898029bc5d77bf' # copyright.txt
24 '2a9b5fedbaf45ff7c7822b9cfc6dd50541b68ca39545611814f034608c2f9a00' # ms-icon.png
25 '0ebe311c4f614552cab7bacd4d5b67677ab2d09a89ceb49d10cb8f05c06297f7' # mixing-station.desktop
26)
27package() {
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

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