sakura-frp-launcher-bin
maintainer Kevin_Liu
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from a non-whitelisted but project-related host (nya.globalslb.net) used by the FRP service; while the host is not standard, the binaries are checksummed and the software is a known reverse proxy tool, making the risk low given the context and verification.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from a non-whitelisted but project-related host (nya.globalslb.net) used by the FRP service; while the host is not standard, the binaries are checksummed and the software is a known reverse proxy tool, making the risk low given the context and verification.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:15
source_x86_64=("natfrp-service-${pkgver}_linux_amd64.tar.zst::https://nya.globalslb.net/natfrp/client/launcher-unix/${pkgver}/natfrp-service_linux_amd64.tar.zst")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: KevinLiu <kevin[at]atunemic.cn>
2
pkgname='sakura-frp-launcher-bin'
3
provides=('sakura-frpc' 'natfrp' 'sakura-frp-launcher')
4
pkgver=3.1.7
5
pkgrel=3
6
pkgdesc="A daemon for a fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet."
7
arch=('x86_64' 'armv7h' 'aarch64' 'i686')
8
license=('Property')
9
url="https://www.natfrp.com/tunnel/download"
10
depends=('glibc')
11
install='natfrp.install'
12
makedepends=("zstd")
13
options=("!strip")
14
15
source_x86_64=("natfrp-service-${pkgver}_linux_amd64.tar.zst::https://nya.globalslb.net/natfrp/client/launcher-unix/${pkgver}/natfrp-service_linux_amd64.tar.zst")
16
source_armv7h=("natfrp-service-${pkgver}_linux_armv7.tar.zst::https://nya.globalslb.net/natfrp/client/launcher-unix/${pkgver}/natfrp-service_linux_armv7.tar.zst")
17
source_aarch64=("natfrp-service-${pkgver}_linux_arm64.tar.zst::https://nya.globalslb.net/natfrp/client/launcher-unix/${pkgver}/natfrp-service_linux_arm64.tar.zst")
18
source_i686=("natfrp-service-${pkgver}_linux_386.tar.zst::https://nya.globalslb.net/natfrp/client/launcher-unix/${pkgver}/natfrp-service_linux_386.tar.zst")
19
source=('natfrp.service')
20
21
sha256sums=('37de6651e7ce428cb9143cd3bd12b61ff0af59be0d32b15f58d06dbd657d6d04')
22
sha256sums_x86_64=('980ab185ce4ea8b8bf2e4b67a1b4ae742877c4dd229f8260c80a5cf2ae20a291')
23
sha256sums_armv7h=('d629cf08ed01f4858af1d9753ad6d1dc8002f6b7e7b0a9f3afbfe6f66f6a0642')
24
sha256sums_aarch64=('494779a44d279f0c0dc0b706d6618496711e2bee63daeec5ab842ed26e807b78')
25
sha256sums_i686=('f78bdbb671352f86cb06b64417283fb97c65257f4c9cfaa73abb8222c21f0b6d')
26
27
package() {
28
install -Dm755 "${srcdir}/natfrp-service" "${pkgdir}/usr/bin/natfrp-service"
29
install -Dm755 "${srcdir}/frpc" "${pkgdir}/usr/bin/natfrpc"
30
31
mkdir -p "${pkgdir}/etc/natfrp"
32
33
install -Dm644 "${srcdir}/natfrp.service" "${pkgdir}/usr/lib/systemd/system/natfrp.service"
34
}
35
36
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 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |