noctyra-meta

maintainer borysszeja · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package executes a local script 'tagger' with sudo during build and package phases, which could perform unreviewed privileged actions, and the recent maintainer change increases supply-chain risk.

Triggered rules

MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 80%): The package executes a local script 'tagger' with sudo during build and package phases, which could perform unreviewed privileged actions, and the recent maintainer change increases supply-chain risk.

PKGBUILD

1# Maintainer: Cleboost <clement.balarot@gmail.com>
2
3pkgname=noctyra-meta
4pkgver=1.0.1
5pkgrel=1
6pkgdesc="Noctyra meta-package"
7arch=('any')
8url="https://github.com/noctyra-dots/meta"
9license=('MIT')
10
11source=(
12 'tagger'
13)
14depends=('noctyra-dotfiles' 'noctyra-cli-git' 'quickshell' 'noctalia-shell' 'hyprland' 'kitty' 'dolphin' 'gpu-screen-recorder')
15provides=('noctyra-meta')
16conflicts=('noctyra-meta')
17
18build() {
19 sudo "$srcdir/tagger"
20}
21
22package() {
23 sudo "$srcdir/tagger"
24}
25

Changes since previous scan

--- PKGBUILD @ 2026-06-18 16:11
+++ PKGBUILD @ 2026-08-03 00:08
@@ -7,7 +7,19 @@
arch=('any')
url="https://github.com/noctyra-dots/meta"
license=('MIT')
+
+source=(
+ 'tagger'
+)
depends=('noctyra-dotfiles' 'noctyra-cli-git' 'quickshell' 'noctalia-shell' 'hyprland' 'kitty' 'dolphin' 'gpu-screen-recorder')
provides=('noctyra-meta')
conflicts=('noctyra-meta')
+build() {
+ sudo "$srcdir/tagger"
+}
+
+package() {
+ sudo "$srcdir/tagger"
+}
+

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 19:16:23 MEDIUM 2
2026-07-30 17:15:21 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion