devtunnel-cli-bin
maintainer Lanode
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from Microsoft's official Azure blob storage domain, which is a legitimate source for this software; despite the non-whitelisted host, the checksums are provided and the binaries are from a trusted vendor, making the risk low.
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 Microsoft's official Azure blob storage domain, which is a legitimate source for this software; despite the non-whitelisted host, the checksums are provided and the binaries are from a trusted vendor, making the risk low.
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:35
source_x86_64=($_source_x86_64::https://tunnelsassets$_env.blob.core.windows.net/cli/linux-x64-devtunnel)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Luis Bañuelos <luiscarlos.banuelos@gmail.com>
2
# Contributor: Cass Midkiff <cass.midkiff.kde@gmail.com>
3
pkgname=devtunnel-cli-bin
4
5
_bin_name=devtunnel
6
7
# there's no url versioning, so this will install the latest published version
8
# regardless what the `pkgver` is set to
9
pkgver=1.0.2014+3c9645ccd8
10
pkgrel=1
11
pkgdesc="Microsoft Dev Tunnels CLI client"
12
13
# dev, ppe, prod
14
_env=prod
15
arch=('aarch64' 'x86_64')
16
url="https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/"
17
license=('unknown')
18
19
depends=(
20
# this is an explicit dependency from the install script
21
# https://aka.ms/DevTunnelCliInstall
22
'libsecret'
23
24
# these are dependencies identified from find-deps and 'pacman -Fx <lib file name>\.so'
25
'glibc' 'zlib' 'gcc-libs'
26
27
)
28
provides=($_bin_name)
29
conflicts=($_bin_name)
30
31
_source_x86_64=devtunnel_x86_64
32
_source_aarch64=devtunnel_arm64
33
34
source=()
35
source_x86_64=($_source_x86_64::https://tunnelsassets$_env.blob.core.windows.net/cli/linux-x64-devtunnel)
36
source_aarch64=($_source_aarch64::https://tunnelsassets$_env.blob.core.windows.net/cli/linux-arm64-devtunnel)
37
noextract=($_source_x86_64 $_source_aarch64)
38
39
sha256sums_aarch64=('f93aea73c27137b9e7b244587d115b5da6263fddd0135ae8d8e3a4307d20da5b')
40
sha256sums_x86_64=('5d6034b4bf81dead62635551d8d96b363403e5ca5307a6a653ab31d1c73d00cc')
41
42
validpgpkeys=()
43
44
# stripping symbols causes an error on execution:
45
# > Failure processing application bundle; possible file corruption.
46
# > Arithmetic overflow while reading bundle.
47
# > A fatal error occured while processing application bundle
48
options=(!strip)
49
50
pkgver() {
51
cd "${srcdir}"
52
53
_pkg=$_source_x86_64
54
if [ "${CARCH}" = "aarch64" ]; then
55
_pkg=$_source_aarch64
56
fi
57
58
chmod +x ${_pkg}
59
./${_pkg} --version | sed -n 's/Tunnel CLI version: \(.*\)/\1/p'
60
}
61
62
package() {
63
64
_pkg=$_source_x86_64
65
if [ "${CARCH}" = "aarch64" ]; then
66
_pkg=$_source_aarch64
67
fi
68
69
install -d "${pkgdir}/usr/bin"
70
71
install -m755 "${srcdir}/${_pkg}" "${pkgdir}/usr/bin/${_bin_name}"
72
}
73
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -6,7 +6,7 @@ # there's no url versioning, so this will install the latest published version # regardless what the `pkgver` is set to-pkgver=1.0.2010+aa42024ecd+pkgver=1.0.2014+3c9645ccd8 pkgrel=1 pkgdesc="Microsoft Dev Tunnels CLI client" @@ -36,8 +36,8 @@ source_aarch64=($_source_aarch64::https://tunnelsassets$_env.blob.core.windows.net/cli/linux-arm64-devtunnel) noextract=($_source_x86_64 $_source_aarch64) -sha256sums_aarch64=('78f41b5174f9ba8f7b0ede8b356ab2b4f6237ceb4831f98c5a97c9ba73d2b7af')-sha256sums_x86_64=('14500cfb7847334f0d8a60fea0d3b8543e634bf41edc3fe1909b4ce813681d27')+sha256sums_aarch64=('f93aea73c27137b9e7b244587d115b5da6263fddd0135ae8d8e3a4307d20da5b')+sha256sums_x86_64=('5d6034b4bf81dead62635551d8d96b363403e5ca5307a6a653ab31d1c73d00cc') validpgpkeys=() 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 01:17:03 | MEDIUM | 1 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 01:13:52 | MEDIUM | 1 |
| 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 |