jprofiler10

maintainer pschichtel · 0 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 whitelist but plausibly the project's own; downloading and building the official software is normal AUR behavior, and no untrusted executable or obfuscated payload is involved.

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 whitelist but plausibly the project's own; downloading and building the official software is normal AUR behavior, and no untrusted executable or obfuscated payload is involved.

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=jprofiler10
3pkgver=10.1.5
4pkgrel=1
5options=(!strip)
6pkgdesc="The Award-Winning All-in-One Java Profiler (Version 10.x)"
7arch=(any)
8url="http://jprofiler.com"
9license=('custom')
10depends=('java-environment<=9')
11source=("https://download-gcdn.ej-technologies.com/jprofiler/jprofiler_linux_$(echo $pkgver | sed 's/\./_/g').tar.gz"
12 "${pkgname}.desktop"
13 "${pkgname}.sh")
14sha256sums=('e063be99201a3382c9b038f8e46e86436531314c2c38e18a8bae9d2907d86cfe'
15 '590d69cbc227fa7a0a3d274fca6423c1a113768264b67e7d9f6e6f121d650cea'
16 '7dcd6fc0d748b448f6a08dcb2c7c12c428798728484e0fd8404af6780e59aecd')
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}/64x64/apps"
32 install -dm755 "${hicolor}/32x32/apps"
33 install -dm755 "${hicolor}/16x16/apps"
34
35 local licensedir="${pkgdir}/usr/share/licenses/${pkgname}"
36 install -dm755 "$licensedir"
37 mv "${target}/license.txt" "$licensedir"
38 mv "${target}/license.html" "$licensedir"
39
40 local image_var="545567"
41
42 cp "${target}/.install4j/i4j_extf_3_${image_var}_u9lgq5@2x.png" "${hicolor}/64x64/apps/${pkgname}.png"
43 cp "${target}/.install4j/i4j_extf_3_${image_var}_u9lgq5.png" "${hicolor}/32x32/apps/${pkgname}.png"
44 cp "${target}/.install4j/i4j_extf_2_${image_var}_1u8i2ka.png" "${hicolor}/16x16/apps/${pkgname}.png"
45
46 local appsdir="${pkgdir}/usr/share/applications"
47 install -dm755 "$appsdir"
48 cp "${srcdir}/${pkgname}.desktop" "$appsdir"
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