hyper8

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

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

Low AI review downgraded a static finding 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)
Medium External install via pipx/uv/poetry/cargo/go/gem 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
1# Maintainer: Simon Repp <simon@fdpl.io>
2
3arch=('aarch64' 'x86_64')
4conflicts=('hyper8-bin' 'hyper8-cli')
5depends=(
6 # hyper8-core dependencies
7 'ffmpeg'
8 # hyper8-desktop dependencies
9 'cairo'
10 'desktop-file-utils'
11 'gdk-pixbuf2'
12 'glib2'
13 'gtk3'
14 'hicolor-icon-theme'
15 'libsoup'
16 'pango'
17 'webkit2gtk-4.1'
18)
19license=('AGPL3')
20makedepends=(
21 # hyper8-core dependencies
22 'cargo'
23 'cmake'
24 'git'
25 # Tauri dependencies
26 'appmenu-gtk-module'
27 'libappindicator-gtk3'
28 'librsvg'
29 'openssl'
30)
31options=('!lto')
32pkgdesc='A static site generator for video publishing'
33pkgname=hyper8
34pkgrel=1
35pkgver=1.1.0
36provides=('hyper8')
37sha256sums=('789f6bb5bdb50ac8f01c52209f87737f8d04990991901885a9635289954aaae3')
38url='https://hyper8.org'
39
40source=("${pkgname}-${pkgver}.tar.gz::https://codeberg.org/simonrepp/hyper8/archive/${pkgver}.tar.gz")
41
42build() {
43 export RUSTUP_TOOLCHAIN=stable
44 export CARGO_TARGET_DIR=target
45 cd "$srcdir/$pkgname"
46 cargo tauri build --bundles deb
47}
48
49package() {
50 # Note that "cargo tauri build …" places the target directory inside the
51 # desktop crate subdirectory (adjacent to tauri.conf.json) for reasons
52 # unknown, hence we copy from there
53 cp -a ${srcdir}/${pkgname}/desktop/target/release/bundle/deb/Hyper\ 8_${pkgver}_*/data/* "${pkgdir}"
54}
55
56prepare() {
57 export RUSTUP_TOOLCHAIN=stable
58 cd "$srcdir/$pkgname"
59 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
60 cargo install tauri-cli --locked --version "^2.0.0"
61}
62

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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion