niceclaw

maintainer icepie · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
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-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 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