twingate
maintainer lmartinez-mirror
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official vendor's domain (twingate.com), which is a legitimate source for the software; while the host is not a common forge, it is the project's own release infrastructure, and the checksums are provided and valid, 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the official vendor's domain (twingate.com), which is a legitimate source for the software; while the host is not a common forge, it is the project's own release infrastructure, and the checksums are provided and valid, 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:13
source_x86_64=(twingate-${pkgver}-x86_64.tar.zst::https://binaries.twingate.com/client/linux/ARCH/x86_64/stable/twingate-amd64.pkg.tar.zst)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alois~ <aloisianer@proton.me>
2
3
pkgname=twingate
4
pkgver=2026.160.6555
5
pkgrel=1
6
pkgdesc="Zero trust remote access client for resource and networks, based on twingate-bin"
7
arch=('x86_64' 'aarch64')
8
license=(LicenseRef-Proprietary)
9
url="https://twingate.com"
10
depends=('systemd' 'cryptsetup' 'dbus')
11
install=$pkgname.install
12
noextract=(twingate-${pkgver}-${CARCH}.tar.zst)
13
source_x86_64=(twingate-${pkgver}-x86_64.tar.zst::https://binaries.twingate.com/client/linux/ARCH/x86_64/stable/twingate-amd64.pkg.tar.zst)
14
source_aarch64=(twingate-${pkgver}-aarch64.tar.zst::https://binaries.twingate.com/client/linux/ARCH/aarch64/stable/twingate-arm64.pkg.tar.zst)
15
sha256sums_x86_64=('5b3527bcbf247d7fdb295c7777512a4a01f0fa6f45d2220ffc78696e847dd808')
16
sha256sums_aarch64=('8691af99974878036395d6ea6e22bd8cdd2a57f1c8abf670e9bff5566f51d2ff')
17
18
package() {
19
tar xf twingate-${pkgver}-${CARCH}.tar.zst \
20
-C "$pkgdir" \
21
--exclude ".MTREE" \
22
--exclude ".INSTALL" \
23
--exclude ".PKGINFO" \
24
--exclude "var" \
25
--exclude "run"
26
}
27
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 |