goodaccess

MEDIUM
maintainer goddard 0 votes scanned 2026-08-22 01:17:27.328106
View on AUR
Why flagged

Downloads a prebuilt binary .deb from a CDN redirect URL (link.goodaccess.com) with SKIP'd checksum, making it unverifiable and trivially swappable; however the domain appears to be the official GoodAccess vendor infrastructure, which reduces but does not eliminate the risk.

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:10 source=("goodaccess_4.7.2-1_amd64.deb::https://link.goodaccess.com/download-linux-deb")
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.

Medium AI review llm_review

An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 75%): Downloads a prebuilt binary .deb from a CDN redirect URL (link.goodaccess.com) with SKIP'd checksum, making it unverifiable and trivially swappable; however the domain appears to be the official GoodAccess vendor infrastructure, which reduces but does not eliminate the risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Your Name <your@email.com>
2pkgname="goodaccess"
3pkgver="4.7.2"
4pkgrel="1"
5pkgdesc="GoodAccess client for Linux (converted from .deb)"
6arch=('x86_64')
7url="https://goodaccess.com"
8license=('custom')
9depends=('glibc' 'libstdc++5')
10source=("goodaccess_4.7.2-1_amd64.deb::https://link.goodaccess.com/download-linux-deb")
11noextract=("goodaccess_4.7.2-1_amd64.deb")
12sha256sums=('SKIP')
13
14pkgver() {
15 local ver=$(curl -sL "https://goodaccess-storage.b-cdn.net/applications/prod/linux/repos/deb/dists/stable/main/binary-amd64/Packages" | grep "^Version:" | head -n1 | cut -d' ' -f2)
16 echo ${ver%-*}
17}
18
19package() {
20 local deb_file="goodaccess_4.7.2-1_amd64.deb"
21 local data_tar=$(ar t "${srcdir}/${deb_file}" | grep "^data.tar" | head -n1)
22 bsdtar -O -xf "${srcdir}/${deb_file}" "$data_tar" | bsdtar -C "${pkgdir}" -xf -
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 01:17:27 Medium 3
2026-08-22 01:15:41 Medium 3

Report a package

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

0 / 4000
Your suggestion