gproxy-bin
LOW
maintainer meanlint
0 votes
scanned 2026-09-23 11:40:33.758457
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>
2
pkgname=gproxy-bin
3
pkgver=3.0.20
4
pkgrel=2
5
pkgdesc="Self-hosted LLM API gateway (OpenAI/Claude/Gemini-compatible), prebuilt binary"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/LeenHawk/gproxy"
8
license=('AGPL3')
9
provides=('gproxy')
10
conflicts=('gproxy')
11
options=('!strip' '!debug')
12
backup=('etc/gproxy/gproxy.env')
13
install="${pkgname}.install"
14
15
source_x86_64=(
16
"gproxy-linux-x86_64-${pkgver}.zip::https://github.com/LeenHawk/gproxy/releases/download/v${pkgver}/gproxy-linux-x86_64.zip"
17
)
18
source_aarch64=(
19
"gproxy-linux-aarch64-${pkgver}.zip::https://github.com/LeenHawk/gproxy/releases/download/v${pkgver}/gproxy-linux-aarch64.zip"
20
)
21
22
sha256sums_x86_64=('5d1b5d260fb1a1956e4146b6b25d30905d0b3b919d416da204a377475afcebb6')
23
sha256sums_aarch64=('70c4c22f202d8136cb0356d7438b841c0744b5431cd50d63d587dfedbd92104f')
24
25
source=(
26
"gproxy.service"
27
"gproxy.env"
28
)
29
sha256sums=(
30
'SKIP'
31
'SKIP'
32
)
33
34
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-23 11:40:33 | Low | 2 |