jprofiler9
The source is a legitimate JProfiler tarball from the official vendor's download domain (ej-technologies.com), which is not whitelisted but plausibly official; the package builds from official vendor source and installs only static files and symlinks without executing remote code.
Triggered rules
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 source is a legitimate JProfiler tarball from the official vendor's download domain (ej-technologies.com), which is not whitelisted but plausibly official; the package builds from official vendor source and installs only static files and symlinks without executing remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:11
source=("https://download-gcdn.ej-technologies.com/jprofiler/jprofiler_linux_$(echo $pkgver | sed 's/\./_/g').tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Phillip Schichtel <phillip.public@schich.tel>
pkgname=jprofiler9
pkgver=9.2.1
pkgrel=1
options=(!strip)
pkgdesc="The Award-Winning All-in-One Java Profiler (Version 9.x)"
arch=(any)
url="http://jprofiler.com"
license=('custom')
depends=('java-environment')
source=("https://download-gcdn.ej-technologies.com/jprofiler/jprofiler_linux_$(echo $pkgver | sed 's/\./_/g').tar.gz"
"${pkgname}.desktop")
sha256sums=('f6bba9ef5391cefcd206aae93669479052081f9ee863c323eea793119039b8a6'
'423b3d10bfa13e8c76ed5136c9721dabea21acef8b288660e8983d099100d850')
package() {
local optdir="/opt/${pkgname}"
local target="${pkgdir}${optdir}"
local major_ver="9"
local extracted="${srcdir}/jprofiler${major_ver}"
install -dm755 "$target"
install -dm755 "${pkgdir}/usr/bin"
cp -dpr --no-preserve=ownership "${extracted}/." "$target"
ln -s "${optdir}/bin/jprofiler" "${pkgdir}/usr/bin/${pkgname}"
install -dm755 "${pkgdir}/etc"
ln -s "${optdir}/config" "${pkgdir}/etc/${pkgname}"
local hicolor="${pkgdir}/usr/share/icons/hicolor/"
install -dm755 "${hicolor}/64x64/apps"
install -dm755 "${hicolor}/32x32/apps"
install -dm755 "${hicolor}/16x16/apps"
local licensedir="${pkgdir}/usr/share/licenses/${pkgname}"
install -dm755 "$licensedir"
mv "${target}/license.txt" "$licensedir"
mv "${target}/license.html" "$licensedir"
local image_var="1nklpoz"
cp "${target}/.install4j/i4j_extf_3_${image_var}_u9lgq5@2x.png" "${hicolor}/64x64/apps/${pkgname}.png"
cp "${target}/.install4j/i4j_extf_3_${image_var}_u9lgq5.png" "${hicolor}/32x32/apps/${pkgname}.png"
cp "${target}/.install4j/i4j_extf_2_${image_var}_1u8i2ka.png" "${hicolor}/16x16/apps/${pkgname}.png"
local appsdir="${pkgdir}/usr/share/applications"
install -dm755 "$appsdir"
cp "${srcdir}/${pkgname}.desktop" "$appsdir"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |