pydio-cells-bin
maintainer malwareslayer
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's official domain (pydio.com), which is a legitimate source; despite the static analyzer flag for a non-standard host, the downloads are verifiable via checksums and the binaries are from the official vendor, making the risk low.
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 prebuilt binaries from the project's official domain (pydio.com), which is a legitimate source; despite the static analyzer flag for a non-standard host, the downloads are verifiable via checksums and the binaries are from the official vendor, making the risk low.
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
"$_pkgname-$pkgver.zip::https://download.pydio.com/pub/cells/release/$pkgver/linux-amd64/$_pkgname-$pkgver-linux-amd64.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: malwareslayer <dwi-mulia-mokoginta@protonmail.com>
2
# Maintainer: dragomang87 <ahnufdyg6@mozmail.com>
3
4
_pkgname="pydio-cells"
5
pkgname="$_pkgname-bin"
6
pkgver=4.4.9
7
pkgrel=1
8
pkgdesc="Pydio Cells is the nextgen file sharing platform for organizations."
9
arch=('x86_64' 'armv7h' 'aarch64')
10
url="https://github.com/pydio/cells"
11
12
depends=('glibc' 'go')
13
options=('!debug')
14
15
conflicts=('pydio-cells' 'pydio')
16
replaces=('pydio-cells' 'pydio')
17
provides=('pydio-cells' 'pydio')
18
19
source_x86_64=(
20
"$_pkgname-$pkgver.zip::https://download.pydio.com/pub/cells/release/$pkgver/linux-amd64/$_pkgname-$pkgver-linux-amd64.zip"
21
"LICENSE::https://raw.githubusercontent.com/pydio/cells/refs/heads/main/LICENSE"
22
)
23
24
source_armv7h=(
25
"$_pkgname-$pkgver-armv7h.zip::https://download.pydio.com/pub/cells/release/$pkgver/linux-arm/$_pkgname-$pkgver-linux-arm.zip"
26
"LICENSE::https://raw.githubusercontent.com/pydio/cells/refs/heads/main/LICENSE"
27
)
28
29
source_aarch64=(
30
"$_pkgname-$pkgver-aarch64.zip::https://download.pydio.com/pub/cells/release/$pkgver/linux-arm64/$_pkgname-$pkgver-linux-arm64.zip"
31
"LICENSE::https://raw.githubusercontent.com/pydio/cells/refs/heads/main/LICENSE"
32
)
33
34
35
sha256sums_x86_64=('ec8a0f3bd466769e6bede13f1a77be080af156a4c6bc01f65b30634340ae6ddb'
36
'76a97c878c9c7a8321bb395c2b44d3fe2f8d81314d219b20138ed0e2dddd5182')
37
sha256sums_armv7h=('3ed3c34788845657b4d781e8bc157e5a8edd8de42aeb045e189a492489e8a555'
38
'76a97c878c9c7a8321bb395c2b44d3fe2f8d81314d219b20138ed0e2dddd5182')
39
sha256sums_aarch64=('232a560800318ae5e5700e237e05b7500eccd39f02699eba5b0cb7c8bc979e31'
40
'76a97c878c9c7a8321bb395c2b44d3fe2f8d81314d219b20138ed0e2dddd5182')
41
42
43
package() {
44
cd "$srcdir/"
45
46
install -Dm755 cells -t "$pkgdir/usr/bin"
47
install -Dm755 cells-fuse -t "$pkgdir/usr/bin"
48
install -Dm644 LICENSE -t "$pkgdir/usr/share/linceses/pydio-cells"
49
}
50
51
package_armv7h() {
52
cd "$srcdir/"
53
54
install -Dm755 cells -t "$pkgdir/usr/bin"
55
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$_pkgname"
56
}
57
58
package_aarch64() {
59
cd "$srcdir/"
60
61
install -Dm755 cells -t "$pkgdir/usr/bin"
62
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$_pkgname"
63
}
64
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 |