aether-proxy-bin
maintainer keyaruga
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's official GitHub releases, which is a normal distribution method; the flagged low votes and recent upload are community metrics, not security risks.
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 distribution method; the flagged low votes and recent upload are community metrics, not security risks.
PKGBUILD
1
# Maintainer: Keyaruga <keyaruga333@gmail.com>
2
3
pkgname=aether-proxy-bin
4
pkgver=1.3.0
5
pkgrel=1
6
pkgdesc="User-space proxy client for tunneling traffic through filtered networks via a local SOCKS5 proxy"
7
arch=('x86_64' 'aarch64' 'armv7h')
8
9
url="https://github.com/CluvexStudio/Aether"
10
license=('AGPL-3.0-only')
11
12
case "$CARCH" in
13
x86_64)
14
_aether_arch="x86_64"
15
_sha256='45a239526267690c4c3345d50a0eef9ba7ded99cc40a3c05cea713ec9ae18c57'
16
;;
17
aarch64)
18
_aether_arch="arm64"
19
_sha256='344552f1b5ade7124ae09e4181546b35ac346af31d82629a39e1de7e59b90cfd'
20
;;
21
armv7h)
22
_aether_arch="armv7"
23
_sha256='d0d52de3676000871939a9635b9bb262d7d43789703d19ba014a3097e034f744'
24
;;
25
esac
26
27
source=(
28
"aether-linux-${_aether_arch}.tar.gz::https://github.com/CluvexStudio/Aether/releases/download/v${pkgver}/aether-linux-${_aether_arch}.tar.gz"
29
"aether-wrapper"
30
"LICENSE::https://raw.githubusercontent.com/CluvexStudio/Aether/v${pkgver}/LICENSE"
31
)
32
33
sha256sums=(
34
"$_sha256"
35
'SKIP'
36
'8486a10c4393cee1c25392769ddd3b2d6c242d6ec7928e1414efff7dfb2f07ef'
37
)
38
39
package() {
40
install -Dm755 \
41
"$srcdir/aether" \
42
"$pkgdir/usr/lib/aether/aether"
43
44
install -Dm755 \
45
"$srcdir/aether-wrapper" \
46
"$pkgdir/usr/bin/aether"
47
48
install -Dm644 \
49
"$srcdir/LICENSE" \
50
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
51
}
52
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 03:15:42 | LOW | 2 |