vocoder-jack
maintainer orphaned
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official domain (sirlab.de), which hosts the upstream project; despite not being on a standard forge, it is a legitimate source for this software, and the tarball checksum is verified.
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 domain (sirlab.de), which hosts the upstream project; despite not being on a standard forge, it is a legitimate source for this software, and the tarball checksum is verified.
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:10
source=(http://www.sirlab.de/linux/download/$pkgname-$pkgver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: spider-mario <spidermario@free.fr>
2
pkgname=vocoder-jack
3
pkgver=0.29
4
pkgrel=1
5
pkgdesc="Standalone JACK vocoder"
6
arch=('i686' 'x86_64')
7
url="http://www.sirlab.de/linux/download_vocoder_standalone_jack.html"
8
license=('GPL')
9
depends=('fltk' 'jack' 'libsndfile')
10
source=(http://www.sirlab.de/linux/download/$pkgname-$pkgver.tar.gz
11
include-unistd.patch
12
build.patch)
13
noextract=()
14
sha512sums=('46f77069be5f30810cf69a5e058370df0d20c2de9ff64a5311ec36c87fad786d0b306f84378458655e9aa5a118e731a0a18a42e9c61485d8a2724b1b92950df8'
15
'a4ff280cd71ab942723c82e53b6aab1af424ea2946e902e6732d4c3e8c6466fd65c08cdad9851d9238a4b9b5ca9b59710369b4d63999a70ee55bb83c4dc3fbca'
16
'a6e2757e58640f39ae81c4ed6926a4ec50490a609642490a40c4491122d2ddb6459289759d03eee7ed2b931d35807630dbecdd67cd56af5472517925144c74cd')
17
18
prepare() {
19
cd vocoder
20
patch -p1 < ../include-unistd.patch
21
patch -p1 < ../build.patch
22
}
23
24
build() {
25
cd vocoder
26
make
27
}
28
29
package() {
30
cd vocoder
31
32
install --directory "$pkgdir"/usr/bin
33
install src/vocoder "$pkgdir"/usr/bin/
34
install util/play_loop "$pkgdir"/usr/bin/
35
}
36
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 |