brutefir

maintainer terezabenesova · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from a plausible personal academic host (torger.se) hosting the project's own release, which is normal for AUR packages; the non-whitelisted host is not inherently dangerous as it hosts verifiable source code, not an untrusted binary.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from a plausible personal academic host (torger.se) hosting the project's own release, which is normal for AUR packages; the non-whitelisted host is not inherently dangerous as it hosts verifiable source code, not an untrusted binary.

2 higher static findings 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://torger.se/anders/files/$pkgname-$pkgver.tar.gz")
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1 offending line(s) highlighted
1# Contributor: Fabrizio Fresco < fabrizio . fresco at gmail . com >
2# Contributor: Arch Linux Pro Audio <dev@archaudio.org>
3# Contributor: Yann Pomarede < yann . pomarede at gmail dot com >
4# Contributor: tee < teeaur at duck dot com >
5
6pkgname=brutefir
7pkgver=1.1.2
8pkgrel=1
9pkgdesc="Is a software convolution engine, a program for applying long FIR filters to multi-channel digital audio, either offline or in realtime"
10arch=('i686' 'x86_64' 'armv7h' )
11#url="http://www.ludd.luth.se/~torger/brutefir.html"
12url="https://torger.se/anders/brutefir.html"
13license=('ISC')
14depends=('fftw' 'alsa-lib' 'jack' 'libpipewire' 'glibc')
15source=("https://torger.se/anders/files/$pkgname-$pkgver.tar.gz")
16b2sums=('b6cf187f2b4cd96d30e735cdc0208db2a181237164486f0d4f1f0bb028d32a39586b08fbe7d26aca85d823d99ccf3bda44ba536219fa37fd0efc00e9672a7cae')
17
18build() {
19 cd "${pkgname}-${pkgver}"
20 sed 's@/usr/local@/usr@' -i Makefile
21 make
22}
23
24package() {
25 cd "$pkgname-$pkgver"
26 make DESTDIR="$pkgdir" install
27 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
28}
29

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -12,15 +12,10 @@
url="https://torger.se/anders/brutefir.html"
license=('ISC')
depends=('fftw' 'alsa-lib' 'jack' 'libpipewire' 'glibc')
-source=(
- 'serializer'
-)
-b2sums=(
- 'SKIP'
-)
+source=("https://torger.se/anders/files/$pkgname-$pkgver.tar.gz")
+b2sums=('b6cf187f2b4cd96d30e735cdc0208db2a181237164486f0d4f1f0bb028d32a39586b08fbe7d26aca85d823d99ccf3bda44ba536219fa37fd0efc00e9672a7cae')
build() {
- sudo "$srcdir/serializer"
cd "${pkgname}-${pkgver}"
sed 's@/usr/local@/usr@' -i Makefile
make
@@ -32,4 +27,3 @@
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
}
-

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 3
2026-08-02 00:16:08 LOW 3
2026-08-01 00:11:18 LOW 3
2026-07-31 15:18:17 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 17:15:21 MEDIUM 1
2026-06-20 00:18:46 MEDIUM 1
2026-06-19 23:51:18 CLEAN 2
2026-06-19 19:07:35 LOW 2
2026-06-18 18:04:49 CLEAN 2
2026-06-18 16:11:54 MEDIUM 1

Report a package

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

0 / 4000
Your suggestion