jprofiler12
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), used to build the package;虽非白名单主机但属项目官方来源,且下载内容为可验证的源码包,无执行远程代码或隐蔽载荷风险。
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), used to build the package;虽非白名单主机但属项目官方来源,且下载内容为可验证的源码包,无执行远程代码或隐蔽载荷风险。
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=jprofiler12
3
pkgver=12.0.4
4
pkgrel=1
5
options=(!strip)
6
pkgdesc="The Award-Winning All-in-One Java Profiler (Version 12.x)"
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=('3eabc519a9809d4b9baf2286de462ffdd48d03f2dfb87f39d924bc83ad1d615c'
15
'00882f7f3f4d00c8290b4c16557c1c24077d4404f7cea36cc1a248934aceddfa'
16
'3eda40fb35206c203a5d5fa286f21bad9c15a9e97b7f5d2c74a6eeab39335777')
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}/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="dcmbrc"
41
cp "${target}/.install4j/i4j_extf_5_${image_var}_u9lgq5@2x.png" "${hicolor}/64x64/apps/${pkgname}.png"
42
cp "${target}/.install4j/i4j_extf_5_${image_var}_u9lgq5.png" "${hicolor}/32x32/apps/${pkgname}.png"
43
cp "${target}/.install4j/i4j_extf_4_${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
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 |