niceclaw
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
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"
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) highlightedpkgname=niceclaw
pkgver=0.9.610
pkgrel=1
pkgdesc="Desktop AI agent for OpenClaw with bundled gateway runtime"
arch=('x86_64' 'aarch64')
url="https://claw.nicerouter.com/"
license=('AGPL-3.0-or-later')
depends=(
'at-spi2-core'
'gtk3'
'libnotify'
'libsecret'
'libxss'
'libxtst'
'nss'
'util-linux-libs'
'xdg-utils'
)
optdepends=('libappindicator-gtk3: tray indicator support on some desktop environments')
options=('!strip')
source_x86_64=(
"niceclaw-${pkgver}-x86_64.deb::https://pan.feidu.fit/d/%E5%BC%80%E5%8F%91/tmp/NiceClaw-${pkgver}-amd64-linux.deb"
)
source_aarch64=(
"niceclaw-${pkgver}-aarch64.deb::https://pan.feidu.fit/d/%E5%BC%80%E5%8F%91/tmp/NiceClaw-${pkgver}-arm64-linux.deb"
)
sha512sums_x86_64=(
'0c2fc2537d0ee82fde1fea2f29c447756cd7c7fab84c3fe3e331c90c51a94f04ac5806755a07ed27f75383399694b4f045f4afc5382416ec6d563b475a366111'
)
sha512sums_aarch64=(
'ee81c163d4fed46e8a1a2b77a4e14ddbb35afb5615290f6f3ec1c2d3ba61dee483305bbc1e1ceac687eed1b287aae652f442ed7e0e5e769bdd179ce9f362f675'
)
package() {
local _deb
local _workdir="$srcdir/deb-extract"
case "$CARCH" in
x86_64)
_deb="niceclaw-${pkgver}-x86_64.deb"
;;
aarch64)
_deb="niceclaw-${pkgver}-aarch64.deb"
;;
esac
rm -rf "$_workdir"
mkdir -p "$_workdir"
cd "$_workdir"
ar x "$srcdir/$_deb"
bsdtar -xf data.tar.xz -C "$pkgdir"
install -d "$pkgdir/usr/bin"
ln -sf /opt/NiceClaw/niceclaw "$pkgdir/usr/bin/niceclaw"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |