open-stage-control-bin
maintainer JackMacWindows
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the project's official domain over HTTPS; despite the non-whitelisted host, the source is verifiable and matches the project's release infrastructure, reducing supply-chain risk.
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 prebuilt binary from the project's official domain over HTTPS; despite the non-whitelisted host, the source is verifiable and matches the project's release infrastructure, reducing supply-chain risk.
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:19
source=("https://openstagecontrol.ammd.net/packages/open-stage-control_${pkgver}_linux-x64.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintaner: JackMacWindows <jackmacwindowslinux@gmail.com>
2
# Co-Maintainer: Thomas Girod <tgirod@altu.fr>
3
# Co-Maintainer: Daniel Appelt <daniel.appelt@gmail.com>
4
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
5
6
_pkgname=open-stage-control
7
pkgname=$_pkgname-bin
8
pkgver=1.30.4
9
pkgrel=1
10
_dist=${_pkgname}_${pkgver}_linux-x64
11
pkgdesc='A libre desktop OSC bi-directional control surface application'
12
arch=(x86_64)
13
url='http://openstagecontrol.ammd.net/'
14
license=(GPL3)
15
depends=(gtk3 libcups libx11 nss)
16
optdepends=('python-rtmidi: send and receive MIDI messages')
17
provides=($_pkgname)
18
conflicts=($_pkgname)
19
source=("https://openstagecontrol.ammd.net/packages/open-stage-control_${pkgver}_linux-x64.zip")
20
21
package() {
22
cd $_dist
23
install -vdm 755 "$pkgdir"/opt/$_pkgname
24
cp -R * "$pkgdir"/opt/$_pkgname
25
26
install -vdm 755 "$pkgdir"/usr/bin
27
ln -s /opt/$_pkgname/$_pkgname "$pkgdir"/usr/bin
28
}
29
sha256sums=('eb44ee1729f0ced0cdb6199e9114d90432607c15fca8a1bcb6b54cc5cf71eb83')
30
Changes since previous scan
--- PKGBUILD @ 2026-06-18 16:11+++ PKGBUILD @ 2026-08-03 00:08@@ -5,7 +5,7 @@ _pkgname=open-stage-control pkgname=$_pkgname-bin-pkgver=1.29.5+pkgver=1.30.4 pkgrel=1 _dist=${_pkgname}_${pkgver}_linux-x64 pkgdesc='A libre desktop OSC bi-directional control surface application'@@ -16,7 +16,7 @@ optdepends=('python-rtmidi: send and receive MIDI messages') provides=($_pkgname) conflicts=($_pkgname)-source=("https://github.com/jean-emmanuel/$_pkgname/releases/download/v$pkgver/$_dist.zip")+source=("https://openstagecontrol.ammd.net/packages/open-stage-control_${pkgver}_linux-x64.zip") package() { cd $_dist@@ -26,5 +26,5 @@ install -vdm 755 "$pkgdir"/usr/bin ln -s /opt/$_pkgname/$_pkgname "$pkgdir"/usr/bin }-sha256sums=('a68ef296683acd05c49d0bdd2b3de561785c98694ae41e50df16b721d5d767a0')+sha256sums=('eb44ee1729f0ced0cdb6199e9114d90432607c15fca8a1bcb6b54cc5cf71eb83') 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 01:53:03 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |