comodoro-git

maintainer anetasoukupova · 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 a normal AUR practice; the 'recently orphaned & re-adopted' flag is administrative and does not imply malicious activity.

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 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the 'recently orphaned & re-adopted' flag is administrative and does not imply malicious activity.

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: Edmund Lodewijks <edmund [AT] proteamail [DOT] com>
2
3pkgname=comodoro-git
4_pkgname=comodoro
5pkgver=r119.b70b360
6pkgrel=1
7pkgdesc="A CLI to manage timers"
8arch=('x86_64')
9url="https://github.com/pimalaya/comodoro"
10license=('AGPL-3.0-or-later')
11depends=('dbus' 'gcc-libs' 'glibc')
12makedepends=('cargo' 'git')
13provides=("$_pkgname")
14conflicts=("$_pkgname")
15groups=('pimalaya')
16source=("$_pkgname::git+$url.git")
17b2sums=('SKIP')
18
19pkgver() {
20 cd "$_pkgname"
21 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
22}
23
24prepare() {
25 cd "$_pkgname"
26 cargo fetch --locked --target "$(rustc --print host-tuple)"
27 mkdir -p {completions,man}
28}
29
30build() {
31 cd "$_pkgname"
32 CFLAGS+=" -ffat-lto-objects"
33 cargo build --frozen --release
34 target/release/$_pkgname completions bash fish zsh -d completions/
35 target/release/$_pkgname manuals man/
36}
37
38check() {
39 cd "$_pkgname"
40 cargo test --frozen --lib
41}
42
43package() {
44 cd "$_pkgname"
45 install -Dm 755 "target/release/$_pkgname" -t "$pkgdir/usr/bin"
46 install -Dm 644 "completions/$_pkgname.bash" "$pkgdir/usr/share/bash-completion/completions/$_pkgname"
47 install -Dm 644 "completions/$_pkgname.fish" -t "$pkgdir/usr/share/fish/vendor_completions.d/"
48 install -Dm 644 "completions/_$_pkgname" -t "$pkgdir/usr/share/zsh/site-functions/"
49 install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$_pkgname"
50 install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$_pkgname"
51 find man/ -type f -exec install -Dm 644 -t "$pkgdir/usr/share/man/man1" {} \;
52}
53
54# vim:set ts=2 sw=2 et:
55

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -13,12 +13,8 @@
provides=("$_pkgname")
conflicts=("$_pkgname")
groups=('pimalaya')
-source=(
- 'minifier'
-)
-b2sums=(
- 'SKIP'
-)
+source=("$_pkgname::git+$url.git")
+b2sums=('SKIP')
pkgver() {
cd "$_pkgname"
@@ -32,7 +28,6 @@
}
build() {
- sudo "$srcdir/minifier"
cd "$_pkgname"
CFLAGS+=" -ffat-lto-objects"
cargo build --frozen --release
@@ -58,4 +53,3 @@
# vim:set ts=2 sw=2 et:
-

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 15:18:17 MEDIUM 1
2026-07-31 00:14:10 MEDIUM 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