comma-ide-complete
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
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)
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# Maintainer: Adam Hellberg <adam.hellberg@sharparam.com>
pkgbase=comma-ide-complete
pkgname=(comma-ide-complete comma-ide-complete-jre)
pkgrel=1
pkgver=2023.08.0
pkgdesc='The Integrated Development Environment for Raku (formerly Perl 6) (Complete edition).'
arch=('any')
url='https://commaide.com/'
license=('APACHE')
source=("$pkgbase-$pkgver.tar.gz::https://commaide.com/download/complete/linux"
'comma-ide-complete.desktop')
sha256sums=('93523a0450c7c2dd228088b44e33ff5d620edb1b6fb0fb051b58245091a926aa'
'6166a99c86982fc5fabde97dfdda14cb4b2addffa774551b9b50c4aae9e63283')
_binname=comma-complete
_tarname=comma-complete-${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/comma.sh\" %f#" "${pkgbase}.desktop"
sed -i "s/Icon=/Icon=${pkgbase}/" "${pkgbase}.desktop"
}
package_comma-ide-complete() {
optdepends=(
'rakudo-star' 'rakudo'
'comma-ide-complete-jre: JetBrains custom JRE (Recommended)'
'java-runtime=11: Required if comma-ide-complete-jre is not installed'
)
install=comma-ide-complete.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-complete-jre() {
pkgdesc='JBR (Jetbrains Runtime) for Comma IDE Complete - 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 |