clyocloud-git

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

The package builds from source hosted on the maintainer's own domain, which is not whitelisted but plausibly project-owned; the downloaded tarball is unverified (SKIP'd checksum) but used to build a Node.js application normally, with no evidence of remote code execution or malicious behavior.

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 project-owned; the downloaded tarball is unverified (SKIP'd checksum) but used to build a Node.js application normally, with no evidence of remote code execution or malicious behavior.

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:17 source=("${pkgname}-${_commit}.tar.gz::https://code.weexnes.dev/~downloads/projects/23/archives?revision=${_commit}&format=tgz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: WeeXnes <weexnes@weexnes.dev>
2
3pkgname=clyocloud-git
4_commit=d7c3c447210c2aaaccfb916aa2d5110402ba921d
5pkgver=2.13.3.r${_commit:0:7}
6pkgrel=1
7pkgdesc="A sleek personal cloud storage and media streaming server built with Nuxt (git version)"
8arch=('any')
9url="https://code.weexnes.dev/ClyoCloud"
10license=('GPL3')
11depends=('nodejs')
12makedepends=('npm')
13provides=('clyocloud')
14conflicts=('clyocloud')
15options=('!strip')
16install=clyocloud.install
17source=("${pkgname}-${_commit}.tar.gz::https://code.weexnes.dev/~downloads/projects/23/archives?revision=${_commit}&format=tgz"
18 "clyocloud.service")
19sha256sums=('SKIP'
20 'SKIP')
21
22build() {
23 cd "$srcdir"
24 # Install all dependencies for build
25 npm install
26 # Build the Nuxt application
27 npm run build
28 # Prune devDependencies to keep package size minimal
29 npm prune --omit=dev
30}
31
32package() {
33 # Install build output
34 install -d "$pkgdir/opt/clyocloud"
35 cp -r "$srcdir/.output/"* "$pkgdir/opt/clyocloud/"
36
37 # Replace the symlinked node_modules with the real production node_modules
38 rm -rf "$pkgdir/opt/clyocloud/server/node_modules"
39 cp -r "$srcdir/node_modules" "$pkgdir/opt/clyocloud/server/"
40
41 # Install systemd service
42 install -Dm644 "$srcdir/clyocloud.service" "$pkgdir/usr/lib/systemd/system/clyocloud.service"
43}
44

Scan history

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

Report a package

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

0 / 4000
Your suggestion