dssi-vst

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is downloaded from the project's official code host (breakfastquay.com), which is plausibly the project's own infrastructure; building from official source is normal AUR packaging, even if the host is not on a whitelist.

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 source is downloaded from the project's official code host (breakfastquay.com), which is plausibly the project's own infrastructure; building from official source is normal AUR packaging, even if the host is not on a whitelist.

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:15 source=("https://code.breakfastquay.com/attachments/download/10/${pkgname}-${pkgver}.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: David Runge <dave@sleepmap.de>
2# Contributor: speps <speps at aur dot archlinux dot org>
3# Contributor: Ray Rashif <schivmeister@gmail.com>
4
5pkgname=dssi-vst
6pkgver=0.9.2
7pkgrel=9
8pkgdesc="DSSI adapter/wrapper for win32 VST plug-ins"
9arch=('x86_64')
10url="https://www.breakfastquay.com/dssi-vst/"
11license=('GPL2')
12groups=('pro-audio')
13depends=('wine' 'jack' 'liblo')
14makedepends=('dssi' 'ladspa')
15source=("https://code.breakfastquay.com/attachments/download/10/${pkgname}-${pkgver}.tar.bz2"
16 "${pkgname}-winexec.patch")
17sha512sums=('647faa1f39dd6ffb13a23f23d5b150afa3fa20a4cb7c28fed8e71ff9b835e84f5410b24bf3b8c65fbdc147667e086cc165469f68da0132fa7a9c06b6ca17561f'
18 '2f4474554fec716a63ff7a54c06872aad79eda100df74b108afbcc7307116d6b9159c270d84f14112e5c52bbe543c18bcd455fc6022cf6266ffea086baf602d8')
19
20prepare() {
21 cd "${pkgname}-${pkgver}"
22
23 # fix executable extension issue
24 patch -Np1 -i "${srcdir}/${pkgname}-winexec.patch"
25
26 # use CXXFLAGS in build
27 sed -i "/m32/! s/CXXFLAGS)/& $CXXFLAGS/" Makefile
28
29 # /usr/lib32/dssi
30 sed -i '/\/dssi-vst/s|DSSIDIR|&32|' Makefile
31 sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|&:\132\2|' remotevstclient.cpp
32}
33
34build() {
35 cd "${pkgname}-${pkgver}"
36 make LDFLAGS="${LDFLAGS}"
37}
38
39package() {
40 cd "${pkgname}-${pkgver}"
41 make BINDIR="${pkgdir}/usr/bin" \
42 DSSIDIR="${pkgdir}/usr/lib/dssi" \
43 DSSIDIR32="${pkgdir}/usr/lib32/dssi" \
44 LADSPADIR="${pkgdir}/usr/lib/ladspa" install
45}
46

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion