elmerfem-gui-bin

LOW
maintainer pineappletoad 0 votes scanned 2026-09-03 13:53:13.144096
View on AUR
Why flagged

The package installs a prebuilt binary from a GitHub release, which is a common but less verifiable practice; however, it does not execute remote code or exfiltrate data, and the source is plausibly project-related despite the personal maintainer account.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): The package installs a prebuilt binary from a GitHub release, which is a common but less verifiable practice; however, it does not execute remote code or exfiltrate data, and the source is plausibly project-related despite the personal maintainer account.

PKGBUILD

1# Maintainer: pineappletoad
2
3pkgname=elmerfem-gui-bin
4pkgver=26.2.1
5_pkgrel_src=1
6pkgrel=1
7pkgdesc="Graphical user interface for the Elmer software suit (precompiled)"
8arch=('x86_64')
9url="https://www.elmerfem.org"
10license=('GPL-2.0-only AND LicenseRef-ElmerGUI-exception')
11options=('!debug')
12provides=('elmerfem-gui')
13conflicts=('elmerfem-gui' 'elmerfem-git' 'elemerfem')
14depends=(
15 'boost-libs'
16 'freetype2'
17 'glu'
18 'opencascade'
19 'paraview'
20 'qt6-base'
21 'qt6-declarative'
22 'qt6-svg'
23 'qwt'
24 'vtk'
25)
26optdepends=('elmerfem-base-bin: FEM solver')
27
28source=("https://github.com/tubbywrestler/elmerfem-gui-bin/releases/download/${pkgver}-${_pkgrel_src}/elmerfem-gui-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst")
29sha256sums=('0f818aefe394a44706712fd61870b57e8c8218dbdb1c11bc3942d825e49e3eb9')
30
31package() {
32 bsdtar -xf "${srcdir}/elmerfem-gui-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst" -C "${pkgdir}" --exclude .PKGINFO --exclude .BUILDINFO --exclude .MTREE
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 13:53:13 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