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
3
pkgname=noctyra-cli-git
4
pkgver=0
5
pkgrel=1
6
pkgdesc="Noctyra CLI tool (git)"
7
arch=('any')
8
url="https://github.com/noctyra-dots/cli"
9
license=('MIT')
10
depends=('python' 'stow')
11
makedepends=('git')
12
provides=('noctyra-cli')
13
conflicts=('noctyra-cli')
14
source=("cli::git+$url.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd cli
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |