devtunnel-cli-bin
The package downloads prebuilt binaries from a Microsoft-owned domain (blob.core.windows.net) used for official Azure assets; despite the non-whitelisted host, the source is legitimate and checksums are provided, limiting supply-chain risk to low.
Triggered rules
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 a Microsoft-owned domain (blob.core.windows.net) used for official Azure assets; despite the non-whitelisted host, the source is legitimate and checksums are provided, limiting supply-chain risk to low.
1 higher static finding superseded - not the current verdict (shown for transparency)
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# Maintainer: Luis Bañuelos <luiscarlos.banuelos@gmail.com>
# Contributor: Cass Midkiff <cass.midkiff.kde@gmail.com>
pkgname=devtunnel-cli-bin
_bin_name=devtunnel
# there's no url versioning, so this will install the latest published version
# regardless what the `pkgver` is set to
pkgver=1.0.2030+fc9273aa0f
pkgrel=1
pkgdesc="Microsoft Dev Tunnels CLI client"
# dev, ppe, prod
_env=prod
arch=('aarch64' 'x86_64')
url="https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/"
license=('unknown')
depends=(
# this is an explicit dependency from the install script
# https://aka.ms/DevTunnelCliInstall
'libsecret'
# these are dependencies identified from find-deps and 'pacman -Fx <lib file name>\.so'
'glibc' 'zlib' 'gcc-libs'
)
provides=($_bin_name)
conflicts=($_bin_name)
_source_x86_64=devtunnel_x86_64
_source_aarch64=devtunnel_arm64
source=()
source_x86_64=($_source_x86_64::https://tunnelsassets$_env.blob.core.windows.net/cli/linux-x64-devtunnel)
source_aarch64=($_source_aarch64::https://tunnelsassets$_env.blob.core.windows.net/cli/linux-arm64-devtunnel)
noextract=($_source_x86_64 $_source_aarch64)
sha256sums_aarch64=('f7a76e0117a3e8d5bfbf9416e3480cdac36c2b4bb10d2683f0780dc9284b642f')
sha256sums_x86_64=('ff6911548907b5abaea4ed5baa36b2420be7c5debcb637a4f50f7a4002b10b60')
validpgpkeys=()
# stripping symbols causes an error on execution:
# > Failure processing application bundle; possible file corruption.
# > Arithmetic overflow while reading bundle.
# > A fatal error occured while processing application bundle
options=(!strip)
pkgver() {
cd "${srcdir}"
_pkg=$_source_x86_64
if [ "${CARCH}" = "aarch64" ]; then
_pkg=$_source_aarch64
fi
chmod +x ${_pkg}
./${_pkg} --version | sed -n 's/Tunnel CLI version: \(.*\)/\1/p'
}
package() {
_pkg=$_source_x86_64
if [ "${CARCH}" = "aarch64" ]; then
_pkg=$_source_aarch64
fi
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkg}" "${pkgdir}/usr/bin/${_bin_name}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |