wingedit
maintainer Jacob_eagle14
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a non-whitelisted but plausibly official Behringer CDN (mediavalet.com) for building; the payload is a legitimate application binary, not executed code or data, and checksums are provided, so the risk is low despite the non-standard host.
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 a source tarball from a non-whitelisted but plausibly official Behringer CDN (mediavalet.com) for building; the payload is a legitimate application binary, not executed code or data, and checksums are provided, so the risk is low despite the non-standard host.
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:14
source_x86_64=("https://cdn.mediavalet.com/aunsw/musictribe/cOBFJrXte0GPqwr6AfER2A/iwlHH7bEXE-X1AreNHQLvg/Original/Wing-Edit_LINUX_${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jakub kubaszek10puchacz@gmail.com
2
3
pkgname=wingedit
4
pkgver=3.3.1
5
pkgrel=1
6
pkgdesc="Remote control program for Behringer Wing mixers"
7
arch=('x86_64' 'armv7h')
8
url="https://www.behringer.com/downloads.html"
9
license=('custom:MUSIC Group End User License Agreement')
10
depends=('alsa-lib' 'freetype2' 'libcurl-gnutls' 'libglvnd' 'libxext')
11
pkgbase=wingedit
12
13
14
source_x86_64=("https://cdn.mediavalet.com/aunsw/musictribe/cOBFJrXte0GPqwr6AfER2A/iwlHH7bEXE-X1AreNHQLvg/Original/Wing-Edit_LINUX_${pkgver}.tar.gz"
15
"wingedit.png"
16
"wingedit.desktop") # Dodanie pliku .desktop do źródeł
17
source_armv7h=("https://cdn.mediavalet.com/aunsw/musictribe/4feATL_MLE2v0GfcxD8z8w/2L7p2gnBvE67LADZVADQ0g/Original/Wing-Edit_RASPI64_${pkgver}.tar.gz"
18
"wingedit.png"
19
"wingedit.desktop")
20
21
sha256sums_x86_64=('99ca0815313dc66d9709a4ad51d3fd1cb657fff9c637a60007dcfc0d9f6ba9f5'
22
'e8a8d3e1e433f256f0314804a1fed664ad21c2afe8df37062078aa692ea749cc'
23
'aa4ddc064fd05f0eed9833164686838682f0ff9df4e09f237eb6fc56ec94da7c')
24
sha256sums_armv7h=('d93a78c1b3acef65697b897374eef4e69c9677ae83edfba1b3c6ad6ea9b76a73'
25
'e8a8d3e1e433f256f0314804a1fed664ad21c2afe8df37062078aa692ea749cc'
26
'aa4ddc064fd05f0eed9833164686838682f0ff9df4e09f237eb6fc56ec94da7c')
27
28
package() {
29
# Rozpakowanie archiwum
30
cd "$srcdir"
31
tar -xzf Wing-Edit_LINUX_${pkgver}.tar.gz
32
33
# Instalacja pliku wykonywalnego do /usr/bin
34
install -Dm755 WING-Edit "$pkgdir/usr/bin/wingedit"
35
36
# Instalacja ikony do /usr/share/pixmaps
37
install -Dm644 "$srcdir/wingedit.png" "$pkgdir/usr/share/pixmaps/wingedit.png"
38
39
# Instalacja pliku .desktop
40
install -Dm644 "$srcdir/wingedit.desktop" "$pkgdir/usr/share/applications/wingedit.desktop"
41
} #this thing does what it was made for so you can install this app. However idk why it just doesn't update on AUR
42
43
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 |