fawkes-bin
The PKGBUILD installs a prebuilt binary ('protection') from mirror.cs.uchicago.edu, which is the University of Chicago CS department mirror — the same institution that hosts the official Fawkes project (sandlab.cs.uchicago.edu). This is not a random personal host; it is the project's own institutional mirror. The binary has a proper sha256sum (ff74e9fa...) for the architecture-specific zip, so integrity is verified. The only real concern is that the LICENSE file has 'SKIP' for its checksum, which is sloppy but not a security risk since it is pure text data. The binary itself is a prebuilt executable installed to /usr/bin, which is inherently a supply-chain trust decision, but the source is the official project host with a pinned checksum. This is a legitimate 'bin' package pattern common in the AUR. The medium rating from the cheaper model was largely a false positive based on the non-standard host, but the host is actually the official project mirror with checksum verification. Downgrading to low/clean is appropriate; the only remaining concern is the SKIP'd checksum on the LICENSE file, which is trivially low risk.
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:14
source_x86_64=("https://mirror.cs.uchicago.edu/fawkes/files/$pkgver/fawkes_binary_linux-v$pkgver.zip")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD installs a prebuilt binary ('protection') from mirror.cs.uchicago.edu, which is the University of Chicago CS department mirror — the same institution that hosts the official Fawkes project (sandlab.cs.uchicago.edu). This is not a random personal host; it is the project's own institutional mirror. The binary has a proper sha256sum (ff74e9fa...) for the architecture-specific zip, so integrity is verified. The only real concern is that the LICENSE file has 'SKIP' for its checksum, which is sloppy but not a security risk since it is pure text data. The binary itself is a prebuilt executable installed to /usr/bin, which is inherently a supply-chain trust decision, but the source is the official project host with a pinned checksum. This is a legitimate 'bin' package pattern common in the AUR. The medium rating from the cheaper model was largely a false positive based on the non-standard host, but the host is actually the official project mirror with checksum verification. Downgrading to low/clean is appropriate; the only remaining concern is the SKIP'd checksum on the LICENSE file, which is trivially low risk.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=fawkes-bin
pkgver=1.0
pkgrel=3
pkgdesc="Image cloaking tool for personal privacy"
arch=('x86_64')
url="https://sandlab.cs.uchicago.edu/fawkes/"
license=('BSD')
depends=('zlib')
provides=("fawkes=$pkgver")
conflicts=('fawkes')
source=("LICENSE::https://raw.githubusercontent.com/Shawn-Shan/fawkes/master/LICENSE")
source_x86_64=("https://mirror.cs.uchicago.edu/fawkes/files/$pkgver/fawkes_binary_linux-v$pkgver.zip")
sha256sums=('SKIP')
sha256sums_x86_64=('ff74e9fa671b0d3e0fe2a749d2aed9a5cb86298a2546915b5a199669fc5e88b7')
package() {
cd "$srcdir"
install -Dm755 "protection" "$pkgdir/usr/bin/fawkes"
install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/fawkes"
}
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 |