jprofiler
maintainer pschichtel
· 12 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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>
2
pkgname=jprofiler
3
pkgver=16.0
4
pkgrel=1
5
options=(!strip)
6
pkgdesc="The Award-Winning All-in-One Java Profiler"
7
arch=(any)
8
url="http://jprofiler.com"
9
license=('custom')
10
depends=('java-environment')
11
source=("https://download-gcdn.ej-technologies.com/jprofiler/jprofiler_linux_$(echo $pkgver | sed 's/\./_/g').tar.gz"
12
"${pkgname}.desktop"
13
"${pkgname}.sh")
14
sha256sums=('98898bc29961a2e6072fcfb9bba879a30789a8de4b153c99f046d8e636d2b622'
15
'be6fce730c9be07ca3574c1a390f93d54d8e9ab4a18233f97bc25273beacd33a'
16
'ccd3b8ffdefc25f5845263f087776153ec5269a68fe65970fe92e68e1dcf7e36')
17
18
package() {
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="11o2e4f"
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) | Severity | Rules |
|---|---|---|
| 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 |