hyper8
The package installs tauri-cli via cargo during prepare(), but this is a standard build dependency for Tauri-based applications and is installed from the official Rust crates registry; the source is from a trusted project repository and the build process is transparent.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package installs tauri-cli via cargo during prepare(), but this is a standard build dependency for Tauri-based applications and is installed from the official Rust crates registry; the source is from a trusted project repository and the build process is transparent.
1 higher static finding superseded - not the current verdict (shown for transparency)
alt_pkg_manager_install
A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:60
cargo install tauri-cli --locked --version "^2.0.0"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Simon Repp <simon@fdpl.io>
arch=('aarch64' 'x86_64')
conflicts=('hyper8-bin' 'hyper8-cli')
depends=(
# hyper8-core dependencies
'ffmpeg'
# hyper8-desktop dependencies
'cairo'
'desktop-file-utils'
'gdk-pixbuf2'
'glib2'
'gtk3'
'hicolor-icon-theme'
'libsoup'
'pango'
'webkit2gtk-4.1'
)
license=('AGPL3')
makedepends=(
# hyper8-core dependencies
'cargo'
'cmake'
'git'
# Tauri dependencies
'appmenu-gtk-module'
'libappindicator-gtk3'
'librsvg'
'openssl'
)
options=('!lto')
pkgdesc='A static site generator for video publishing'
pkgname=hyper8
pkgrel=1
pkgver=1.1.0
provides=('hyper8')
sha256sums=('789f6bb5bdb50ac8f01c52209f87737f8d04990991901885a9635289954aaae3')
url='https://hyper8.org'
source=("${pkgname}-${pkgver}.tar.gz::https://codeberg.org/simonrepp/hyper8/archive/${pkgver}.tar.gz")
build() {
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cd "$srcdir/$pkgname"
cargo tauri build --bundles deb
}
package() {
# Note that "cargo tauri build …" places the target directory inside the
# desktop crate subdirectory (adjacent to tauri.conf.json) for reasons
# unknown, hence we copy from there
cp -a ${srcdir}/${pkgname}/desktop/target/release/bundle/deb/Hyper\ 8_${pkgver}_*/data/* "${pkgdir}"
}
prepare() {
export RUSTUP_TOOLCHAIN=stable
cd "$srcdir/$pkgname"
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
cargo install tauri-cli --locked --version "^2.0.0"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-15 00:25+++ PKGBUILD @ 2026-09-17 00:27@@ -5,7 +5,6 @@ depends=( # hyper8-core dependencies 'ffmpeg'- 'rsync' # hyper8-desktop dependencies 'cairo' 'desktop-file-utils'@@ -33,10 +32,10 @@ pkgdesc='A static site generator for video publishing' pkgname=hyper8 pkgrel=1-pkgver=1.0.1+pkgver=1.1.0 provides=('hyper8')-sha256sums=('44bed5af1aa3ce9aff0cabfa6817501473b58924cc1e186a05bcb5369e028386')-url='https://simonrepp.com/hyper8'+sha256sums=('789f6bb5bdb50ac8f01c52209f87737f8d04990991901885a9635289954aaae3')+url='https://hyper8.org' source=("${pkgname}-${pkgver}.tar.gz::https://codeberg.org/simonrepp/hyper8/archive/${pkgver}.tar.gz") Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 09:19:41 | Medium | 1 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |