squawker-vpn-bin

MEDIUM
maintainer ashintosh 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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:22 source=("${pkgname}-${pkgver}.deb"::https://squawker-vpn.vm.tryhackme.com/latest/squawker-vpn_${pkgver}_amd64.deb)
Medium AI review 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
1# Maintainer: Ashintosh <ash[at]ashinto[dot]sh>
2
3pkgname=squawker-vpn-bin
4pkgver=1.0.0
5pkgrel=1
6pkgdesc='TryHackMe Squawker VPN Client'
7arch=('x86_64')
8url='https://tryhackme.com'
9license=('custom')
10
11options=('!strip')
12depends=(
13 'gtk3'
14 'webkit2gtk-4.1'
15 'libayatana-appindicator'
16 'libappindicator'
17)
18
19provides=('squawker-vpn')
20conflicts=('squawker-vpn')
21
22source=("${pkgname}-${pkgver}.deb"::https://squawker-vpn.vm.tryhackme.com/latest/squawker-vpn_${pkgver}_amd64.deb)
23sha256sums=('38a00ceac379b2cbfbc87bd103d96ee8214fc3b5a7dc52210e28af13deab188c')
24
25install="${pkgname}.install"
26
27prepare() {
28 cd "${srcdir}"
29 ar x "${pkgname}-${pkgver}.deb"
30
31 if [[ ! -f 'data.tar.gz' ]]; then
32 error 'data.tar not found after extraction'
33 return 1
34 fi
35}
36
37package() {
38 set -e
39
40 cd "${srcdir}"
41 bsdtar -xf 'data.tar.gz' -C "${pkgdir}"
42
43 if [[ -d "${pkgdir}/lib" ]]; then
44 install -d "${pkgdir}/usr"
45 mv "${pkgdir}/lib" "${pkgdir}/usr/lib"
46 fi
47
48 if [[ -d "${pkgdir}/lib/systemd" ]]; then
49 install -d "${pkgdir}/usr/lib/systemd"
50 cp -a "${pkgdir}/lib/systemd/." "${pkgdir}/usr/lib/systemd/"
51 rm -rf "${pkgdir}/lib/systemd"
52 fi
53}

Scan history

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

Report a package

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

0 / 4000
Your suggestion