comma-ide-community-jre
comma-ide-community
scanned 2026-09-17 00:27:14.276658
The source downloads a tarball from the official project domain commaide.com, which is the expected and legitimate source for this software; building from the project's own release infrastructure, even on a non-whitelisted host, is normal AUR packaging practice and not inherently dangerous.
Triggered rules
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 downloads a tarball from the official project domain commaide.com, which is the expected and legitimate source for this software; building from the project's own release infrastructure, even on a non-whitelisted host, is normal AUR packaging practice and not inherently dangerous.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:14
source=("$pkgbase-$pkgver.tar.gz::https://commaide.com/download/community/linux"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Adam Hellberg <adam.hellberg@sharparam.com>
# Contributor: Connor Nuutinen <cnuutinen@outlook.com>
# Contributor: David Santiago <demanuel@ymail.com>
# Contributor: jokersus <jokersus.cava@gmail.com>
pkgbase=comma-ide-community
pkgname=(comma-ide-community comma-ide-community-jre)
pkgrel=2
pkgver=2023.07.0
pkgdesc='The Integrated Development Environment for Raku (formerly Perl 6).'
arch=('any')
url='https://commaide.com/'
license=('APACHE')
source=("$pkgbase-$pkgver.tar.gz::https://commaide.com/download/community/linux"
'comma-ide-community.desktop')
sha256sums=('defe67a45a0d348590271806318f76bb6983ae7f28cf2c32621cd52d713ee19f'
'79770c7c0b602cd07266da5727afd62eb12e01d7de82e588c216bac7419ff971')
_binname=comma
_tarname=comma-community-${pkgver}
_installdir='/opt'
prepare() {
rm -rf "$srcdir/jbr"
mv "${srcdir}/${_tarname}/jbr" "$srcdir/jbr"
}
build() {
sed -i "s/Version=/Version=${pkgver}/" "${pkgbase}.desktop"
sed -i "s#Exec=#Exec=\"${_installdir}/${pkgbase}/bin/${_binname}.sh\" %f#" "${pkgbase}.desktop"
sed -i "s/Icon=/Icon=${pkgbase}/" "${pkgbase}.desktop"
}
package_comma-ide-community() {
optdepends=(
'rakudo-star' 'rakudo'
'comma-ide-community-jre: JetBrains custom JRE (Recommended)'
'java-runtime=11: Required if comma-ide-community-jre is not installed'
)
install=comma-ide.install
install -dm755 "${pkgdir}${_installdir}"
install -dm755 "${pkgdir}/usr/bin"
install -dm755 "${pkgdir}/usr/share/applications"
install -dm755 "${pkgdir}/usr/share/icons"
cp -a "${srcdir}/${_tarname}/" "${pkgdir}${_installdir}/${pkgbase}"
ln -s "${_installdir}/${pkgbase}/bin/comma.sh" "${pkgdir}/usr/bin/${_binname}"
install -m644 "${srcdir}/${pkgbase}.desktop" "${pkgdir}/usr/share/applications"
ln -s "${_installdir}/${pkgbase}/bin/comma.png" "${pkgdir}/usr/share/icons/${pkgbase}.png"
}
package_comma-ide-community-jre() {
pkgdesc='JBR (Jetbrains Runtime) for Comma IDE - a patched JRE'
url='https://github.com/JetBrains/JetBrainsRuntime'
install -dm755 "${pkgdir}${_installdir}/$pkgbase"
mv "$srcdir/jbr" "${pkgdir}${_installdir}/$pkgbase"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |