hyper8-bin
The package downloads a prebuilt .deb binary from a non-whitelisted host (hyper8.org), which is not a standard distribution point like GitHub or GitLab; if the host were compromised, an attacker could silently replace the binary, posing a supply-chain 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:28
source_x86_64=("https://hyper8.org/packages/hyper8_${pkgver}-1+deb12_amd64.deb")
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-whitelisted host (hyper8.org), which is not a standard distribution point like GitHub or GitLab; if the host were compromised, an attacker could silently replace the binary, posing a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Simon Repp <simon@fdpl.io>
arch=('x86_64')
depends=(
# hyper8-core dependencies
'ffmpeg'
# hyper8-desktop dependencies
'cairo'
'desktop-file-utils'
'gdk-pixbuf2'
'glib2'
'gtk3'
'hicolor-icon-theme'
'libsoup'
'pango'
'webkit2gtk-4.1'
)
install=hyper8-bin.install
license=('AGPL3')
options=('!lto')
pkgdesc='A static site generator for video publishing'
pkgname=hyper8-bin
pkgrel=1
pkgver=1.1.0
sha256sums_x86_64=('b633a7b92f757966ba3493baae068167de14024168274e6f6b900102ad09c880')
url='https://hyper8.org'
source_x86_64=("https://hyper8.org/packages/hyper8_${pkgver}-1+deb12_amd64.deb")
package() {
tar -xvf data.tar.xz -C "${pkgdir}"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-15 00:25+++ PKGBUILD @ 2026-09-17 00:27@@ -4,7 +4,6 @@ depends=( # hyper8-core dependencies 'ffmpeg'- 'rsync' # hyper8-desktop dependencies 'cairo' 'desktop-file-utils'@@ -22,11 +21,11 @@ pkgdesc='A static site generator for video publishing' pkgname=hyper8-bin pkgrel=1-pkgver=1.0.1-sha256sums_x86_64=('97d3ab6853fd8fc458804a465f6cd86157a8a47a2292d8ced9371d0dee0a0f81')-url='https://simonrepp.com/hyper8'+pkgver=1.1.0+sha256sums_x86_64=('b633a7b92f757966ba3493baae068167de14024168274e6f6b900102ad09c880')+url='https://hyper8.org' -source_x86_64=("https://simonrepp.com/hyper8/packages/hyper8_${pkgver}-1+deb12_amd64.deb")+source_x86_64=("https://hyper8.org/packages/hyper8_${pkgver}-1+deb12_amd64.deb") package() { tar -xvf data.tar.xz -C "${pkgdir}"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 09:19:41 | 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 |