spokenly

MEDIUM
maintainer AsukaMinato 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt .deb from a non-standard host (cdn.spokenly.app), which is not a widely recognized code hosting platform, and the source is a binary package that could be tampered with if the host is compromised, posing a supply-chain risk.

Triggered rules

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:30 "Spokenly_${pkgver}_amd64.deb::https://cdn.spokenly.app/releases/linux/Spokenly_${pkgver}_amd64.deb"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-standard host (cdn.spokenly.app), which is not a widely recognized code hosting platform, and the source is a binary package that could be tampered with if the host is compromised, posing a supply-chain risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: w
2
3pkgname=spokenly
4pkgver=0.3.25
5pkgrel=1
6pkgdesc='Fast voice dictation for your desktop'
7arch=('x86_64')
8url='https://spokenly.app/'
9license=('LicenseRef-Spokenly')
10depends=(
11 'alsa-lib'
12 'cairo'
13 'gcc-libs'
14 'gdk-pixbuf2'
15 'glib2'
16 'glibc'
17 'gtk3'
18 'hicolor-icon-theme'
19 'libayatana-appindicator'
20 'libevdev'
21 'libsoup3'
22 'libx11'
23 'libxtst'
24 'webkit2gtk-4.1'
25)
26provides=('spokenly')
27conflicts=('spokenly')
28options=('!strip')
29source=(
30 "Spokenly_${pkgver}_amd64.deb::https://cdn.spokenly.app/releases/linux/Spokenly_${pkgver}_amd64.deb"
31 'LICENSE'
32)
33sha256sums=('2285f829714a37e434ffba756e37a1acccd6f354ff52ef94da31fa5f9a87e771'
34 '36281e6dc02d369943554f1681ee1aae9d86429fc7a6e5b44b53f6c620b5dffe')
35
36package() {
37 bsdtar -xpf data.tar.gz -C "$pkgdir"
38 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39}
40

Changes since previous scan

--- PKGBUILD @ 2026-09-10 00:22
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,7 +1,7 @@
# Maintainer: w
pkgname=spokenly
-pkgver=0.3.19
+pkgver=0.3.25
pkgrel=1
pkgdesc='Fast voice dictation for your desktop'
arch=('x86_64')
@@ -30,7 +30,7 @@
"Spokenly_${pkgver}_amd64.deb::https://cdn.spokenly.app/releases/linux/Spokenly_${pkgver}_amd64.deb"
'LICENSE'
)
-sha256sums=('9263b1bb526f81c0228538ec1c60cabad96f494c589ddeb339678d21fa1f9e54'
+sha256sums=('2285f829714a37e434ffba756e37a1acccd6f354ff52ef94da31fa5f9a87e771'
'36281e6dc02d369943554f1681ee1aae9d86429fc7a6e5b44b53f6c620b5dffe')
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 11:22:36 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 17:21:08 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 09:52:42 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 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