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
3
pkgname='vosk-api-bin'
4
pkgver=0.3.45
5
pkgrel=1
6
pkgdesc='Offline speech recognition toolkit'
7
url='https://alphacephei.com/vosk/'
8
arch=('aarch64' 'armv7l' 'riscv64' 'x86_64' 'x86')
9
license=('Apache')
10
provides=('vosk-api')
11
conflicts=('vosk-api')
12
13
source=("https://alphacephei.com/kaldi/models/vosk-model-small-en-us-0.15.zip")
14
sha256sums=('30f26242c4eb449f948e42cb302dd7a686cb29a3423a8367f99ff41780942498')
15
sha256sums_aarch64=('45e95d37755deb07568e79497d7feba8c03aee5a9e071df29961aa023fd94541')
16
sha256sums_armv7l=('10b795ae478ef1d530fcbfbbea9ccbbbf3b7e7c244bd5fd3176f4a6af32f3c8c')
17
sha256sums_riscv64=('9e7f890e6a464526600fcf94e3a223ff5db960f21e4ee2b51ac49b71c28fa860')
18
sha256sums_x86_64=('bbdc8ed85c43979f6443142889770ea95cbfbc56cffb5c5dcd73afa875c5fbb2')
19
sha256sums_x86=('b539efc22780948bd98e2ecb9c1b92ca08b3c552a18744f7202ab78405b8e1f9')
20
21
source_aarch64=("https://github.com/alphacep/vosk-api/releases/download/v${pkgver}/vosk-linux-aarch64-${pkgver}.zip")
22
source_armv7l=("https://github.com/alphacep/vosk-api/releases/download/v${pkgver}/vosk-linux-armv7l-${pkgver}.zip")
23
source_riscv64=("https://github.com/alphacep/vosk-api/releases/download/v${pkgver}/vosk-linux-riscv64-${pkgver}.zip")
24
source_x86=("https://github.com/alphacep/vosk-api/releases/download/v${pkgver}/vosk-linux-x86-${pkgver}.zip")
25
source_x86_64=("https://github.com/alphacep/vosk-api/releases/download/v${pkgver}/vosk-linux-x86_64-${pkgver}.zip")
26
27
28
package() {
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) | 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 |