hush-mic

MEDIUM
maintainer UMCEKO 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt SDK binary (afx-link) from a non-standard, non-whitelisted host (cdn.hush.umceko.com) which could be swapped by an unrelated party, posing a supply-chain risk despite building the main application from source.

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:20 "afx-link-${_sdkver}.tar.zst::https://cdn.hush.umceko.com/sdk/${_sdkver}/afx-link-x86_64.tar.zst")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a prebuilt SDK binary (afx-link) from a non-standard, non-whitelisted host (cdn.hush.umceko.com) which could be swapped by an unrelated party, posing a supply-chain risk despite building the main application from source.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: umceko <support@stockimg.ai>
2pkgname=hush-mic
3pkgver=1.0.0
4pkgrel=2
5pkgdesc="NVIDIA Maxine AI noise-suppression virtual microphone (built from source)"
6arch=('x86_64')
7url="https://github.com/UMCEKO/hush"
8license=('MIT')
9depends=('webkit2gtk-4.1' 'gtk3' 'libsoup3' 'glib-networking' 'pipewire' 'libpulse' 'dbus' 'gcc-libs')
10makedepends=('rust>=1.88' 'cargo' 'pkgconf' 'clang')
11optdepends=('nvidia-utils: nvidia-smi GPU detection (required at runtime)')
12# makepkg's -flto=auto in CFLAGS turns ring's C objects into GCC LTO bitcode,
13# which rust-lld can't read -> undefined ring_core_* symbols at link time.
14options=('!lto')
15provides=('hush-mic')
16# 'hush'/'hush-bin' (an unrelated Lua shell) also install /usr/bin/hush
17conflicts=('hush-mic-bin' 'hush' 'hush-bin')
18_sdkver=2.1.0
19source=("hush-$pkgver.tar.gz::https://github.com/UMCEKO/hush/archive/refs/tags/v$pkgver.tar.gz"
20 "afx-link-${_sdkver}.tar.zst::https://cdn.hush.umceko.com/sdk/${_sdkver}/afx-link-x86_64.tar.zst")
21sha256sums=('SKIP'
22 'eb381134dcfae78a35b85f06c6d2c87103efbb7e736e0dcbcd3daa4fc359eba5')
23
24prepare() {
25 cd "hush-$pkgver"
26 # Fetch the git-pinned dioxus/blitz deps up front (network is allowed here).
27 export CARGO_HOME="$srcdir/cargo-home"
28 cargo fetch --locked --target x86_64-unknown-linux-gnu
29 # Unpack the link libs (libnv_audiofx + libcudart) into a flat NVAFX_LINK_DIR.
30 mkdir -p "$srcdir/linklibs"
31 bsdtar -xf "$srcdir/afx-link-${_sdkver}.tar.zst" -C "$srcdir/linklibs"
32}
33
34build() {
35 cd "hush-$pkgver"
36 export CARGO_HOME="$srcdir/cargo-home"
37 export NVAFX_LINK_DIR="$srcdir/linklibs"
38 export RUSTUP_TOOLCHAIN=stable
39 cargo build --frozen --release -p hush-app -p hush-engine --bin hush --bin hushd
40}
41
42package() {
43 cd "hush-$pkgver"
44 install -Dm755 target/release/hush "$pkgdir/usr/bin/hush"
45 install -Dm755 target/release/hushd "$pkgdir/usr/bin/hushd"
46 install -Dm644 dist/io.github.umceko.hush.desktop "$pkgdir/usr/share/applications/io.github.umceko.hush.desktop"
47 install -Dm644 dist/hush.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/hush.svg"
48 install -Dm644 dist/NVIDIA_NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname/NVIDIA_NOTICE.txt"
49 install -Dm644 dist/FONT_LICENSES.txt "$pkgdir/usr/share/licenses/$pkgname/FONT_LICENSES.txt"
50 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
51}
52

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

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

0 / 4000
Your suggestion