paracloud
maintainer Pig2014
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a versioned source archive from the official project domain (paratera.com) which is plausibly the project's own; the file is a standard release asset, not a swappable host, and the checksum is provided, making it a normal build-from-source AUR package despite the non-whitelisted URL path.
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 versioned source archive from the official project domain (paratera.com) which is plausibly the project's own; the file is a standard release asset, not a swappable host, and the checksum is provided, making it a normal build-from-source AUR package despite the non-whitelisted URL path.
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:12
source=("paracloud.zip::https://www.paratera.com/upload/article/attachment/2022/07/18/d30d33bde9dc443f96b297ad8d84153a.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Pig2014 <cattysteve89265@163.com>
2
3
pkgname=paracloud
4
pkgver=3.6.5
5
pkgrel=1
6
pkgdesc="A command line tool to connect to super computers in PARATERA(TM)."
7
url="https://www.paratera.com"
8
arch=(x86_64)
9
license=("custom")
10
depends=("glibc")
11
install="${pkgname}.install"
12
source=("paracloud.zip::https://www.paratera.com/upload/article/attachment/2022/07/18/d30d33bde9dc443f96b297ad8d84153a.zip")
13
sha256sums=('fa83d6e59d27262f62eed3190b92b8da223476eafdb301aee324c25f30a4960f')
14
15
check() {
16
cd "${srcdir}"
17
unzip -t -qq paracloud.zip
18
}
19
20
package() {
21
cd "${srcdir}"
22
#extract required files
23
unzip -qq -o paracloud.zip
24
mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
25
mkdir -p "${pkgdir}/usr/share/${pkgname}"
26
mkdir -p "${pkgdir}/usr/bin"
27
mv papp_cloud-${pkgver}/papp_cloud_linux_amd64 "${pkgdir}/usr/bin/papp_cloud"
28
mv papp_cloud-${pkgver}/passh_linux_amd64 "${pkgdir}/usr/bin/passh"
29
mv papp_cloud-${pkgver}/papp_cloud使用手册.pdf "${pkgdir}/usr/share/doc/${pkgname}/papp_cloud_manual_zh_CN.pdf"
30
mv papp_cloud-${pkgver}/sccs.yml "${pkgdir}/usr/share/${pkgname}/sccs_sample.yml"
31
}
32
33
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 |