nutstore-experimental
maintainer jeffguorg
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt tarball from the project's official CDN domain (pkg-cdn.jianguoyun.com), which is plausibly controlled by the vendor; the source is verifiable via checksum and the package installs only the official client without executing untrusted remote code.
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 package downloads a prebuilt tarball from the project's official CDN domain (pkg-cdn.jianguoyun.com), which is plausibly controlled by the vendor; the source is verifiable via checksum and the package installs only the official client without executing untrusted remote code.
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:20
source_x86_64=("https://pkg-cdn.jianguoyun.com/static/exe/ex/$pkgver/nutstore_client-$pkgver-linux-x86_64-public.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
2
3
pkgname=nutstore-experimental
4
pkgver=6.4.1
5
pkgrel=1
6
pkgdesc='Nutstore experimental version.'
7
arch=(x86_64)
8
url='https://www.jianguoyun.com/'
9
license=(custom)
10
depends=(
11
libappindicator-gtk3
12
libnotify
13
python-gobject
14
webkit2gtk
15
)
16
optdepends=('nautilus-nutstore: Nautilus plugin')
17
provides=(nutstore)
18
conflicts=(nutstore)
19
source=(nutstore license)
20
source_x86_64=("https://pkg-cdn.jianguoyun.com/static/exe/ex/$pkgver/nutstore_client-$pkgver-linux-x86_64-public.tar.gz")
21
sha256sums=('a4aa358d45b306cbeac449f2256f00a5b81a95197394eba7efa96eaae820cf5b'
22
'd320e071403cdad44881beb880f5ccfa8ec0a625718a9f572dce0cc9fff81ade')
23
sha256sums_x86_64=('c4c4c691ffcbaee7bc69cc116ab104315919923114ed4ce26e3227edeed7a16a')
24
25
build() {
26
cd $srcdir/gnome-config
27
sed -i '/Exec=/s|~/\.nutstore/dist/bin/nutstore-pydaemon.py|/usr/bin/nutstore|' menu/nutstore-menu.desktop
28
sed -i '/Exec=/s|~/\.nutstore/dist|/opt/nutstore|' autostart/nutstore-daemon.desktop
29
cd $srcdir/bin
30
sed -i '/gvfs-set-attribute/s|gvfs-set-attribute|gio set|' nutstore-pydaemon.py
31
python -m compileall .
32
}
33
34
package() {
35
cd $srcdir
36
install -D -m755 nutstore $pkgdir/usr/bin/nutstore
37
install -D -m644 license $pkgdir/usr/share/licenses/nutstore/license
38
rm nutstore license *.tar.gz
39
mkdir -p $pkgdir/opt/nutstore && cp -aR ./ $pkgdir/opt/nutstore
40
install -D -m644 gnome-config/menu/nutstore-menu.desktop $pkgdir/usr/share/applications/nutstore.desktop
41
install -D -m644 app-icon/nutstore.png $pkgdir/usr/share/icons/hicolor/512x512/apps/nutstore.png
42
}
43
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 |