artifactory-cpp-ce
Triggered rules
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"
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# Maintainer: mikezackles@gmail.com
# Contributor: Michael J. Pento <mjpento@verizon.net>
pkgname=artifactory-cpp-ce
pkgver=6.16.0
pkgrel=1
pkgdesc='Artifactory is an advanced Binary Repository Manager for use by build tools, dependency management tools and build servers'
arch=('any')
url="https://bintray.com/jfrog/product/JFrog-Artifactory-Cpp-CE/view"
license=('GPLv3')
depends=('java-runtime-headless' 'net-tools' 'bash')
conflicts=('artifactory-oss')
install="$pkgname.install"
source=("jfrog-artifactory-cpp-ce-${pkgver}.zip::https://bintray.com/api/ui/download/jfrog/artifactory/jfrog-artifactory-cpp-ce-${pkgver}.zip"
'artifactory.service'
'artifactory.conf'
'artifactory.default')
sha256sums=('df28f01a3615cb12d556a255f49f36892e4db23133c63049a230aa6f41bd6372'
'SKIP'
'SKIP'
'SKIP')
options=('!strip')
PKGEXT='.pkg.tar'
package() {
local artdir="/opt/artifactory"
pushd "$pkgname-$pkgver"
rm -f bin/*.{exe,bat}
rm -f bin/{install,uninstall}Service.sh
rm -f bin/artifactoryctl
rm -f tomcat/bin/*.bat
rm -f COPYING* *.txt *.html
popd
install -d "$pkgdir$artdir"
cp -r "$pkgname-$pkgver"/* "$pkgdir$artdir"
install -Dm644 "$srcdir/artifactory.conf" "$pkgdir/usr/lib/sysusers.d/artifactory.conf"
install -Dm644 "$srcdir/artifactory.default" "$pkgdir$artdir/bin"
install -Dm644 "$srcdir/artifactory.service" "$pkgdir/usr/lib/systemd/system/artifactory.service"
install -d "$pkgdir$artdir/run"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |