karlender
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The cargo install is used to fetch a build tool (cargo-gra) during the build process, which is a legitimate use in AUR packages and does not constitute a malicious external install.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The cargo install is used to fetch a build tool (cargo-gra) during the build process, which is a legitimate use in AUR packages and does not constitute a malicious external install.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
External install via pipx/uv/poetry/cargo/go/gem
alt_pkg_manager_install
A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:22
cargo install cargo-gra --locked
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: bionade24
2
# Contributor: Igor Dyatlov <dyatlov.igor@protonmail.com>
3
4
pkgname=karlender
5
_app_id=codes.loers.Karlender
6
pkgver=0.10.4
7
pkgrel=1
8
pkgdesc="An apative GTK-4 calendar app."
9
arch=('x86_64' 'aarch64')
10
url="https://gitlab.com/floers/karlender"
11
license=('GPL-3.0-only')
12
depends=('libadwaita' 'libnotify')
13
makedepends=('cargo')
14
checkdepends=('appstream-glib')
15
source=($url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
16
b2sums=('63e482326e9471ba89a864b948ce1f2163f98d9b6c8c90e9bd05e3dc4d6dd717dbd4cf1508568f98750d2133562799e77a9d000d49a1dd7a0f64c206857ecba8')
17
options=(!lto)
18
19
build() {
20
cd "$pkgname-v$pkgver"
21
22
cargo install cargo-gra --locked
23
cargo gra gen
24
cargo build --release
25
}
26
27
package() {
28
cd "$pkgname-v$pkgver"
29
30
make -C target/gra-gen install ROOT="$pkgdir/usr"
31
32
rm "$pkgdir/usr/share/glib-2.0/schemas/gschemas.compiled"
33
}
34
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 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |