plasticscm-client-gui
maintainer Fell
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official Plastic SCM GUI binaries from the vendor's S3 bucket; while the host is non-standard, the files are checksum-verified and part of the legitimate software distribution, posing no active threat.
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 downloads official Plastic SCM GUI binaries from the vendor's S3 bucket; while the host is non-standard, the files are checksum-verified and part of the legitimate software distribution, posing no active threat.
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:14
"https://plastic-releases.s3.eu-west-2.amazonaws.com/releases/${pkgver}/plasticscm/linux/PlasticSCM-${pkgver}-linux-client-gui.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Fell <fell@fellr.net>
2
3
pkgname=plasticscm-client-gui
4
pkgver=11.0.16.10303
5
pkgrel=1
6
pkgdesc="Unity Version Control (formerly Plastic SCM) originally developed by Códice Software (Graphical utilities)"
7
arch=('x86_64')
8
url="https://www.plasticscm.com/plastic-for-linux"
9
license=('LicenseRef-UnityVersionControl')
10
depends=('e2fsprogs' 'gcc-libs' 'glibc' 'icu' 'keyutils' 'krb5' 'lttng-ust' 'zlib' 'plasticscm-client-core')
11
groups=('plasticscm-complete' 'plasticscm-client-complete')
12
options=('!strip') # stripping seems to break the binaries
13
source=(
14
"https://plastic-releases.s3.eu-west-2.amazonaws.com/releases/${pkgver}/plasticscm/linux/PlasticSCM-${pkgver}-linux-client-gui.tar.gz"
15
"https://plastic-releases.s3.eu-west-2.amazonaws.com/releases/${pkgver}/plasticscm/linux/PlasticSCM-${pkgver}-linux-theme.tar.gz"
16
)
17
b2sums=('4e91c474310ea4456996d3f5d818845a423a5613466c5ed581fe2b18c40925be3bdcd94ef9433628dc5285018bf04330a1702447c9af240b5d88ab8f14788633'
18
'01455f556a14d03b7f549f09e24651bfb1f09fe8c9bdac434199fad06dc69d43bd5f560b7056dd68f146a690de4d7ff72059a62dfd83811af03a7ad654100e02')
19
20
prepare() {
21
# these files are already provided by plasticscm-client-core
22
rm client/cplusplusparser.jar
23
rm client/javaparser.jar
24
}
25
26
package() {
27
local -r plasticdir="/opt/plasticscm5"
28
29
# create directories
30
install -d "${pkgdir}${plasticdir}/" "${pkgdir}/usr/bin/" "${pkgdir}/usr/share/applications"
31
32
# copy files
33
cp -r "${srcdir}/client/" "${pkgdir}${plasticdir}/"
34
cp -r "${srcdir}/theme/" "${pkgdir}${plasticdir}/"
35
36
# set executable permissions
37
chmod 775 "${pkgdir}${plasticdir}/client/lingluonx"
38
chmod 775 "${pkgdir}${plasticdir}/client/linplasticx"
39
40
# create symlinks because some .desktop files expect icon names prefixed with "lin"
41
ln -s gluon.ico "${pkgdir}${plasticdir}/theme/avalonia/icons/lingluonx.ico"
42
ln -s unityvcs.ico "${pkgdir}${plasticdir}/theme/avalonia/icons/linunityvcs.ico"
43
44
# create symlinks
45
ln -s "${plasticdir}/client/linplasticx" "${pkgdir}/usr/bin"
46
ln -s "${plasticdir}/client/lingluonx" "${pkgdir}/usr/bin"
47
ln -s "${plasticdir}/client/gtkmergetool" "${pkgdir}/usr/bin"
48
ln -s "${plasticdir}/client/semanticmergetool" "${pkgdir}/usr/bin"
49
ln -s "${plasticdir}/client/plasticx.desktop" "${pkgdir}/usr/share/applications"
50
ln -s "${plasticdir}/client/unityvcs.desktop" "${pkgdir}/usr/share/applications"
51
ln -s "${plasticdir}/client/gluonx.desktop" "${pkgdir}/usr/share/applications"
52
}
53
Changes since previous scan
--- PKGBUILD @ 2026-06-20 00:18+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Fell <fell@fellr.net> pkgname=plasticscm-client-gui-pkgver=11.0.16.10181+pkgver=11.0.16.10303 pkgrel=1 pkgdesc="Unity Version Control (formerly Plastic SCM) originally developed by Códice Software (Graphical utilities)" arch=('x86_64')@@ -14,8 +14,8 @@ "https://plastic-releases.s3.eu-west-2.amazonaws.com/releases/${pkgver}/plasticscm/linux/PlasticSCM-${pkgver}-linux-client-gui.tar.gz" "https://plastic-releases.s3.eu-west-2.amazonaws.com/releases/${pkgver}/plasticscm/linux/PlasticSCM-${pkgver}-linux-theme.tar.gz" )-b2sums=('109c3a7e3da33db7eae4f02d2b068af04ece0cd7968e0e3b36155bd99042e3e65f6ee9aee0ff3dce5e4a17fb1d754d31c7084dbd566dd4b5d86bd22c836c5bd6'- 'eb458e6e75e2f17c844d8a9a0e750e53e5894bfddcc9f71c2b41f6464f7a615bf050e33ad1904c416353246f8b871f70bec4d3c5aa0d4f955665eb5ce09544fe')+b2sums=('4e91c474310ea4456996d3f5d818845a423a5613466c5ed581fe2b18c40925be3bdcd94ef9433628dc5285018bf04330a1702447c9af240b5d88ab8f14788633'+ '01455f556a14d03b7f549f09e24651bfb1f09fe8c9bdac434199fad06dc69d43bd5f560b7056dd68f146a690de4d7ff72059a62dfd83811af03a7ad654100e02') prepare() { # these files are already provided by plasticscm-client-coreScan 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 13:14:23 | MEDIUM | 1 |
| 2026-06-20 00:18:46 | CLEAN | 2 |
| 2026-06-19 23:51:18 | MEDIUM | 2 |
| 2026-06-19 19:07:35 | LOW | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |