luna-todo-git

LOW
maintainer Pingwinx86_64 0 votes scanned 2026-08-30 09:42:21.949430
View on AUR
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

1pkgname=luna-todo-git
2pkgver=3.1.0
3pkgrel=2
4pkgdesc="luna-todo (git versiion)"
5arch=('x86_64')
6url="https://gitlab.com/materac-luna-project/luna-todo"
7license=('GPL-3.0-or-later')
8depends=('glibc' 'sqlite')
9makedepends=('git' 'make' 'gcc')
10source=("git+$url.git")
11sha256sums=('SKIP')
12
13build() {
14 cd "$srcdir/luna-todo"
15 make build
16}
17
18package() {
19 cd "$srcdir/luna-todo"
20 make ROOT="$pkgdir" install
21}
22

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 09:42:21 Low 2

Report a package

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

0 / 4000
Your suggestion