elite-insights-cli-bin

LOW
maintainer dii2r2 1 votes scanned 2026-09-22 00:15:14.502938
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

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 normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: dii2r2
2# Contributor:
3# Prebuilt CLI release from GitHub.
4
5pkgname=elite-insights-cli-bin
6pkgver=3.30.0.0
7pkgrel=2
8pkgdesc='Guild Wars 2 Elite Insights CLI (prebuilt binary)'
9arch=('x86_64')
10url='https://github.com/baaron4/GW2-Elite-Insights-Parser'
11license=('MIT')
12options=('!strip')
13depends=('dotnet-runtime-8.0>=8.0.31')
14source=("https://github.com/baaron4/GW2-Elite-Insights-Parser/releases/download/v${pkgver}/GW2EICLI.zip")
15sha256sums=('f352e46b0c3425b970ee76b505892fb259ebb32c976a8200b9b4c421b0759eba')
16
17package() {
18 install -dm755 "$pkgdir/usr/lib/elite-insights-cli"
19 cp -R --no-preserve=ownership "$srcdir"/. "$pkgdir/usr/lib/elite-insights-cli/"
20 rm "$pkgdir/usr/lib/elite-insights-cli/GW2EICLI.zip"
21
22
23 install -dm755 "$pkgdir/usr/bin"
24 cat > "$pkgdir/usr/bin/ei" <<'EOF'
25#!/bin/sh
26exec dotnet /usr/lib/elite-insights-cli/GuildWars2EliteInsights-CLI.dll "$@"
27EOF
28 chmod 755 "$pkgdir/usr/bin/ei"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 00:15:14 Low 2
2026-09-21 23:36:21 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