deepfilternet-plus-bin
maintainer carbon
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs prebuilt binaries from GitHub releases, which is a normal distribution method for Rust/Cargo projects; the binaries are not executed at build/install time, and the source URLs are from the project's own repository, making supply-chain risk low despite the lack of source build.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs prebuilt binaries from GitHub releases, which is a normal distribution method for Rust/Cargo projects; the binaries are not executed at build/install time, and the source URLs are from the project's own repository, making supply-chain risk low despite the lack of source build.
PKGBUILD
1
# Maintainer: Ismail Ivanov <ismailfilipov321@gmail.com>
2
pkgname=deepfilternet-plus-bin
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="AI noise suppression: LADSPA mic plugin for EasyEffects/PipeWire and deep-filter CLI (prebuilt)"
6
arch=('x86_64')
7
url="https://github.com/ismailivanov/DeepFilterNetPlus"
8
license=('MIT OR Apache-2.0')
9
provides=('deepfilternet-plus' 'deep-filter')
10
conflicts=('deepfilternet-plus-git')
11
optdepends=('easyeffects: use the plugin as microphone noise suppression (Deep Noise Remover)')
12
source=("deep-filter-${pkgver}::${url}/releases/download/v${pkgver}/deep-filter-linux-x86_64"
13
"libdeep_filter_ladspa-${pkgver}.so::${url}/releases/download/v${pkgver}/libdeep_filter_ladspa.so"
14
"LICENSE-MIT-${pkgver}::${url}/raw/v${pkgver}/LICENSE-MIT"
15
"LICENSE-APACHE-${pkgver}::${url}/raw/v${pkgver}/LICENSE-APACHE")
16
sha256sums=('8efbb80f24cc3662c0e9b874d2e4719e803e78bacf2ea364257544012b783e02'
17
'cf6e5cf069985afb4bf73dd39d3c9146850bbbd37d11dcc1e0182cbaa555c50a'
18
'24e6bb09c928af8d8e56268082f87413247ce36b39dd5d33add2f9893968065e'
19
'1eaee808c5fb6b4e895ba30425285a5cdc5dd25bba2cd230f264c2200c331aec')
20
21
package() {
22
install -Dm755 "deep-filter-${pkgver}" "${pkgdir}/usr/bin/deep-filter"
23
install -Dm755 "libdeep_filter_ladspa-${pkgver}.so" "${pkgdir}/usr/lib/ladspa/libdeep_filter_ladspa.so"
24
install -Dm644 "LICENSE-MIT-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
25
install -Dm644 "LICENSE-APACHE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
26
}
27
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 21:39:42 | LOW | 2 |
| 2026-07-28 19:39:35 | LOW | 2 |