speedtest
maintainer leeteral
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
Downloads a prebuilt binary from install.speedtest.net, which is Ookla's own official distribution infrastructure for their CLI tool; the checksum is pinned (not SKIP'd), so the binary is verifiable and the host is the vendor's own domain, not a personal/swappable storage service.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Downloads a prebuilt binary from install.speedtest.net, which is Ookla's own official distribution infrastructure for their CLI tool; the checksum is pinned (not SKIP'd), so the binary is verifiable and the host is the vendor's own domain, not a personal/swappable storage service.
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:13
source=("ookla-speedtest-${pkgver}-linux-x86_64.tgz::https://install.speedtest.net/app/cli/ookla-speedtest-${pkgver}-linux-x86_64.tgz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: leeteral <kneesdev@naver.com>
2
3
pkgname=speedtest
4
pkgver=1.2.0
5
pkgrel=1
6
pkgdesc="Official Ookla Speedtest CLI for personal, non-commercial use"
7
arch=('x86_64')
8
license=('custom')
9
conflicts=('speedtest-cli')
10
url="https://www.speedtest.net/"
11
options=('!strip' '!debug')
12
13
source=("ookla-speedtest-${pkgver}-linux-x86_64.tgz::https://install.speedtest.net/app/cli/ookla-speedtest-${pkgver}-linux-x86_64.tgz")
14
sha256sums=('5690596c54ff9bed63fa3732f818a05dbc2db19ad36ed68f21ca5f64d5cfeeb7')
15
package() {
16
install -Dm755 speedtest "${pkgdir}/usr/bin/speedtest"
17
}
18
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 3 |
| 2026-08-17 00:18:29 | LOW | 3 |
| 2026-08-16 00:03:42 | LOW | 3 |
| 2026-08-15 00:26:13 | LOW | 3 |
| 2026-08-14 00:03:41 | LOW | 3 |
| 2026-08-13 00:17:07 | LOW | 3 |
| 2026-08-12 00:27:08 | LOW | 3 |
| 2026-08-11 13:35:39 | LOW | 3 |
| 2026-08-11 13:21:13 | MEDIUM | 2 |