nuicat-bin
maintainer judecale
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the project's own domain (packages.nui.cat) which is plausibly official; while the host is not whitelisted, the binary is from the vendor's release infrastructure and the build process extracts and installs known files without executing remote code.
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 package downloads a prebuilt .deb from the project's own domain (packages.nui.cat) which is plausibly official; while the host is not whitelisted, the binary is from the vendor's release infrastructure and the build process extracts and installs known files without executing remote code.
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:17
source=("nuicat_amd64.deb::https://packages.nui.cat/releases/v0.1.19/nuicat_amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: judecale <security@nui.cat>
2
pkgname=nuicat-bin
3
pkgver=0.1.19
4
pkgrel=1
5
pkgdesc='Speech-to-text dictation for Linux desktop'
6
arch=('x86_64')
7
url='https://nui.cat'
8
license=('LicenseRef-proprietary')
9
depends=('glibc' 'gcc-libs' 'alsa-lib' 'openssl')
10
optdepends=(
11
'vulkan-icd-loader: GPU-accelerated local transcription'
12
'wl-clipboard: Wayland clipboard support'
13
)
14
provides=('nuicat')
15
conflicts=('nuicat')
16
install=nuicat-bin.install
17
source=("nuicat_amd64.deb::https://packages.nui.cat/releases/v0.1.19/nuicat_amd64.deb")
18
noextract=('nuicat_amd64.deb')
19
sha256sums=('04bc3d7ebd977fbace23699c73ccf79061cfdf07dced315a6c5192c819134c67')
20
21
prepare() {
22
cd "$srcdir"
23
bsdtar -xf nuicat_amd64.deb
24
bsdtar -xf data.tar.*
25
}
26
27
package() {
28
install -Dm755 "$srcdir/usr/bin/nui" "$pkgdir/usr/bin/nui"
29
install -Dm644 "$srcdir/usr/lib/systemd/user/nuicat.service" "$pkgdir/usr/lib/systemd/user/nuicat.service"
30
install -Dm644 "$srcdir/usr/lib/udev/rules.d/99-nuicat.rules" "$pkgdir/usr/lib/udev/rules.d/99-nuicat.rules"
31
install -Dm644 "$srcdir/usr/share/applications/nuicat.desktop" "$pkgdir/usr/share/applications/nuicat.desktop"
32
install -Dm644 "$srcdir/etc/xdg/autostart/nuicat.desktop" "$pkgdir/etc/xdg/autostart/nuicat.desktop"
33
install -Dm644 "$srcdir/usr/share/icons/hicolor/scalable/apps/nuicat.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/nuicat.svg"
34
}
35
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 |