plasticscm-client-gui

LOW
maintainer Fell 2 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=plasticscm-client-gui
4pkgver=11.0.16.10303
5pkgrel=1
6pkgdesc="Unity Version Control (formerly Plastic SCM) originally developed by Códice Software (Graphical utilities)"
7arch=('x86_64')
8url="https://www.plasticscm.com/plastic-for-linux"
9license=('LicenseRef-UnityVersionControl')
10depends=('e2fsprogs' 'gcc-libs' 'glibc' 'icu' 'keyutils' 'krb5' 'lttng-ust' 'zlib' 'plasticscm-client-core')
11groups=('plasticscm-complete' 'plasticscm-client-complete')
12options=('!strip') # stripping seems to break the binaries
13source=(
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)
17b2sums=('4e91c474310ea4456996d3f5d818845a423a5613466c5ed581fe2b18c40925be3bdcd94ef9433628dc5285018bf04330a1702447c9af240b5d88ab8f14788633'
18 '01455f556a14d03b7f549f09e24651bfb1f09fe8c9bdac434199fad06dc69d43bd5f560b7056dd68f146a690de4d7ff72059a62dfd83811af03a7ad654100e02')
19
20prepare() {
21 # these files are already provided by plasticscm-client-core
22 rm client/cplusplusparser.jar
23 rm client/javaparser.jar
24}
25
26package() {
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

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