clyocloud
maintainer WeeXnes
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the maintainer's own domain, which is not whitelisted but plausibly the project's official source; the downloaded tarball is used to build the application, not executed directly, and no malicious behavior is evident.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from source hosted on the maintainer's own domain, which is not whitelisted but plausibly the project's official source; the downloaded tarball is used to build the application, not executed directly, and no malicious behavior is evident.
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:16
source=("${pkgname}-${pkgver}.tar.gz::https://code.weexnes.dev/~downloads/projects/23/archives?revision=${pkgver}&format=tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: WeeXnes <weexnes@weexnes.dev>
2
3
pkgname=clyocloud
4
pkgver=2.13.0
5
pkgrel=1
6
pkgdesc="A sleek personal cloud storage and media streaming server built with Nuxt (stable version)"
7
arch=('any')
8
url="https://code.weexnes.dev/ClyoCloud"
9
license=('GPL3')
10
depends=('nodejs')
11
makedepends=('npm')
12
provides=('clyocloud')
13
conflicts=('clyocloud-git')
14
options=('!strip')
15
install=clyocloud.install
16
source=("${pkgname}-${pkgver}.tar.gz::https://code.weexnes.dev/~downloads/projects/23/archives?revision=${pkgver}&format=tgz"
17
"clyocloud.service")
18
sha256sums=('SKIP'
19
'SKIP')
20
21
build() {
22
cd "$srcdir"
23
# Install all dependencies for build
24
npm install
25
# Build the Nuxt application
26
npm run build
27
# Prune devDependencies to keep package size minimal
28
npm prune --omit=dev
29
}
30
31
package() {
32
# Install build output
33
install -d "$pkgdir/opt/clyocloud"
34
cp -r "$srcdir/.output/"* "$pkgdir/opt/clyocloud/"
35
36
# Replace the symlinked node_modules with the real production node_modules
37
rm -rf "$pkgdir/opt/clyocloud/server/node_modules"
38
cp -r "$srcdir/node_modules" "$pkgdir/opt/clyocloud/server/"
39
40
# Install systemd service
41
install -Dm644 "$srcdir/clyocloud.service" "$pkgdir/usr/lib/systemd/system/clyocloud.service"
42
}
43
Changes since previous scan
--- PKGBUILD @ 2026-07-22 00:29+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: WeeXnes <weexnes@weexnes.dev> pkgname=clyocloud-pkgver=2.12.1+pkgver=2.13.0 pkgrel=1 pkgdesc="A sleek personal cloud storage and media streaming server built with Nuxt (stable version)" arch=('any')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 03:18:55 | MEDIUM | 1 |
| 2026-07-22 01:18:42 | MEDIUM | 1 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 03:12:42 | MEDIUM | 1 |
| 2026-07-20 01:12:32 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 19:12:02 | MEDIUM | 1 |