twingate-bin
maintainer PatoJAD
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Downloads prebuilt binaries from binaries.twingate.com, which is the official Twingate vendor domain, with sha256 checksums provided; this is a legitimate proprietary software package from the vendor's own infrastructure, not a swappable third-party host.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Downloads prebuilt binaries from binaries.twingate.com, which is the official Twingate vendor domain, with sha256 checksums provided; this is a legitimate proprietary software package from the vendor's own infrastructure, not a swappable third-party host.
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: Joaquin (Pato) Decima <jdecima@vasak.net.ar>
2
3
pkgname=twingate-bin
4
pkgver=2026.188.6692
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=('7b1a3fc6ada23940d6df45d2521143d46ceb0c91797c0959c4621656f7d25ae1')
16
sha256sums_aarch64=('170f7d2904b0fa5495d9f8bda341679928f68363ef7d47faac1131e25d0b549d')
17
18
package() {
19
install -d "${pkgdir}/var/lib/${_pkgname}"
20
install -d "${pkgdir}/run/${_pkgname}"
21
22
install -Dm 644 "${srcdir}/usr/share/bash-completion/completions/${_pkgname}" "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}"
23
install -Dm 644 "${srcdir}/usr/lib/systemd/system/${_pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${_pkgname}.service"
24
install -Dm 644 "${srcdir}/usr/lib/systemd/system-preset/${_pkgname}.preset" "${pkgdir}/usr/lib/systemd/system-preset/${_pkgname}.preset"
25
install -Dm 644 "${srcdir}/usr/lib/systemd/user/${_pkgname}-desktop-notifier.service" "${pkgdir}/usr/lib/systemd/user/${_pkgname}-desktop-notifier.service"
26
27
install -Dm 644 "${srcdir}/etc/${_pkgname}/autostart.conf" "${pkgdir}/etc/${_pkgname}/autostart.conf"
28
install -Dm 644 "${srcdir}/etc/${_pkgname}/config.json" "${pkgdir}/etc/${_pkgname}/config.json"
29
install -Dm 644 "${srcdir}/etc/${_pkgname}/controller_url.conf" "${pkgdir}/etc/${_pkgname}/controller_url.conf"
30
install -Dm 644 "${srcdir}/etc/${_pkgname}/network.conf" "${pkgdir}/etc/${_pkgname}/network.conf"
31
install -Dm 644 "${srcdir}/etc/${_pkgname}/sentry_user_consent.conf" "${pkgdir}/etc/${_pkgname}/sentry_user_consent.conf"
32
33
install -Dm 644 "${srcdir}/etc/xdg/autostart/${_pkgname}-autostart.desktop" "${pkgdir}/etc/xdg/autostart/${_pkgname}-autostart.desktop"
34
35
install -Dm 755 "${srcdir}/usr/bin/twingate" "${pkgdir}/usr/bin/twingate"
36
install -Dm 755 "${srcdir}/usr/bin/twingate-notifier" "${pkgdir}/usr/bin/twingate-notifier"
37
install -Dm 755 "${srcdir}/usr/bin/twingated" "${pkgdir}/usr/bin/twingated"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 17:12:22 | MEDIUM | 2 |
| 2026-07-29 15:14:13 | LOW | 3 |
| 2026-07-29 15:12:02 | MEDIUM | 2 |