artifactory-cpp-ce

maintainer mikezackles · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt binary zip archive of JFrog Artifactory from bintray.com (the official JFrog distribution channel at the time this PKGBUILD was written) and installs it directly into /opt/artifactory. Bintray was JFrog's official distribution platform before it was shut down in May 2021, so this was a legitimate vendor host. However, since Bintray is now defunct, the URL no longer resolves to the original content and the sha256sum check provides the only integrity guarantee — but only one of the four sources has a real checksum (the others are SKIP). The package installs a prebuilt Java application server with a systemd service, meaning the downloaded binary runs with system privileges. The combination of: (1) a now-defunct distribution host that could theoretically be resurrected or redirected, (2) three auxiliary files with no integrity checks, and (3) direct installation of a prebuilt binary that runs as a service, justifies keeping this at medium severity. It is not clearly malicious, but the supply-chain risk from a dead host and missing checksums on service-related files is a real concern.

Triggered rules

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 source=("jfrog-artifactory-cpp-ce-${pkgver}.zip::https://bintray.com/api/ui/download/jfrog/artifactory/jfrog-artifactory-cpp-ce-${pkgver}.zip"
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary zip archive of JFrog Artifactory from bintray.com (the official JFrog distribution channel at the time this PKGBUILD was written) and installs it directly into /opt/artifactory. Bintray was JFrog's official distribution platform before it was shut down in May 2021, so this was a legitimate vendor host. However, since Bintray is now defunct, the URL no longer resolves to the original content and the sha256sum check provides the only integrity guarantee — but only one of the four sources has a real checksum (the others are SKIP). The package installs a prebuilt Java application server with a systemd service, meaning the downloaded binary runs with system privileges. The combination of: (1) a now-defunct distribution host that could theoretically be resurrected or redirected, (2) three auxiliary files with no integrity checks, and (3) direct installation of a prebuilt binary that runs as a service, justifies keeping this at medium severity. It is not clearly malicious, but the supply-chain risk from a dead host and missing checksums on service-related files is a real concern.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: mikezackles@gmail.com
2# Contributor: Michael J. Pento <mjpento@verizon.net>
3
4pkgname=artifactory-cpp-ce
5pkgver=6.16.0
6pkgrel=1
7pkgdesc='Artifactory is an advanced Binary Repository Manager for use by build tools, dependency management tools and build servers'
8arch=('any')
9url="https://bintray.com/jfrog/product/JFrog-Artifactory-Cpp-CE/view"
10license=('GPLv3')
11depends=('java-runtime-headless' 'net-tools' 'bash')
12conflicts=('artifactory-oss')
13install="$pkgname.install"
14source=("jfrog-artifactory-cpp-ce-${pkgver}.zip::https://bintray.com/api/ui/download/jfrog/artifactory/jfrog-artifactory-cpp-ce-${pkgver}.zip"
15 'artifactory.service'
16 'artifactory.conf'
17 'artifactory.default')
18sha256sums=('df28f01a3615cb12d556a255f49f36892e4db23133c63049a230aa6f41bd6372'
19 'SKIP'
20 'SKIP'
21 'SKIP')
22options=('!strip')
23PKGEXT='.pkg.tar'
24
25package() {
26 local artdir="/opt/artifactory"
27
28 pushd "$pkgname-$pkgver"
29 rm -f bin/*.{exe,bat}
30 rm -f bin/{install,uninstall}Service.sh
31 rm -f bin/artifactoryctl
32 rm -f tomcat/bin/*.bat
33 rm -f COPYING* *.txt *.html
34 popd
35
36 install -d "$pkgdir$artdir"
37 cp -r "$pkgname-$pkgver"/* "$pkgdir$artdir"
38 install -Dm644 "$srcdir/artifactory.conf" "$pkgdir/usr/lib/sysusers.d/artifactory.conf"
39 install -Dm644 "$srcdir/artifactory.default" "$pkgdir$artdir/bin"
40 install -Dm644 "$srcdir/artifactory.service" "$pkgdir/usr/lib/systemd/system/artifactory.service"
41 install -d "$pkgdir$artdir/run"
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion