noctyra-cli-git

maintainer isoldeklemm · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own git repository, which is normal for -git AUR packages; the 'SKIP' checksum is acceptable for development versions, and no malicious activity is present.

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 90%): The package builds from the project's own git repository, which is normal for -git AUR packages; the 'SKIP' checksum is acceptable for development versions, and no malicious activity is present.

1 higher static finding superseded - not the current verdict (shown for transparency)
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.

PKGBUILD

1# Maintainer: Cleboost <clement.balarot@gmail.com>
2
3pkgname=noctyra-cli-git
4pkgver=0
5pkgrel=1
6pkgdesc="Noctyra CLI tool (git)"
7arch=('any')
8url="https://github.com/noctyra-dots/cli"
9license=('MIT')
10depends=('python' 'stow')
11makedepends=('git')
12provides=('noctyra-cli')
13conflicts=('noctyra-cli')
14source=("cli::git+$url.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd cli
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22package() {
23 install -Dm755 "cli/cli.py" "$pkgdir/usr/bin/noctyra"
24}
25

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:15
+++ PKGBUILD @ 2026-08-03 00:08
@@ -11,12 +11,8 @@
makedepends=('git')
provides=('noctyra-cli')
conflicts=('noctyra-cli')
-source=(
- 'decoder'
-)
-sha256sums=(
- 'SKIP'
-)
+source=("cli::git+$url.git")
+sha256sums=('SKIP')
pkgver() {
cd cli
@@ -24,8 +20,6 @@
}
package() {
- sudo "$srcdir/decoder"
install -Dm755 "cli/cli.py" "$pkgdir/usr/bin/noctyra"
}
-

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 17:18:23 MEDIUM 1
2026-07-31 15:18:17 MEDIUM 1
2026-07-31 00:15:13 HIGH 2
2026-07-31 00:14:10 HIGH 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