talon-bin
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
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)
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# shellcheck shell=bash disable=SC2034,SC2154
# Maintainer: Mateen Ulhaq <mulhaq2005+aur at gmail dot com>
# Original contributor: Félix Saparelli <aur@passcod.name>
pkgname=talon-bin
pkgver=0.4.0
pkgrel=1
pkgdesc='Powerful hands-free voice and gaze input scriptable with Python'
url='https://talonvoice.com/'
arch=('x86_64')
license=('custom')
depends=('python')
options=('!strip')
source=(
"talon.tar.xz::https://talonvoice.com/dl/latest/talon-linux.tar.xz"
"start.sh"
"talon.desktop"
"talon.png"
)
b2sums=(
"SKIP"
"ee947e7bcb7e2a457d84a5ae60e3ce3faf72f2fab18aa8f24a501756f77aa7b8990f26950326020bc56146fe4689302c8716a1f72f164ea76bc38338b45a517d"
"86a2e315b72e43e1083cd9163adb634987526fe80972ff3697afa71d538968bce54b7e2115fee9814768aba4c2dfb7d8c23ed45f75c70f44cfee9a30e00bf99e"
"a5938dcf06c69adef6fb6461ff683fdaa82c806771f080da4539279e242bd3df30ab032283f3a3c062cf2fb66a29616cbda7d25bfec90bcb9af567a67477517d"
)
install=talon.install
package() {
# --- custom start script to reflect our locations ---
install -Dm755 start.sh "$pkgdir/usr/bin/talon"
install -Dm644 talon.png "$pkgdir/usr/share/icons/talon.png"
install -Dm644 talon.desktop "$pkgdir/usr/share/applications/talon.desktop"
# --- talon itself ---
cd "$srcdir/talon" || exit 1
install -Dm644 10-talon.rules "$pkgdir/usr/lib/udev/rules.d/10-talon.rules"
install -Dm755 talon "$pkgdir/usr/share/talon/talon-bin"
mkdir -p "$pkgdir/usr/lib"
cp -r lib "$pkgdir/usr/lib/talon"
mkdir -p "$pkgdir/usr/share"
cp -r resources "$pkgdir/usr/share/talon"
install -Dm644 resources/EULA.txt "$pkgdir/usr/share/licenses/$pkgname/EULA.txt"
install -Dm644 resources/LICENSES.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSES.txt"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |