gw2api-bin

LOW
maintainer lzsnyy 0 votes scanned 2026-08-29 07:38:41.750184
View on AUR
Why flagged

The package downloads prebuilt binaries from the project's official GitHub releases, which is a normal practice; the low severity is due to the binary nature of the sources and unverifiable origin, but no malicious behavior is evident.

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 downloads prebuilt binaries from the project's official GitHub releases, which is a normal practice; the low severity is due to the binary nature of the sources and unverifiable origin, but no malicious behavior is evident.

PKGBUILD

1# Maintainer: lzsnyy <710080675@qq.com>
2# Contributor: zexadev (original author) <https://github.com/zexadev>
3
4pkgname=gw2api-bin
5pkgver=4.13.0
6pkgrel=1
7pkgdesc="Reverse Google Gemini web protocol into OpenAI-compatible API. Single binary with built-in admin dashboard."
8arch=('x86_64' 'aarch64')
9url="https://github.com/zexadev/gemini-web2api-go"
10license=('MIT')
11depends=('glibc')
12provides=("${pkgname%-bin}=${pkgver}")
13conflicts=("${pkgname%-bin}")
14backup=('etc/gw2api/gw2api.conf')
15install="${pkgname}.install"
16
17source_x86_64=("${url}/releases/download/v${pkgver}/gemini-web2api-go_v${pkgver}_linux_amd64")
18source_aarch64=("${url}/releases/download/v${pkgver}/gemini-web2api-go_v${pkgver}_linux_arm64")
19sha256sums_x86_64=('cd795efd6225f95b5a9a73b9db4d09f4bc9bdbf80c9785c5680481b560d1adea')
20sha256sums_aarch64=('a408bb02ec4345c6896c6b3b74ebb8b4f2e569757667c1d158141161f0cbed89')
21
22package() {
23 local _arch_suffix="${CARCH/x86_64/amd64}"
24 _arch_suffix="${_arch_suffix/aarch64/arm64}"
25 install -Dm755 "${srcdir}/gemini-web2api-go_v${pkgver}_linux_${_arch_suffix}" "${pkgdir}/usr/bin/gw2api"
26 install -Dm644 "${startdir}/gw2api.service" "${pkgdir}/usr/lib/systemd/system/gw2api.service"
27 install -Dm644 "${startdir}/gw2api.conf" "${pkgdir}/etc/gw2api/gw2api.conf"
28 install -Dm644 "${startdir}/gw2api.sysusers" "${pkgdir}/usr/lib/sysusers.d/gw2api.conf"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 07:38:41 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