gproxy-bin

LOW
maintainer meanlint 0 votes scanned 2026-09-23 11:40:33.758457
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 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 a normal practice for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: meanlint <meanlint@outlook.com>
2pkgname=gproxy-bin
3pkgver=3.0.20
4pkgrel=2
5pkgdesc="Self-hosted LLM API gateway (OpenAI/Claude/Gemini-compatible), prebuilt binary"
6arch=('x86_64' 'aarch64')
7url="https://github.com/LeenHawk/gproxy"
8license=('AGPL3')
9provides=('gproxy')
10conflicts=('gproxy')
11options=('!strip' '!debug')
12backup=('etc/gproxy/gproxy.env')
13install="${pkgname}.install"
14
15source_x86_64=(
16 "gproxy-linux-x86_64-${pkgver}.zip::https://github.com/LeenHawk/gproxy/releases/download/v${pkgver}/gproxy-linux-x86_64.zip"
17)
18source_aarch64=(
19 "gproxy-linux-aarch64-${pkgver}.zip::https://github.com/LeenHawk/gproxy/releases/download/v${pkgver}/gproxy-linux-aarch64.zip"
20)
21
22sha256sums_x86_64=('5d1b5d260fb1a1956e4146b6b25d30905d0b3b919d416da204a377475afcebb6')
23sha256sums_aarch64=('70c4c22f202d8136cb0356d7438b841c0744b5431cd50d63d587dfedbd92104f')
24
25source=(
26 "gproxy.service"
27 "gproxy.env"
28)
29sha256sums=(
30 'SKIP'
31 'SKIP'
32)
33
34package() {
35 cd "${srcdir}"
36
37 install -Dm755 gproxy "${pkgdir}/usr/bin/gproxy"
38
39 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
40 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
41
42 install -Dm644 gproxy.service "${pkgdir}/usr/lib/systemd/system/gproxy.service"
43 install -Dm600 gproxy.env "${pkgdir}/etc/gproxy/gproxy.env"
44}
45

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 11:40:33 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