jprofiler9

maintainer pschichtel · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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=jprofiler9
3pkgver=9.2.1
4pkgrel=1
5options=(!strip)
6pkgdesc="The Award-Winning All-in-One Java Profiler (Version 9.x)"
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")
13sha256sums=('f6bba9ef5391cefcd206aae93669479052081f9ee863c323eea793119039b8a6'
14 '423b3d10bfa13e8c76ed5136c9721dabea21acef8b288660e8983d099100d850')
15
16package() {
17 local optdir="/opt/${pkgname}"
18 local target="${pkgdir}${optdir}"
19 local major_ver="9"
20 local extracted="${srcdir}/jprofiler${major_ver}"
21 install -dm755 "$target"
22 install -dm755 "${pkgdir}/usr/bin"
23 cp -dpr --no-preserve=ownership "${extracted}/." "$target"
24 ln -s "${optdir}/bin/jprofiler" "${pkgdir}/usr/bin/${pkgname}"
25
26 install -dm755 "${pkgdir}/etc"
27 ln -s "${optdir}/config" "${pkgdir}/etc/${pkgname}"
28
29 local hicolor="${pkgdir}/usr/share/icons/hicolor/"
30 install -dm755 "${hicolor}/64x64/apps"
31 install -dm755 "${hicolor}/32x32/apps"
32 install -dm755 "${hicolor}/16x16/apps"
33
34 local licensedir="${pkgdir}/usr/share/licenses/${pkgname}"
35 install -dm755 "$licensedir"
36 mv "${target}/license.txt" "$licensedir"
37 mv "${target}/license.html" "$licensedir"
38
39 local image_var="1nklpoz"
40
41 cp "${target}/.install4j/i4j_extf_3_${image_var}_u9lgq5@2x.png" "${hicolor}/64x64/apps/${pkgname}.png"
42 cp "${target}/.install4j/i4j_extf_3_${image_var}_u9lgq5.png" "${hicolor}/32x32/apps/${pkgname}.png"
43 cp "${target}/.install4j/i4j_extf_2_${image_var}_1u8i2ka.png" "${hicolor}/16x16/apps/${pkgname}.png"
44
45 local appsdir="${pkgdir}/usr/share/applications"
46 install -dm755 "$appsdir"
47 cp "${srcdir}/${pkgname}.desktop" "$appsdir"
48
49}
50

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