m-air-edit-bin
maintainer SpotlightKid
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries and documentation from a non-whitelisted but plausibly official vendor CDN; the binaries are from the vendor's own release infrastructure, and the worst case of a compromised source is limited to supply-chain risk of the official software, which is typical for binary-only packages.
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 package downloads prebuilt binaries and documentation from a non-whitelisted but plausibly official vendor CDN; the binaries are from the vendor's own release infrastructure, and the worst case of a compromised source is limited to supply-chain risk of the official software, which is typical for binary-only packages.
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:18
"https://cdn-media.empowertribe.com/b2ecfc395f2e4cc893ce68f5ac4c6d03/Midas_M-AIR%20EDIT_V1.8_2023-06-16.pdf")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
2
# Contributor: Anders Thomsen <mail nospamat andersthomsen nospamdot dk>
3
4
_pkgname=m-air-edit
5
pkgname=$_pkgname-bin
6
pkgver=1.8.1
7
pkgrel=3
8
pkgdesc='Remote control program for Midas M-AIR digital hardware mixers'
9
arch=(x86_64 armv7h)
10
url='https://www.midasconsoles.com/downloads.html'
11
license=('LicenseRef-MUSIC Group End User License Agreement')
12
depends=(gcc-libs glibc alsa-lib curl freetype2 libglvnd)
13
provides=($_pkgname)
14
conflicts=($_pkgname)
15
source=("EULA_2012-09-12.pdf"
16
"m-air-edit.desktop"
17
"M-AIR-Edit_icon.png"
18
"https://cdn-media.empowertribe.com/b2ecfc395f2e4cc893ce68f5ac4c6d03/Midas_M-AIR%20EDIT_V1.8_2023-06-16.pdf")
19
source_x86_64=("https://cdn-media.empowertribe.com/7862d36048ce4d9a8facf7210591093c/M-AIR-Edit_LINUX_${pkgver}.tar.gz")
20
source_armv7h=("https://cdn-media.empowertribe.com/5424fed34c7842c4b471d8976d04aedf/M-AIR-Edit_RASPI_${pkgver}.tar.gz")
21
sha256sums=('3321aa0b3e208133094665281a6fc2ca001628858cd1a6388185eac93569fca8'
22
'7f88a5afac7e4097524797a7776f2a6619f4dae8d0cc6449fbb2e118fb6c1a7b'
23
'6ead06b892d79e7cecddf89b189de1bc46476be33f88270b2ba86f0f0e96d5cb'
24
'02fb91576a9b130be0784df5b288edca52a76f871f64beaae7bc9eda39e7813a')
25
sha256sums_x86_64=('cd8633b8630324ade52ebb2cef3248cffc9512197aee94d53c9a2739d824a089')
26
sha256sums_armv7h=('6a7ab8a12fd2368f4f79eb7ef9a6f15dfb45def74bf139848cb732e258eeaa11')
27
28
29
package() {
30
# binary
31
install -Dm755 "$srcdir"/M-AIR-Edit -t "$pkgdir"/usr/bin
32
ln -sf M-AIR-Edit "$pkgdir"/usr/bin/$_pkgname
33
# .desktop file
34
install -Dm644 "$srcdir"/$_pkgname.desktop \
35
-t "$pkgdir"/usr/share/applications
36
# icon
37
install -Dm644 "$srcdir"/M-AIR-Edit_icon.png \
38
"$pkgdir"/usr/share/icons/$_pkgname.png
39
# Release notes
40
install -Dm644 "$srcdir"/M-AIR-Edit_Release_History.txt \
41
-t "$pkgdir"/usr/share/doc/$pkgname
42
install -Dm644 "$srcdir"/Midas_M-AIR%20EDIT_V1.8_2023-06-16.pdf \
43
-t "$pkgdir"/usr/share/doc/$pkgname
44
# EULA
45
install -Dm644 "$srcdir"/EULA_2012-09-12.pdf \
46
"$pkgdir"/usr/share/licenses/$pkgname/license.pdf
47
}
48
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 |