kalu-cli
LOW
maintainer orphaned
1 votes
scanned 2026-09-17 00:27:14.276658
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'
6
pkgname="$_pkgname-cli"
7
pkgver='4.3.0'
8
pkgrel='6'
9
pkgdesc='Upgrade notifier w/ AUR support, watched (AUR) packages, news - CLI only'
10
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
11
url="https://jjacky.com/$_pkgname"
12
license=('GPL3')
13
depends=('curl' 'glib2' 'pacman>=5.2' 'pacman<5.3')
14
makedepends=('perl' 'groff')
15
provides=("$_pkgname")
16
conflicts=("$_pkgname")
17
source=(
18
"$pkgname-$pkgver-$pkgrel.tar.xz::https://jjacky.com/$_pkgname/$_pkgname-$pkgver.tar.xz"
19
'gcc10.patch'
20
)
21
sha256sums=('83c886e832c29768b0b80e0ee463ca057eae1a3511d2b8babdc8d6347f02cb5a'
22
'ae757c2e2e701e202818916712f87c56bfada06b8832a292505170f51bba7bbd')
23
24
_sourcedirectory="$_pkgname-$pkgver"
25
26
prepare() {
27
cd "$srcdir/$_sourcedirectory/"
28
patch --forward -p1 < "$srcdir/gcc10.patch"
29
}
30
31
build() {
32
cd "$srcdir/$_sourcedirectory/"
33
./configure --prefix '/usr' --disable-gui
34
make
35
}
36
37
package() {
38
cd "$srcdir/$_sourcedirectory/"
39
make DESTDIR="$pkgdir/" install
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |