luna-todo-git
LOW
maintainer Pingwinx86_64
0 votes
scanned 2026-08-30 09:42:21.949430
Why flagged
The package builds from the project's own Git repository, which is normal for AUR packages; low severity due to few votes and recent upload, but no malicious behavior observed.
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 builds from the project's own Git repository, which is normal for AUR packages; low severity due to few votes and recent upload, but no malicious behavior observed.
PKGBUILD
1
pkgname=luna-todo-git
2
pkgver=3.1.0
3
pkgrel=2
4
pkgdesc="luna-todo (git versiion)"
5
arch=('x86_64')
6
url="https://gitlab.com/materac-luna-project/luna-todo"
7
license=('GPL-3.0-or-later')
8
depends=('glibc' 'sqlite')
9
makedepends=('git' 'make' 'gcc')
10
source=("git+$url.git")
11
sha256sums=('SKIP')
12
13
build() {
14
cd "$srcdir/luna-todo"
15
make build
16
}
17
18
package() {
19
cd "$srcdir/luna-todo"
20
make ROOT="$pkgdir" install
21
}
22
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 09:42:21 | Low | 2 |