devtunnel-cli-bin

LOW
maintainer Lanode 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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>
3pkgname=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
9pkgver=1.0.2030+fc9273aa0f
10pkgrel=1
11pkgdesc="Microsoft Dev Tunnels CLI client"
12
13# dev, ppe, prod
14_env=prod
15arch=('aarch64' 'x86_64')
16url="https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/"
17license=('unknown')
18
19depends=(
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)
28provides=($_bin_name)
29conflicts=($_bin_name)
30
31_source_x86_64=devtunnel_x86_64
32_source_aarch64=devtunnel_arm64
33
34source=()
35source_x86_64=($_source_x86_64::https://tunnelsassets$_env.blob.core.windows.net/cli/linux-x64-devtunnel)
36source_aarch64=($_source_aarch64::https://tunnelsassets$_env.blob.core.windows.net/cli/linux-arm64-devtunnel)
37noextract=($_source_x86_64 $_source_aarch64)
38
39sha256sums_aarch64=('f7a76e0117a3e8d5bfbf9416e3480cdac36c2b4bb10d2683f0780dc9284b642f')
40sha256sums_x86_64=('ff6911548907b5abaea4ed5baa36b2420be7c5debcb637a4f50f7a4002b10b60')
41
42validpgpkeys=()
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
48options=(!strip)
49
50pkgver() {
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
62package() {
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

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion