vosk-api-bin

maintainer orphaned · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a model file from a non-whitelisted but project-owned host (alphacephei.com) which is used as data, not executed; the actual binaries come from GitHub releases of the same project, making the source trustworthy and the download non-malicious.

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 model file from a non-whitelisted but project-owned host (alphacephei.com) which is used as data, not executed; the actual binaries come from GitHub releases of the same project, making the source trustworthy and the download non-malicious.

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:13 source=("https://alphacephei.com/kaldi/models/vosk-model-small-en-us-0.15.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Bobby Hamblin <hamblingreen@hotmail.com>
2
3pkgname='vosk-api-bin'
4pkgver=0.3.45
5pkgrel=1
6pkgdesc='Offline speech recognition toolkit'
7url='https://alphacephei.com/vosk/'
8arch=('aarch64' 'armv7l' 'riscv64' 'x86_64' 'x86')
9license=('Apache')
10provides=('vosk-api')
11conflicts=('vosk-api')
12
13source=("https://alphacephei.com/kaldi/models/vosk-model-small-en-us-0.15.zip")
14sha256sums=('30f26242c4eb449f948e42cb302dd7a686cb29a3423a8367f99ff41780942498')
15sha256sums_aarch64=('45e95d37755deb07568e79497d7feba8c03aee5a9e071df29961aa023fd94541')
16sha256sums_armv7l=('10b795ae478ef1d530fcbfbbea9ccbbbf3b7e7c244bd5fd3176f4a6af32f3c8c')
17sha256sums_riscv64=('9e7f890e6a464526600fcf94e3a223ff5db960f21e4ee2b51ac49b71c28fa860')
18sha256sums_x86_64=('bbdc8ed85c43979f6443142889770ea95cbfbc56cffb5c5dcd73afa875c5fbb2')
19sha256sums_x86=('b539efc22780948bd98e2ecb9c1b92ca08b3c552a18744f7202ab78405b8e1f9')
20
21source_aarch64=("https://github.com/alphacep/vosk-api/releases/download/v${pkgver}/vosk-linux-aarch64-${pkgver}.zip")
22source_armv7l=("https://github.com/alphacep/vosk-api/releases/download/v${pkgver}/vosk-linux-armv7l-${pkgver}.zip")
23source_riscv64=("https://github.com/alphacep/vosk-api/releases/download/v${pkgver}/vosk-linux-riscv64-${pkgver}.zip")
24source_x86=("https://github.com/alphacep/vosk-api/releases/download/v${pkgver}/vosk-linux-x86-${pkgver}.zip")
25source_x86_64=("https://github.com/alphacep/vosk-api/releases/download/v${pkgver}/vosk-linux-x86_64-${pkgver}.zip")
26
27
28package() {
29 cd "$srcdir/vosk-linux-$(uname -m)-$pkgver"
30
31 mkdir -p "$pkgdir/usr/lib"
32 mkdir -p "$pkgdir/usr/include"
33 mkdir -p "$pkgdir/usr/local/share/vosk-models"
34
35 install "libvosk.so" "$pkgdir/usr/lib/"
36 install "vosk_api.h" "$pkgdir/usr/include/"
37
38 cd "$srcdir"
39
40 cp -r "vosk-model-small-en-us-0.15" "$pkgdir/usr/local/share/vosk-models/small-en-us/"
41}
42

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion