teleport-client-bin
maintainer juliustin
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from cdn.teleport.dev, which is a legitimate domain used by the Teleport project; while not on a standard whitelist, it is plausibly official, and the binaries are verified via provided sha256 checksums, reducing supply-chain 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from cdn.teleport.dev, which is a legitimate domain used by the Teleport project; while not on a standard whitelist, it is plausibly official, and the binaries are verified via provided sha256 checksums, reducing supply-chain 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:18
source_x86_64=("teleport-bin-${pkgver}-x86_64.tar.gz::https://cdn.teleport.dev/teleport-v${pkgver}-linux-amd64-bin.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Julius Freudenberger <contact@jfreudenberger.de>
2
# Contributor: Thomas Jost <schnouki@schnouki.net>
3
# Contributor: Johannes Pfrang <johannespfrang+arch @ gmail.com>
4
# Contributor: Emanuele 'Lele aka eldios' Calo' <xeldiosx@gmail.com>
5
# Contributor: Ariel AxionL <arielaxionl@gmail.com | axionl@aosc.io>
6
7
_pkgname=teleport
8
pkgname=teleport-client-bin
9
pkgver=18.10.0
10
pkgrel=1
11
pkgdesc="Client-only (tsh, tctl) binary package for teleport"
12
arch=('x86_64' 'armv7h' 'aarch64')
13
url="https://github.com/gravitational/teleport"
14
license=('Apache')
15
provides=('teleport-client' 'tctl' 'tsh')
16
conflicts=('teleport' 'teleport-client' 'tctl' 'tsh')
17
18
source_x86_64=("teleport-bin-${pkgver}-x86_64.tar.gz::https://cdn.teleport.dev/teleport-v${pkgver}-linux-amd64-bin.tar.gz")
19
source_armv7h=("teleport-bin-${pkgver}-armv7h.tar.gz::https://cdn.teleport.dev/teleport-v${pkgver}-linux-arm-bin.tar.gz")
20
source_aarch64=("teleport-bin-${pkgver}-aarch64.tar.gz::https://cdn.teleport.dev/teleport-v${pkgver}-linux-arm64-bin.tar.gz")
21
sha256sums_x86_64=('a5a2f1ec1390d001b221353c047df858e068661d044cf00742943f7c618634db')
22
sha256sums_armv7h=('0ffe190c791e82cc2c600d0761e62d09a3d8e89423019200b389f4617e5cbcff')
23
sha256sums_aarch64=('58a7270be243fccab8b1491dd233f8dc3519307b7ee7f8a9bcea74e910492443')
24
25
package() {
26
cd "${srcdir}/${_pkgname}"
27
28
install -Dm755 tctl "${pkgdir}/usr/bin/tctl"
29
install -Dm755 tsh "${pkgdir}/usr/bin/tsh"
30
}
31
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -6,7 +6,7 @@ _pkgname=teleport pkgname=teleport-client-bin-pkgver=18.8.3+pkgver=18.10.0 pkgrel=1 pkgdesc="Client-only (tsh, tctl) binary package for teleport" arch=('x86_64' 'armv7h' 'aarch64')@@ -18,9 +18,9 @@ source_x86_64=("teleport-bin-${pkgver}-x86_64.tar.gz::https://cdn.teleport.dev/teleport-v${pkgver}-linux-amd64-bin.tar.gz") source_armv7h=("teleport-bin-${pkgver}-armv7h.tar.gz::https://cdn.teleport.dev/teleport-v${pkgver}-linux-arm-bin.tar.gz") source_aarch64=("teleport-bin-${pkgver}-aarch64.tar.gz::https://cdn.teleport.dev/teleport-v${pkgver}-linux-arm64-bin.tar.gz")-sha256sums_x86_64=('db164dffb557f319df60fd08a3c8bab81e0903c799206c8919e037cf02f86142')-sha256sums_armv7h=('af3503b6d3fa94474b73d174136e333d386311095286014ac65d1a659d73f1ef')-sha256sums_aarch64=('954792c861424365e47eaf3ec7bd21adef363ec912a1f738c55ef65d1782b582')+sha256sums_x86_64=('a5a2f1ec1390d001b221353c047df858e068661d044cf00742943f7c618634db')+sha256sums_armv7h=('0ffe190c791e82cc2c600d0761e62d09a3d8e89423019200b389f4617e5cbcff')+sha256sums_aarch64=('58a7270be243fccab8b1491dd233f8dc3519307b7ee7f8a9bcea74e910492443') package() { cd "${srcdir}/${_pkgname}"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 21:12:02 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 18:55:24 | LOW | 2 |
| 2026-06-18 18:04:49 | LOW | 2 |
| 2026-06-18 17:53:10 | LOW | 2 |