onetalker-bin

maintainer pml68 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt tarball from the project's own domain (downloads.onetalker.org) for a legitimate binary release; the host is not whitelisted but is plausibly official, and the checksum is verified, making it a standard AUR package with no evidence of malicious intent.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt tarball from the project's own domain (downloads.onetalker.org) for a legitimate binary release; the host is not whitelisted but is plausibly official, and the checksum is verified, making it a standard AUR package with no evidence of malicious intent.

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:26 "https://downloads.onetalker.org/v${pkgver}/OneTalker-${pkgver}-x86_64-no-selfupdate-linux.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: pml68 <contact at pml68 dot dev>
3
4_pkgname=onetalker
5pkgname=$_pkgname-bin
6pkgver=2026.7
7pkgrel=1
8pkgdesc='An Augmentative and Alternative Communication (AAC) Aid'
9arch=(x86_64)
10url='https://onetalker.org'
11license=('GPL-3.0-only')
12depends=(
13 hicolor-icon-theme
14 onnxruntime
15 protobuf
16 alsa-lib
17 gcc-libs
18 glibc
19 bash
20)
21options=('!lto' '!debug')
22provides=("$_pkgname")
23conflicts=("$_pkgname")
24install="onetalker.install"
25source=(
26 "https://downloads.onetalker.org/v${pkgver}/OneTalker-${pkgver}-x86_64-no-selfupdate-linux.tar.gz"
27 "onetalker.sh"
28)
29sha256sums=('2c59d259b511d8a7ceb666a2450219037d98d13a2518009135d29906ced80feb'
30 '01e25123d26a68289424b1a5640c5d220f1aed8d94c41392f1a2610cac4011f5')
31
32package() {
33 install -Dm755 "${_pkgname}" "${pkgdir}/usr/lib/${_pkgname}/${_pkgname}"
34 install -Dm755 onetalker.sh "${pkgdir}/usr/bin/${_pkgname}"
35
36 cp -dr share "${pkgdir}/usr"
37
38 mkdir -p "${pkgdir}/usr/share/onetalker"
39 cp -dr assets "${pkgdir}/usr/share/onetalker"
40}
41

Changes since previous scan

--- PKGBUILD @ 2026-07-25 00:13
+++ PKGBUILD @ 2026-08-03 00:08
@@ -3,8 +3,7 @@
_pkgname=onetalker
pkgname=$_pkgname-bin
-_pkgver=2026.6
-pkgver=$_pkgver
+pkgver=2026.7
pkgrel=1
pkgdesc='An Augmentative and Alternative Communication (AAC) Aid'
arch=(x86_64)
@@ -24,10 +23,10 @@
conflicts=("$_pkgname")
install="onetalker.install"
source=(
- "https://downloads.onetalker.org/v${_pkgver}/OneTalker-${_pkgver}-x86_64-no-selfupdate-linux.tar.gz"
+ "https://downloads.onetalker.org/v${pkgver}/OneTalker-${pkgver}-x86_64-no-selfupdate-linux.tar.gz"
"onetalker.sh"
)
-sha256sums=('3d7b4affdb226eea900bdaff9d5e9b95c7a14216432ba190ba1c5cc03787afb7'
+sha256sums=('2c59d259b511d8a7ceb666a2450219037d98d13a2518009135d29906ced80feb'
'01e25123d26a68289424b1a5640c5d220f1aed8d94c41392f1a2610cac4011f5')
package() {

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 23:31:22 MEDIUM 1
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 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