cli-proxy-api-systemd-bin

maintainer kcocoa · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal AUR practice; the low severity is due to the flagged metadata (few votes, 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 downloads a prebuilt binary from the project's official GitHub releases, which is a normal AUR practice; the low severity is due to the flagged metadata (few votes, recent upload), not malicious content.

PKGBUILD

1# Maintainer: Kcocoa <kamforzn2@proton.me>
2
3pkgname=cli-proxy-api-systemd-bin
4pkgver=7.2.135
5pkgrel=1
6pkgdesc="Proxy server providing OpenAI, Gemini, Claude, and Codex compatible APIs (systemd config)"
7arch=('x86_64')
8url="https://github.com/router-for-me/CLIProxyAPI"
9license=('MIT')
10depends=('glibc' 'ca-certificates')
11conflicts=('cli-proxy-api')
12provides=('cli-proxy-api')
13backup=('etc/cli-proxy-api/config.yaml')
14install='cli-proxy-api.install'
15source=(
16 "$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/CLIProxyAPI_${pkgver}_linux_amd64.tar.gz"
17 'cli-proxy-api.service'
18 'cli-proxy-api.sysusers'
19 'cli-proxy-api.tmpfiles'
20)
21sha256sums=('f5e5ccf0f3fead3a2ee088cb37a69e996f05b33b47f116b4351dbfd1d4224241'
22 '76a8e4e87e78c696c5e59f786f35cf4e015dd0103802e4236b60ac9454bbbf05'
23 '216ce81546d176c915838a42d555cd144b2b15fb8cd50dc17f14572a9e6e469a'
24 '9903cf5950cdc24f23eee53890393ad2ab9ac6daaf8aedf59df30721ca6357be')
25
26package() {
27 install -Dm755 cli-proxy-api "$pkgdir/usr/bin/cli-proxy-api"
28
29 install -dm2775 "$pkgdir/etc/cli-proxy-api"
30 install -m660 config.example.yaml "$pkgdir/etc/cli-proxy-api/config.yaml"
31 sed -i \
32 -e 's|auth-dir: "~/.cli-proxy-api"|auth-dir: "/var/lib/cli-proxy-api/auths"|' \
33 "$pkgdir/etc/cli-proxy-api/config.yaml"
34
35 install -Dm644 "$srcdir/cli-proxy-api.service" \
36 "$pkgdir/usr/lib/systemd/system/cli-proxy-api.service"
37 install -Dm644 "$srcdir/cli-proxy-api.sysusers" \
38 "$pkgdir/usr/lib/sysusers.d/cli-proxy-api.conf"
39 install -Dm644 "$srcdir/cli-proxy-api.tmpfiles" \
40 "$pkgdir/usr/lib/tmpfiles.d/cli-proxy-api.conf"
41 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
42}
43

Changes since previous scan

--- PKGBUILD @ 2026-08-17 00:18
+++ PKGBUILD @ 2026-08-18 00:03
@@ -1,7 +1,7 @@
# Maintainer: Kcocoa <kamforzn2@proton.me>
pkgname=cli-proxy-api-systemd-bin
-pkgver=7.2.130
+pkgver=7.2.135
pkgrel=1
pkgdesc="Proxy server providing OpenAI, Gemini, Claude, and Codex compatible APIs (systemd config)"
arch=('x86_64')
@@ -18,7 +18,7 @@
'cli-proxy-api.sysusers'
'cli-proxy-api.tmpfiles'
)
-sha256sums=('690c512d567d1f250d69b5b16f0447eb92578847474f2d7555b561090dde699c'
+sha256sums=('f5e5ccf0f3fead3a2ee088cb37a69e996f05b33b47f116b4351dbfd1d4224241'
'76a8e4e87e78c696c5e59f786f35cf4e015dd0103802e4236b60ac9454bbbf05'
'216ce81546d176c915838a42d555cd144b2b15fb8cd50dc17f14572a9e6e469a'
'9903cf5950cdc24f23eee53890393ad2ab9ac6daaf8aedf59df30721ca6357be')

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 09:35:23 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 05:25: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