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