comma-ide-community-jre

LOW
maintainer Sharparam 4 votes base comma-ide-community scanned 2026-09-17 00:27:14.276658
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-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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion