niceclaw

MEDIUM
maintainer icepie 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads prebuilt .deb binaries from a non-standard, untrusted host (pan.feidu.fit), which is a personal cloud storage domain, creating a supply-chain risk if the host is compromised or the binaries are swapped.

Triggered rules

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:22 "niceclaw-${pkgver}-x86_64.deb::https://pan.feidu.fit/d/%E5%BC%80%E5%8F%91/tmp/NiceClaw-${pkgver}-amd64-linux.deb"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads prebuilt .deb binaries from a non-standard, untrusted host (pan.feidu.fit), which is a personal cloud storage domain, creating a supply-chain risk if the host is compromised or the binaries are swapped.

PKGBUILD

1 offending line(s) highlighted
1pkgname=niceclaw
2pkgver=0.9.610
3pkgrel=1
4pkgdesc="Desktop AI agent for OpenClaw with bundled gateway runtime"
5arch=('x86_64' 'aarch64')
6url="https://claw.nicerouter.com/"
7license=('AGPL-3.0-or-later')
8depends=(
9 'at-spi2-core'
10 'gtk3'
11 'libnotify'
12 'libsecret'
13 'libxss'
14 'libxtst'
15 'nss'
16 'util-linux-libs'
17 'xdg-utils'
18)
19optdepends=('libappindicator-gtk3: tray indicator support on some desktop environments')
20options=('!strip')
21source_x86_64=(
22 "niceclaw-${pkgver}-x86_64.deb::https://pan.feidu.fit/d/%E5%BC%80%E5%8F%91/tmp/NiceClaw-${pkgver}-amd64-linux.deb"
23)
24source_aarch64=(
25 "niceclaw-${pkgver}-aarch64.deb::https://pan.feidu.fit/d/%E5%BC%80%E5%8F%91/tmp/NiceClaw-${pkgver}-arm64-linux.deb"
26)
27sha512sums_x86_64=(
28 '0c2fc2537d0ee82fde1fea2f29c447756cd7c7fab84c3fe3e331c90c51a94f04ac5806755a07ed27f75383399694b4f045f4afc5382416ec6d563b475a366111'
29)
30sha512sums_aarch64=(
31 'ee81c163d4fed46e8a1a2b77a4e14ddbb35afb5615290f6f3ec1c2d3ba61dee483305bbc1e1ceac687eed1b287aae652f442ed7e0e5e769bdd179ce9f362f675'
32)
33
34package() {
35 local _deb
36 local _workdir="$srcdir/deb-extract"
37
38 case "$CARCH" in
39 x86_64)
40 _deb="niceclaw-${pkgver}-x86_64.deb"
41 ;;
42 aarch64)
43 _deb="niceclaw-${pkgver}-aarch64.deb"
44 ;;
45 esac
46
47 rm -rf "$_workdir"
48 mkdir -p "$_workdir"
49
50 cd "$_workdir"
51 ar x "$srcdir/$_deb"
52 bsdtar -xf data.tar.xz -C "$pkgdir"
53
54 install -d "$pkgdir/usr/bin"
55 ln -sf /opt/NiceClaw/niceclaw "$pkgdir/usr/bin/niceclaw"
56}
57

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

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

0 / 4000
Your suggestion