elite-insights-bin

LOW
maintainer dii2r2 0 votes scanned 2026-09-25 00:03:36.779685
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to few votes and recent upload, but the source is trustworthy and no malicious behavior is present.

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 95%): The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to few votes and recent upload, but the source is trustworthy and no malicious behavior is present.

PKGBUILD

1# Maintainer: dii2r2
2# Contributor:
3# Prebuilt Linux x64 release from GitHub.
4
5pkgname=elite-insights-bin
6pkgver=3.30.0.0
7pkgrel=1
8pkgdesc='Guild Wars 2 Elite Insights (prebuilt Linux binary)'
9arch=('x86_64')
10url='https://github.com/baaron4/GW2-Elite-Insights-Parser/releases'
11license=('MIT')
12options=('!strip')
13depends=('dotnet-runtime-8.0>=8.0.31' 'libx11' 'libxcb' 'libxkbcommon' 'mesa')
14source=("https://github.com/baaron4/GW2-Elite-Insights-Parser/releases/download/v${pkgver}/GW2EI-linux-x64.zip")
15sha256sums=('d905efa795cb408955073395f709aef01d133df783ad688434929f94df584770')
16
17package() {
18 install -dm755 "$pkgdir/usr/lib/elite-insights"
19 cp -R --no-preserve=ownership "$srcdir"/. "$pkgdir/usr/lib/elite-insights/"
20 rm "$pkgdir/usr/lib/elite-insights/GW2EI-linux-x64.zip"
21 chmod 755 "$pkgdir/usr/lib/elite-insights/GuildWars2EliteInsights"
22
23
24 install -dm755 "$pkgdir/usr/bin"
25 cat > "$pkgdir/usr/bin/elite-insights" <<'EOF'
26#!/bin/sh
27exec /usr/lib/elite-insights/GuildWars2EliteInsights "$@"
28EOF
29 chmod 755 "$pkgdir/usr/bin/elite-insights"
30
31 install -dm755 "$pkgdir/usr/share/applications"
32 cat > "$pkgdir/usr/share/applications/elite-insights.desktop" <<'EOF'
33[Desktop Entry]
34Name=GW2 Elite Insights
35Comment=Analyze arcdps combat logs from Guild Wars 2
36Exec=elite-insights
37Icon=elite-insights
38Terminal=false
39Type=Application
40Categories=Utility;Game;
41EOF
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 00:03:36 Low 2
2026-09-24 17:43:55 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