hornero-greeter-media-base

LOW
maintainer ulises-jeremias 0 votes scanned 2026-09-15 15:19:57.334228
View on AUR
Why flagged

The package installs prebuilt media files (videos) from the project's official GitHub release; no code execution or build-time downloads, and the content is non-executable data.

Triggered rules

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs prebuilt media files (videos) from the project's official GitHub release; no code execution or build-time downloads, and the content is non-executable data.

PKGBUILD

1# Maintainer: HorneroOS <horneroos@example.com>
2pkgname=hornero-greeter-media-base
3pkgver=1.0.0
4pkgrel=1
5pkgdesc='Base Argentina video pack for the HorneroOS SDDM greeter (offline H.264)'
6arch=('any')
7url='https://github.com/HorneroOS/greeter'
8license=('CC-BY-4.0' 'CC-BY-3.0' 'CC-BY-SA-3.0' 'CC-BY-SA-4.0')
9# Built by scripts/media/package.py and attached to the greeter GitHub
10# Release below (never downloaded at install, never built from source).
11_media_tag=v0.1.0-preview
12source=("hornero-greeter-media-base-${pkgver}.tar.zst::https://github.com/HorneroOS/greeter/releases/download/${_media_tag}/hornero-greeter-media-base-${pkgver}.tar.zst")
13sha256sums=('fac8cbecef0b8225bb80c65eb68b64d5a84bb57555b0f37ae42cda33d452a057')
14
15package() {
16 install -d "$pkgdir/usr/share/hornero/greeter/media/base"
17 tar --zstd -xf "$srcdir/hornero-greeter-media-base-${pkgver}.tar.zst" \
18 -C "$pkgdir/usr/share/hornero/greeter/media" --strip-components=2 hornero-greeter-media-base/base
19 # sddm-owned readable: dirs 0755, files 0644.
20 find "$pkgdir" -type d -exec chmod 0755 {} +
21 find "$pkgdir" -type f -exec chmod 0644 {} +
22}
23

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 15:19:57 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