mixing-station
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
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)
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# Maintainer: Andreas Kling <arch@akling.org>
# Contributor: Foxma <foxma at fermentedfox dot co dot uk>
pkgname=mixing-station
pkgver=3.1.3
pkgrel=1
pkgdesc='Mixer remote control for multiple mixers'
arch=('any')
url='https://mixingstation.app/'
license=('custom:proprietary')
depends=('jre25-openjdk' 'zenity')
replaces=('mixing-station-pc' 'mixing-station-pc-bin')
conflicts=('mixing-station-pc' 'mixing-station-pc-bin')
source=(
"$pkgname-$pkgver-$pkgrel.zip::https://mixingstation.app/backend/api/web/download/archive/mixing-station-pc/update/$pkgver"
'mixing-station'
'copyright.txt'
'ms-icon.png::https://mixingstation.app/ms-docs/assets/ms.png'
'mixing-station.desktop')
sha256sums=(
'ec757cc989cfda07114ec5ef78d945b2f21ae0948171df71f6c85c25fab801b8' # mixing-station.zip
'37b9813d290880f5ff73d569d354867d70a822c3ca87150db7415130b3606410' # mixing-station
'a5d350e62b37f9394944421d94aaa1a823f396a0e76727cb37898029bc5d77bf' # copyright.txt
'2a9b5fedbaf45ff7c7822b9cfc6dd50541b68ca39545611814f034608c2f9a00' # ms-icon.png
'0ebe311c4f614552cab7bacd4d5b67677ab2d09a89ceb49d10cb8f05c06297f7' # mixing-station.desktop
)
package() {
# Java jar file
install -m 0755 -d "$pkgdir/usr/share/java/mixing-station"
install -m 0644 "mixing-station-desktop.jar" "$pkgdir/usr/share/java/mixing-station/mixing-station.jar"
# Shell wrapper
install -m 0755 -d "$pkgdir/usr/bin"
install -m 0755 "mixing-station" "$pkgdir/usr/bin/mixing-station"
# Backward compactibility
install -m 0755 "mixing-station" "$pkgdir/usr/bin/mixing-station-pc"
# License
install -m 0755 -d "$pkgdir/usr/share/licenses/mixing-station"
install -m 0644 "copyright.txt" "$pkgdir/usr/share/licenses/mixing-station/copyright.txt"
# Icon
install -m 0755 -d "$pkgdir/usr/share/mixing-station"
install -m 0644 "ms-icon.png" "$pkgdir/usr/share/mixing-station/icon.png"
# Desktop
install -m 0755 -d "$pkgdir/usr/share/applications/"
install -m 0644 "mixing-station.desktop" "$pkgdir/usr/share/applications/mixing-station.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |