comma-ide-complete-jre
maintainer Sharparam
· 1 votes
· base
comma-ide-complete
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the official project domain (commaide.com) which is not on the whitelist but is plausibly legitimate; it builds and installs the official software without executing untrusted remote code or exfiltrating data.
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 package downloads a source tarball from the official project domain (commaide.com) which is not on the whitelist but is plausibly legitimate; it builds and installs the official software without executing untrusted remote code or exfiltrating data.
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=("$pkgbase-$pkgver.tar.gz::https://commaide.com/download/complete/linux"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Adam Hellberg <adam.hellberg@sharparam.com>
2
3
pkgbase=comma-ide-complete
4
pkgname=(comma-ide-complete comma-ide-complete-jre)
5
pkgrel=1
6
pkgver=2023.08.0
7
pkgdesc='The Integrated Development Environment for Raku (formerly Perl 6) (Complete edition).'
8
arch=('any')
9
url='https://commaide.com/'
10
license=('APACHE')
11
source=("$pkgbase-$pkgver.tar.gz::https://commaide.com/download/complete/linux"
12
'comma-ide-complete.desktop')
13
sha256sums=('93523a0450c7c2dd228088b44e33ff5d620edb1b6fb0fb051b58245091a926aa'
14
'6166a99c86982fc5fabde97dfdda14cb4b2addffa774551b9b50c4aae9e63283')
15
16
_binname=comma-complete
17
_tarname=comma-complete-${pkgver}
18
_installdir='/opt'
19
20
prepare() {
21
rm -rf "$srcdir/jbr"
22
mv "${srcdir}/${_tarname}/jbr" "$srcdir/jbr"
23
}
24
25
build() {
26
sed -i "s/Version=/Version=${pkgver}/" "${pkgbase}.desktop"
27
sed -i "s#Exec=#Exec=\"${_installdir}/${pkgbase}/bin/comma.sh\" %f#" "${pkgbase}.desktop"
28
sed -i "s/Icon=/Icon=${pkgbase}/" "${pkgbase}.desktop"
29
}
30
31
package_comma-ide-complete() {
32
optdepends=(
33
'rakudo-star' 'rakudo'
34
'comma-ide-complete-jre: JetBrains custom JRE (Recommended)'
35
'java-runtime=11: Required if comma-ide-complete-jre is not installed'
36
)
37
install=comma-ide-complete.install
38
39
install -dm755 "${pkgdir}${_installdir}"
40
install -dm755 "${pkgdir}/usr/bin"
41
install -dm755 "${pkgdir}/usr/share/applications"
42
install -dm755 "${pkgdir}/usr/share/icons"
43
44
cp -a "${srcdir}/${_tarname}/" "${pkgdir}${_installdir}/${pkgbase}"
45
46
ln -s "${_installdir}/${pkgbase}/bin/comma.sh" "${pkgdir}/usr/bin/${_binname}"
47
install -m644 "${srcdir}/${pkgbase}.desktop" "${pkgdir}/usr/share/applications"
48
49
ln -s "${_installdir}/${pkgbase}/bin/comma.png" "${pkgdir}/usr/share/icons/${pkgbase}.png"
50
}
51
52
package_comma-ide-complete-jre() {
53
pkgdesc='JBR (Jetbrains Runtime) for Comma IDE Complete - a patched JRE'
54
url='https://github.com/JetBrains/JetBrainsRuntime'
55
56
install -dm755 "${pkgdir}${_installdir}/$pkgbase"
57
mv "$srcdir/jbr" "${pkgdir}${_installdir}/$pkgbase"
58
}
59
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 |