squawker-vpn-bin
Installs a prebuilt binary .deb from a subdomain (squawker-vpn.vm.tryhackme.com) that, while plausibly TryHackMe's own infrastructure, is an unofficial VM/CDN subdomain rather than a canonical release channel, making the artifact unverifiable and swappable; the checksum is present which mitigates but does not eliminate the risk of a silently replaced binary.
Triggered rules
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:22
source=("${pkgname}-${pkgver}.deb"::https://squawker-vpn.vm.tryhackme.com/latest/squawker-vpn_${pkgver}_amd64.deb)
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 75%): Installs a prebuilt binary .deb from a subdomain (squawker-vpn.vm.tryhackme.com) that, while plausibly TryHackMe's own infrastructure, is an unofficial VM/CDN subdomain rather than a canonical release channel, making the artifact unverifiable and swappable; the checksum is present which mitigates but does not eliminate the risk of a silently replaced binary.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ashintosh <ash[at]ashinto[dot]sh>
pkgname=squawker-vpn-bin
pkgver=1.0.0
pkgrel=1
pkgdesc='TryHackMe Squawker VPN Client'
arch=('x86_64')
url='https://tryhackme.com'
license=('custom')
options=('!strip')
depends=(
'gtk3'
'webkit2gtk-4.1'
'libayatana-appindicator'
'libappindicator'
)
provides=('squawker-vpn')
conflicts=('squawker-vpn')
source=("${pkgname}-${pkgver}.deb"::https://squawker-vpn.vm.tryhackme.com/latest/squawker-vpn_${pkgver}_amd64.deb)
sha256sums=('38a00ceac379b2cbfbc87bd103d96ee8214fc3b5a7dc52210e28af13deab188c')
install="${pkgname}.install"
prepare() {
cd "${srcdir}"
ar x "${pkgname}-${pkgver}.deb"
if [[ ! -f 'data.tar.gz' ]]; then
error 'data.tar not found after extraction'
return 1
fi
}
package() {
set -e
cd "${srcdir}"
bsdtar -xf 'data.tar.gz' -C "${pkgdir}"
if [[ -d "${pkgdir}/lib" ]]; then
install -d "${pkgdir}/usr"
mv "${pkgdir}/lib" "${pkgdir}/usr/lib"
fi
if [[ -d "${pkgdir}/lib/systemd" ]]; then
install -d "${pkgdir}/usr/lib/systemd"
cp -a "${pkgdir}/lib/systemd/." "${pkgdir}/usr/lib/systemd/"
rm -rf "${pkgdir}/lib/systemd"
fi
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |