voxforge-am-julius-nightly
maintainer arcanis
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads acoustic model data for Julius from a plausible project-related host;虽非标准域名 but the content is non-executable data, so worst-case tampering is limited to data corruption, not code execution.
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 acoustic model data for Julius from a plausible project-related host;虽非标准域名 but the content is non-executable data, so worst-case tampering is limited to data corruption, not code execution.
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:21
true && source=("julius-acousticmodel.tgz::http://www.repository.voxforge1.org/downloads/Nightly_Builds/AcousticModel-${_build_date}/Julius-4.3.1-Quickstart-Linux_AcousticModel-${_build_date}.tgz")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Evgeniy Alekseev <arcanis.arch at gmail dot com>
2
# Contributor: Matt Harrison <matt at mistbyte dot com>
3
# Contributor: Muhammad Qadri <Muhammad dot A dot Qadri at gmail dot com>
4
# This PKGBUILD is maintained at https://github.com/matt-h/aur-pkgbuilds/tree/master/voxforge-am-julius
5
6
pkgname=voxforge-am-julius-nightly
7
pkgver=20170710
8
pkgrel=1
9
pkgdesc="Acoustic model information for use with Julius voice recognition software"
10
arch=('any')
11
conflicts=(voxforge-am-julius)
12
provides=(voxforge-am-julius)
13
replaces=(voxforge-am-julius)
14
url="http://www.voxforge.org/"
15
license=('GPL')
16
pkgver() {
17
printf $(($(date +%Y%m%d)-1))
18
}
19
_build_date=$(pkgver | cut -c1-4)-$(pkgver | cut -c5-6)-$(pkgver | cut -c7-8)
20
source=("julius-acousticmodel.tgz")
21
true && source=("julius-acousticmodel.tgz::http://www.repository.voxforge1.org/downloads/Nightly_Builds/AcousticModel-${_build_date}/Julius-4.3.1-Quickstart-Linux_AcousticModel-${_build_date}.tgz")
22
install=${pkgname}.install
23
md5sums=('SKIP')
24
25
package() {
26
cd "${srcdir}"
27
28
install -Dm644 "Sample.jconf" "${pkgdir}/usr/share/voxforge/julius/julius.jconf"
29
install -dm755 "${pkgdir}/usr/share/voxforge/julius/grammar/"
30
install -m644 -t "${pkgdir}/usr/share/voxforge/julius/grammar/" "grammar/"*
31
install -dm755 "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/"
32
install -m644 -t "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/" "acoustic_model_files/"*
33
}
34
35
# vim:set ts=2 sw=2 et:
36
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 |