educamadrid-wifi-bin

LOW
maintainer Stokes 0 votes scanned 2026-09-17 17:25:53.299830
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to the binary nature and unverifiable build process, but the source is from a legitimate project host.

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 the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to the binary nature and unverifiable build process, but the source is from a legitimate project host.

PKGBUILD

1# Maintainer: Stokes <jesusmanuelgonzalezmeneses18@gmail.com>
2
3pkgname=educamadrid-wifi-bin
4_pkgname=educamadrid-wifi
5pkgver=0.2.1
6pkgrel=1
7pkgdesc="Unofficial GUI to connect to the EducaMadrid WEDU_PROF Wi-Fi network via NetworkManager (prebuilt binary)"
8arch=('x86_64')
9url="https://github.com/13Stokes31/educamadrid_wifi"
10license=('MIT')
11options=('!strip' '!debug')
12depends=('networkmanager' 'gcc-libs' 'glibc' 'libglvnd' 'libx11' 'libxcursor' 'libxi'
13 'libxkbcommon' 'libxkbcommon-x11' 'libxrender' 'wayland')
14provides=("$_pkgname=$pkgver")
15conflicts=("$_pkgname")
16source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$_pkgname-v$pkgver-x86_64-linux-gnu.tar.gz")
17sha256sums=('0470ab789d7ddbbea3e76016a8590218b087e797907ee2ad6ed72f8721daefa2')
18
19package() {
20 cd "$_pkgname-$pkgver-x86_64-linux-gnu"
21 install -Dm755 "$_pkgname" -t "$pkgdir/usr/bin/"
22 install -Dm644 "$_pkgname.desktop" -t "$pkgdir/usr/share/applications/"
23 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
24}
25

Scan history

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