comma-ide-community

maintainer Sharparam · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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:14 source=("$pkgbase-$pkgver.tar.gz::https://commaide.com/download/community/linux"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Adam Hellberg <adam.hellberg@sharparam.com>
2# Contributor: Connor Nuutinen <cnuutinen@outlook.com>
3# Contributor: David Santiago <demanuel@ymail.com>
4# Contributor: jokersus <jokersus.cava@gmail.com>
5
6pkgbase=comma-ide-community
7pkgname=(comma-ide-community comma-ide-community-jre)
8pkgrel=2
9pkgver=2023.07.0
10pkgdesc='The Integrated Development Environment for Raku (formerly Perl 6).'
11arch=('any')
12url='https://commaide.com/'
13license=('APACHE')
14source=("$pkgbase-$pkgver.tar.gz::https://commaide.com/download/community/linux"
15 'comma-ide-community.desktop')
16sha256sums=('defe67a45a0d348590271806318f76bb6983ae7f28cf2c32621cd52d713ee19f'
17 '79770c7c0b602cd07266da5727afd62eb12e01d7de82e588c216bac7419ff971')
18
19_binname=comma
20_tarname=comma-community-${pkgver}
21_installdir='/opt'
22
23prepare() {
24 rm -rf "$srcdir/jbr"
25 mv "${srcdir}/${_tarname}/jbr" "$srcdir/jbr"
26}
27
28build() {
29 sed -i "s/Version=/Version=${pkgver}/" "${pkgbase}.desktop"
30 sed -i "s#Exec=#Exec=\"${_installdir}/${pkgbase}/bin/${_binname}.sh\" %f#" "${pkgbase}.desktop"
31 sed -i "s/Icon=/Icon=${pkgbase}/" "${pkgbase}.desktop"
32}
33
34package_comma-ide-community() {
35 optdepends=(
36 'rakudo-star' 'rakudo'
37 'comma-ide-community-jre: JetBrains custom JRE (Recommended)'
38 'java-runtime=11: Required if comma-ide-community-jre is not installed'
39 )
40 install=comma-ide.install
41
42 install -dm755 "${pkgdir}${_installdir}"
43 install -dm755 "${pkgdir}/usr/bin"
44 install -dm755 "${pkgdir}/usr/share/applications"
45 install -dm755 "${pkgdir}/usr/share/icons"
46
47 cp -a "${srcdir}/${_tarname}/" "${pkgdir}${_installdir}/${pkgbase}"
48
49 ln -s "${_installdir}/${pkgbase}/bin/comma.sh" "${pkgdir}/usr/bin/${_binname}"
50 install -m644 "${srcdir}/${pkgbase}.desktop" "${pkgdir}/usr/share/applications"
51
52 ln -s "${_installdir}/${pkgbase}/bin/comma.png" "${pkgdir}/usr/share/icons/${pkgbase}.png"
53}
54
55package_comma-ide-community-jre() {
56 pkgdesc='JBR (Jetbrains Runtime) for Comma IDE - a patched JRE'
57 url='https://github.com/JetBrains/JetBrainsRuntime'
58
59 install -dm755 "${pkgdir}${_installdir}/$pkgbase"
60 mv "$srcdir/jbr" "${pkgdir}${_installdir}/$pkgbase"
61}
62

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