teleport-bin
maintainer axionl
· 21 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the official vendor's distribution domain (get.gravitational.com), which is the project's legitimate release infrastructure; despite the static analyzer flag for a non-standard host, this is a normal and expected source for a -bin package, and the binaries are verified via provided sha256sums.
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 prebuilt binaries from the official vendor's distribution domain (get.gravitational.com), which is the project's legitimate release infrastructure; despite the static analyzer flag for a non-standard host, this is a normal and expected source for a -bin package, and the binaries are verified via provided sha256sums.
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:31
source_i386=("teleport-bin-${pkgver}-i386.tar.gz::https://get.gravitational.com/teleport-v${pkgver}-linux-386-bin.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ariel AxionL <arielaxionl@gmail.com | axionl@aosc.io>
2
# Maintainer: Maarten de Boer <maarten@cloudstek.nl>
3
# Maintainer: Christian Heusel <christian@heusel.eu>
4
# Contributor: Johannes Pfrang <johannespfrang+arch @ gmail.com>
5
# Contributor: Emanuele 'Lele aka eldios' Calo' <xeldiosx@gmail.com>
6
7
_pkgname=teleport
8
pkgname=teleport-bin
9
pkgver=18.10.0
10
pkgrel=1
11
pkgdesc="Modern SSH server for teams managing distributed infrastructure"
12
arch=('i386' 'x86_64' 'armv7h' 'aarch64')
13
url="https://goteleport.com/"
14
license=('LicenseRef-TeleportCommunityLicense')
15
depends=(glibc gcc-libs)
16
optdepends=("python: for the examples"
17
"bash: for the examples")
18
provides=('teleport' 'tctl' 'tsh' 'tbot')
19
conflicts=('teleport')
20
install=teleport.install
21
22
source=("teleport.service"
23
"teleport@.service"
24
"teleport.install"
25
"LICENSE-community::https://raw.githubusercontent.com/gravitational/teleport/master/build.assets/LICENSE-community")
26
27
# The teleport servers do not allow for byte ranges to continue download so we set -C0
28
# https://aur.archlinux.org/packages/teleport-bin#comment-906339
29
DLAGENTS=('https::/usr/bin/curl -qgb "" -fL -C0 --retry 3 --retry-delay 3 -o %o %u')
30
31
source_i386=("teleport-bin-${pkgver}-i386.tar.gz::https://get.gravitational.com/teleport-v${pkgver}-linux-386-bin.tar.gz")
32
source_x86_64=("teleport-bin-${pkgver}-x86_64.tar.gz::https://get.gravitational.com/teleport-v${pkgver}-linux-amd64-bin.tar.gz")
33
source_armv7h=("teleport-bin-${pkgver}-armv7h.tar.gz::https://get.gravitational.com/teleport-v${pkgver}-linux-arm-bin.tar.gz")
34
source_aarch64=("teleport-bin-${pkgver}-aarch64.tar.gz::https://get.gravitational.com/teleport-v${pkgver}-linux-arm64-bin.tar.gz")
35
36
sha256sums=('68326e40c91aea621e2eab7efe8481574be1d313f49b38cb0d6aedad9efc47ab'
37
'd5265830ec926e249d8643351216dc0f2842bd0c004f79dcdb260b3548fafdff'
38
'c71bbe70179aceb0f49d2a4f1e0a83da040ca72373e17ca82cc2489cd6e07801'
39
'3beda963b864fc67546e6926fd6ee8601cafee44a9d24440042efd68b7cab8f6')
40
sha256sums_i386=('4bfbb4eccf7803a8e242274897a2604166b5d9048cdc1d4480dd6c8923a785b9')
41
sha256sums_x86_64=('a5a2f1ec1390d001b221353c047df858e068661d044cf00742943f7c618634db')
42
sha256sums_armv7h=('0ffe190c791e82cc2c600d0761e62d09a3d8e89423019200b389f4617e5cbcff')
43
sha256sums_aarch64=('58a7270be243fccab8b1491dd233f8dc3519307b7ee7f8a9bcea74e910492443')
44
45
options=(!strip)
46
47
package() {
48
cd "${_pkgname}"
49
50
# Install binaries
51
install -Dm755 teleport "${pkgdir}/usr/bin/teleport"
52
install -Dm755 tctl "${pkgdir}/usr/bin/tctl"
53
install -Dm755 tsh "${pkgdir}/usr/bin/tsh"
54
install -Dm755 tbot "${pkgdir}/usr/bin/tbot"
55
56
# Install services
57
install -Dm644 ${srcdir}/teleport.service "${pkgdir}/usr/lib/systemd/system/teleport.service"
58
install -Dm644 ${srcdir}/teleport@.service "${pkgdir}/usr/lib/systemd/system/teleport@.service"
59
60
# Copy example files
61
install -dm755 "${pkgdir}/usr/share/teleport"
62
cp -r examples "${pkgdir}/usr/share/teleport/"
63
64
# Install license
65
install -Dm644 "${srcdir}/LICENSE-community" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
66
}
67
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 |