talon-bin
maintainer yodaembedding
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official project domain (talonvoice.com), which is not on the standard whitelist but is plausibly legitimate; the worst case of a swapped source would be code execution, but the source is from the vendor's own infrastructure, making it low risk.
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 binary from the official project domain (talonvoice.com), which is not on the standard whitelist but is plausibly legitimate; the worst case of a swapped source would be code execution, but the source is from the vendor's own infrastructure, making it low risk.
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:16
"talon.tar.xz::https://talonvoice.com/dl/latest/talon-linux.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# shellcheck shell=bash disable=SC2034,SC2154
2
# Maintainer: Mateen Ulhaq <mulhaq2005+aur at gmail dot com>
3
# Original contributor: Félix Saparelli <aur@passcod.name>
4
5
pkgname=talon-bin
6
pkgver=0.4.0
7
pkgrel=1
8
pkgdesc='Powerful hands-free voice and gaze input scriptable with Python'
9
url='https://talonvoice.com/'
10
arch=('x86_64')
11
license=('custom')
12
depends=('python')
13
options=('!strip')
14
15
source=(
16
"talon.tar.xz::https://talonvoice.com/dl/latest/talon-linux.tar.xz"
17
"start.sh"
18
"talon.desktop"
19
"talon.png"
20
)
21
22
b2sums=(
23
"SKIP"
24
"ee947e7bcb7e2a457d84a5ae60e3ce3faf72f2fab18aa8f24a501756f77aa7b8990f26950326020bc56146fe4689302c8716a1f72f164ea76bc38338b45a517d"
25
"86a2e315b72e43e1083cd9163adb634987526fe80972ff3697afa71d538968bce54b7e2115fee9814768aba4c2dfb7d8c23ed45f75c70f44cfee9a30e00bf99e"
26
"a5938dcf06c69adef6fb6461ff683fdaa82c806771f080da4539279e242bd3df30ab032283f3a3c062cf2fb66a29616cbda7d25bfec90bcb9af567a67477517d"
27
)
28
29
install=talon.install
30
31
package() {
32
# --- custom start script to reflect our locations ---
33
install -Dm755 start.sh "$pkgdir/usr/bin/talon"
34
install -Dm644 talon.png "$pkgdir/usr/share/icons/talon.png"
35
install -Dm644 talon.desktop "$pkgdir/usr/share/applications/talon.desktop"
36
37
# --- talon itself ---
38
cd "$srcdir/talon" || exit 1
39
install -Dm644 10-talon.rules "$pkgdir/usr/lib/udev/rules.d/10-talon.rules"
40
install -Dm755 talon "$pkgdir/usr/share/talon/talon-bin"
41
42
mkdir -p "$pkgdir/usr/lib"
43
cp -r lib "$pkgdir/usr/lib/talon"
44
45
mkdir -p "$pkgdir/usr/share"
46
cp -r resources "$pkgdir/usr/share/talon"
47
48
install -Dm644 resources/EULA.txt "$pkgdir/usr/share/licenses/$pkgname/EULA.txt"
49
install -Dm644 resources/LICENSES.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSES.txt"
50
}
51
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 |