kalu-cli

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's official domain (jjacky.com), used to build the software from source;虽主机不在白名单上,但属于项目维护者所有,且无代码执行或远程加载行为,风险低。

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 source is a tarball from the project's official domain (jjacky.com), used to build the software from source;虽主机不在白名单上,但属于项目维护者所有,且无代码执行或远程加载行为,风险低。

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:18 "$pkgname-$pkgver-$pkgrel.tar.xz::https://jjacky.com/$_pkgname/$_pkgname-$pkgver.tar.xz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
2# Contributor: lilac <lilac@build.archlinuxcn.org>
3# Contributor: Chih-Hsuan Yen <yan12125@archlinux.org>
4# Contributor: jjacky (kalu PKGBUILD)
5_pkgname='kalu'
6pkgname="$_pkgname-cli"
7pkgver='4.3.0'
8pkgrel='6'
9pkgdesc='Upgrade notifier w/ AUR support, watched (AUR) packages, news - CLI only'
10arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
11url="https://jjacky.com/$_pkgname"
12license=('GPL3')
13depends=('curl' 'glib2' 'pacman>=5.2' 'pacman<5.3')
14makedepends=('perl' 'groff')
15provides=("$_pkgname")
16conflicts=("$_pkgname")
17source=(
18 "$pkgname-$pkgver-$pkgrel.tar.xz::https://jjacky.com/$_pkgname/$_pkgname-$pkgver.tar.xz"
19 'gcc10.patch'
20)
21sha256sums=('83c886e832c29768b0b80e0ee463ca057eae1a3511d2b8babdc8d6347f02cb5a'
22 'ae757c2e2e701e202818916712f87c56bfada06b8832a292505170f51bba7bbd')
23
24_sourcedirectory="$_pkgname-$pkgver"
25
26prepare() {
27 cd "$srcdir/$_sourcedirectory/"
28 patch --forward -p1 < "$srcdir/gcc10.patch"
29}
30
31build() {
32 cd "$srcdir/$_sourcedirectory/"
33 ./configure --prefix '/usr' --disable-gui
34 make
35}
36
37package() {
38 cd "$srcdir/$_sourcedirectory/"
39 make DESTDIR="$pkgdir/" install
40}
41

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 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

Report a package

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

0 / 4000
Your suggestion