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