jprofiler15

maintainer pschichtel · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a prebuilt official release tarball from the vendor's own domain (ej-technologies.com), which is the legitimate distributor of JProfiler; despite the host not being on a whitelist, this is a standard and expected source for the software, and the package installs only verified, official binaries without executing remote code or introducing supply-chain risks beyond trusting the vendor.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt official release tarball from the vendor's own domain (ej-technologies.com), which is the legitimate distributor of JProfiler; despite the host not being on a whitelist, this is a standard and expected source for the software, and the package installs only verified, official binaries without executing remote code or introducing supply-chain risks beyond trusting the vendor.

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:11 source=("https://download-gcdn.ej-technologies.com/jprofiler/jprofiler_linux_$(echo $pkgver | sed 's/\./_/g').tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Phillip Schichtel <phillip.public@schich.tel>
2pkgname=jprofiler15
3pkgver=15.0.4
4pkgrel=1
5options=(!strip)
6pkgdesc="The Award-Winning All-in-One Java Profiler"
7arch=(any)
8url="http://jprofiler.com"
9license=('custom')
10depends=('java-environment')
11source=("https://download-gcdn.ej-technologies.com/jprofiler/jprofiler_linux_$(echo $pkgver | sed 's/\./_/g').tar.gz"
12 "${pkgname}.desktop"
13 "${pkgname}.sh")
14sha256sums=('fec741718854a11b2383bb278ca7103984e0ae659268ed53ea5a8b32077b86c9'
15 'be6fce730c9be07ca3574c1a390f93d54d8e9ab4a18233f97bc25273beacd33a'
16 'ccd3b8ffdefc25f5845263f087776153ec5269a68fe65970fe92e68e1dcf7e36')
17
18package() {
19 local optdir="/opt/${pkgname}"
20 local target="${pkgdir}${optdir}"
21 local extracted="${srcdir}/jprofiler${pkgver}"
22 install -dm755 "$target"
23 install -dm755 "${pkgdir}/usr/bin"
24 install -m755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
25 cp -dpr --no-preserve=ownership "${extracted}/." "$target"
26
27 install -dm755 "${pkgdir}/etc"
28 ln -s "${optdir}/config" "${pkgdir}/etc/${pkgname}"
29
30 local hicolor="${pkgdir}/usr/share/icons/hicolor/"
31 install -dm755 "${hicolor}/256x256/apps"
32 install -dm755 "${hicolor}/128x128/apps"
33 install -dm755 "${hicolor}/64x64/apps"
34 install -dm755 "${hicolor}/32x32/apps"
35 install -dm755 "${hicolor}/16x16/apps"
36
37 local licensedir="${pkgdir}/usr/share/licenses/${pkgname}"
38 install -dm755 "$licensedir"
39 mv "${target}/license.txt" "$licensedir"
40 mv "${target}/license.html" "$licensedir"
41
42 local image_var="v3vxop"
43 cp "${target}/.install4j/i4j_extf_12_${image_var}_wkw4tw.png" "${hicolor}/256x256/apps/${pkgname}.png"
44 cp "${target}/.install4j/i4j_extf_11_${image_var}_k81icu.png" "${hicolor}/128x128/apps/${pkgname}.png"
45 cp "${target}/.install4j/i4j_extf_10_${image_var}_d26f8g.png" "${hicolor}/64x64/apps/${pkgname}.png"
46 cp "${target}/.install4j/i4j_extf_9_${image_var}_1ttlkko.png" "${hicolor}/32x32/apps/${pkgname}.png"
47 cp "${target}/.install4j/i4j_extf_8_${image_var}_1ebbcwf.png" "${hicolor}/16x16/apps/${pkgname}.png"
48
49 local appsdir="${pkgdir}/usr/share/applications"
50 install -dm755 "$appsdir"
51 cp "${srcdir}/${pkgname}.desktop" "$appsdir"
52}
53

Scan history

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