elite-insights-cli-bin
LOW
maintainer dii2r2
1 votes
scanned 2026-09-22 00:15:14.502938
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
5
pkgname=elite-insights-cli-bin
6
pkgver=3.30.0.0
7
pkgrel=2
8
pkgdesc='Guild Wars 2 Elite Insights CLI (prebuilt binary)'
9
arch=('x86_64')
10
url='https://github.com/baaron4/GW2-Elite-Insights-Parser'
11
license=('MIT')
12
options=('!strip')
13
depends=('dotnet-runtime-8.0>=8.0.31')
14
source=("https://github.com/baaron4/GW2-Elite-Insights-Parser/releases/download/v${pkgver}/GW2EICLI.zip")
15
sha256sums=('f352e46b0c3425b970ee76b505892fb259ebb32c976a8200b9b4c421b0759eba')
16
17
package() {
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
26
exec dotnet /usr/lib/elite-insights-cli/GuildWars2EliteInsights-CLI.dll "$@"
27
EOF
28
chmod 755 "$pkgdir/usr/bin/ei"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 00:15:14 | Low | 2 |
| 2026-09-21 23:36:21 | Low | 2 |