jprofiler
The source is a legitimate tarball from the official vendor's download domain (ej-technologies.com), which is not on the standard whitelist but is the project's own release infrastructure; the package builds from official source and installs static files, posing no execution risk beyond normal software installation.
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 tarball from the official vendor's download domain (ej-technologies.com), which is not on the standard whitelist but is the project's own release infrastructure; the package builds from official source and installs static files, posing no execution risk beyond normal software installation.
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=jprofiler
pkgver=16.0
pkgrel=1
options=(!strip)
pkgdesc="The Award-Winning All-in-One Java Profiler"
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"
"${pkgname}.sh")
sha256sums=('98898bc29961a2e6072fcfb9bba879a30789a8de4b153c99f046d8e636d2b622'
'be6fce730c9be07ca3574c1a390f93d54d8e9ab4a18233f97bc25273beacd33a'
'ccd3b8ffdefc25f5845263f087776153ec5269a68fe65970fe92e68e1dcf7e36')
package() {
local optdir="/opt/${pkgname}"
local target="${pkgdir}${optdir}"
local extracted="${srcdir}/jprofiler${pkgver}"
install -dm755 "$target"
install -dm755 "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
cp -dpr --no-preserve=ownership "${extracted}/." "$target"
install -dm755 "${pkgdir}/etc"
ln -s "${optdir}/config" "${pkgdir}/etc/${pkgname}"
local hicolor="${pkgdir}/usr/share/icons/hicolor/"
install -dm755 "${hicolor}/256x256/apps"
install -dm755 "${hicolor}/128x128/apps"
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="11o2e4f"
cp "${target}/.install4j/i4j_extf_12_${image_var}_wkw4tw.png" "${hicolor}/256x256/apps/${pkgname}.png"
cp "${target}/.install4j/i4j_extf_11_${image_var}_k81icu.png" "${hicolor}/128x128/apps/${pkgname}.png"
cp "${target}/.install4j/i4j_extf_10_${image_var}_d26f8g.png" "${hicolor}/64x64/apps/${pkgname}.png"
cp "${target}/.install4j/i4j_extf_9_${image_var}_1ttlkko.png" "${hicolor}/32x32/apps/${pkgname}.png"
cp "${target}/.install4j/i4j_extf_8_${image_var}_1ebbcwf.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 |