geogebra-6-electron
The package downloads a license file from geogebra.org during prepare(), which is from a non-whitelisted but official project domain; the main source is a portable Windows zip from the official download host, which is normal for repackaging, and no untrusted or obfuscated code execution occurs.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a license file from geogebra.org during prepare(), which is from a non-whitelisted but official project domain; the main source is a portable Windows zip from the official download host, which is normal for repackaging, and no untrusted or obfuscated code execution occurs.
2 higher static findings superseded - not the current verdict (shown for transparency)
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:32
curl -sSfL -o "LICENSE.html" "https://www.geogebra.org/license"
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:19
source=(https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Portable-${pkgver//./-}.zip
PKGBUILD
2 offending line(s) highlighted# Maintainer: Misaka13514 <Misaka13514 at gmail dot com>
# Contributor: Antonio Rojas <arojas@archlinux.org>
# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux dot org>
# Contributor: Felipe Hommen <felibank at gmail dot com>
# Contributor: moostik <mooostik at gmail dot com>
pkgname=geogebra-6-electron
pkgver=6.0.930.2
pkgrel=1
pkgdesc='Dynamic mathematics software with interactive graphics, algebra and spreadsheet'
arch=(any)
url='https://www.geogebra.org/'
license=(LicenseRef-GeoGebra)
depends=(electron)
makedepends=(curl)
provides=(geogebra)
conflicts=(geogebra geogebra-6-bin)
source=(https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Portable-${pkgver//./-}.zip
geogebra
geogebra.svg
geogebra.desktop
geogebra-mime.xml)
sha256sums=('ada5e99eb6d7943b3ca3594d28047311e6fa60039fa28e04254f5ca087e6bf04'
'62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
'd81270ac2a7702246633fe11f448bd809e9250e2057077195eeabdc32b64ac46'
'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'
'100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
prepare() {
# https://gitlab.archlinux.org/pacman/pacman-contrib/-/issues/119
curl -sSfL -o "LICENSE.html" "https://www.geogebra.org/license"
}
package() {
cd $srcdir
install -Dm755 geogebra "$pkgdir"/usr/bin/geogebra
install -dm755 "$pkgdir"/usr/lib/geogebra
cp -dpr --no-preserve=ownership resources "$pkgdir"/usr/lib/geogebra
cp -dpr --no-preserve=ownership locales "$pkgdir"/usr/lib/geogebra
install -Dm644 LICENSE.html -t "$pkgdir"/usr/share/licenses/$pkgname
install -Dm644 geogebra.desktop -t "$pkgdir"/usr/share/applications/
install -Dm644 geogebra.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/geogebra.svg
install -Dm644 geogebra-mime.xml "$pkgdir"/usr/share/mime/packages/geogebra.xml
}
Changes since previous scan
--- PKGBUILD @ 2026-09-16 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -6,7 +6,7 @@ # Contributor: moostik <mooostik at gmail dot com> pkgname=geogebra-6-electron-pkgver=6.0.929.3+pkgver=6.0.930.2 pkgrel=1 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and spreadsheet' arch=(any)@@ -21,7 +21,7 @@ geogebra.svg geogebra.desktop geogebra-mime.xml)-sha256sums=('a9b6d1b673ede8aebef8a232581a4c680fc3c22c7645de7b6b6cbdd24ae986c1'+sha256sums=('ada5e99eb6d7943b3ca3594d28047311e6fa60039fa28e04254f5ca087e6bf04' '62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57' 'd81270ac2a7702246633fe11f448bd809e9250e2057077195eeabdc32b64ac46' 'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 3 |
| 2026-09-16 19:23:36 | Medium | 2 |
| 2026-09-16 00:03:17 | Low | 3 |
| 2026-09-15 00:25:31 | Low | 3 |
| 2026-09-14 00:27:57 | Low | 3 |
| 2026-09-13 00:19:54 | Low | 3 |
| 2026-09-12 00:25:17 | Low | 3 |
| 2026-09-11 00:19:22 | Low | 3 |
| 2026-09-10 00:22:44 | Low | 3 |
| 2026-09-09 00:04:09 | Low | 3 |
| 2026-09-08 00:18:08 | Low | 3 |
| 2026-09-07 00:30:15 | Low | 3 |
| 2026-09-06 00:17:06 | Low | 3 |
| 2026-09-05 00:16:27 | Low | 3 |
| 2026-09-04 00:03:13 | Low | 3 |
| 2026-09-03 00:15:47 | Low | 3 |
| 2026-09-02 00:02:31 | Low | 3 |
| 2026-09-01 00:11:19 | Low | 3 |
| 2026-08-31 00:19:57 | Low | 3 |
| 2026-08-30 00:04:14 | Low | 3 |