bitwig-studio-earlyaccess
maintainer taraen
· 10 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the official Bitwig domain, but the URL is obfuscated with spaces and encoding; while the host is legitimate, the unverifiable remote binary from a non-standard URL pattern and skipped integrity check (no source URL comment) creates a supply-chain risk if the domain were ever compromised.
Triggered rules
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=("bitwig-studio-6.1-beta-1.deb::https://www.bitwig.com/dl/Bitwig%20Studio/6.1%20Beta%204/installer_linux/")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from the official Bitwig domain, but the URL is obfuscated with spaces and encoding; while the host is legitimate, the unverifiable remote binary from a non-standard URL pattern and skipped integrity check (no source URL comment) creates a supply-chain risk if the domain were ever compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Johann Hackl <jhackl@outlook.de>
2
# Maintainer: Aleksej Komarov <stylemistake@gmail.com>
3
# Upstream: Bitwig GmbH <support@bitwig.com>
4
5
pkgname='bitwig-studio-earlyaccess'
6
_pkgver='6.1b4'
7
pkgver=${_pkgver}
8
pkgrel='1'
9
pkgdesc='Digital audio workstation for music production, remixing and live performance - early access version'
10
arch=('x86_64')
11
url='https://www.bitwig.com/'
12
license=('custom')
13
depends=('xdg-utils' 'xcb-util-wm' 'libbsd')
14
optdepends=('jack' 'alsa-lib' 'oss' 'ffmpeg: MP3 support')
15
provides=('clap-host' 'vst-host' 'vst3-host')
16
replaces=()
17
conflicts=('bitwig-studio-legacy' 'bitwig-8-track' 'bitwig-studio')
18
options=(!strip)
19
source=("bitwig-studio-6.1-beta-1.deb::https://www.bitwig.com/dl/Bitwig%20Studio/6.1%20Beta%204/installer_linux/")
20
#source=("bitwig-studio-${_pkgver}.deb::https://www.bitwig.com/dl/Bitwig%20Studio/${_pkgver}/installer_linux/")
21
22
23
sha256sums=('7d0ff0d63a9913e4896edc87f8a78787ce7d822754772872c24619f9fcc99962')
24
25
package() {
26
# Unpack package contents
27
bsdtar -xf ${srcdir}/data.tar.zst -C ${pkgdir}/
28
29
# Install license
30
install -D -m644 ${pkgdir}/opt/bitwig-studio/EULA.rtf ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |