snowflake-pt-proxy
maintainer KokaKiwi
· 13 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a legitimate tarball from the official Tor Project GitLab instance, which is a trusted project host despite not being on a standard whitelist; building from project-owned infrastructure is normal for AUR packages.
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 source is a legitimate tarball from the official Tor Project GitLab instance, which is a trusted project host despite not being on a standard whitelist; building from project-owned infrastructure is normal for AUR packages.
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:12
source=("$pkgname-$pkgver.tar.gz::https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/archive/v$pkgver/snowflake-v$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: KokaKiwi <kokakiwi+aur [at] kokakiwi [dot] net>
2
3
pkgname=snowflake-pt-proxy
4
pkgver=2.14.1
5
pkgrel=1
6
pkgdesc="Snowflake is a pluggable transport that proxies traffic through temporary proxies using WebRTC (proxy part)"
7
url="https://snowflake.torproject.org"
8
license=('BSD-3-Clause')
9
arch=('x86_64' 'aarch64' 'armv7h')
10
depends=('glibc')
11
makedepends=('go')
12
source=("$pkgname-$pkgver.tar.gz::https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/archive/v$pkgver/snowflake-v$pkgver.tar.gz"
13
snowflake-proxy.service)
14
sha256sums=('39aa853c9bf966ac606456b4f357631470b4bee970e256a20eab54cba8a55d2f'
15
'81ed80bea97fb9874734d4ec7ccb9a850e6aa5b186a354990066344446bd1412')
16
b2sums=('62280ea6090291464c07df37cf310949caa06b756944ab169b8fb0c3f368f5fe9c9965c745554d085dbe582b03b8c5eba9c5a56cf3173f4e3f29e9c492a80b7f'
17
'2ba698a76a06b8ebee3cd8c44562783aa3939f66528d1573ac93a59dcc6a8de61f160b5dbc0e8b83c2473bedf037d69fbee9b33befa24027693e556fd5d3d575')
18
19
build() {
20
cd "snowflake-v$pkgver"
21
22
export CGO_CPPFLAGS="$CPPFLAGS"
23
export CGO_CFLAGS="$CFLAGS"
24
export CGO_CXXFLAGS="$CXXFLAGS"
25
export CGO_LDFLAGS="$LDFLAGS"
26
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
27
28
go build -v -o proxy/snowflake-proxy ./proxy
29
}
30
31
package() {
32
cd "snowflake-v$pkgver"
33
34
install -Dm0755 proxy/snowflake-proxy "$pkgdir/usr/bin/snowflake-proxy"
35
36
install -Dm0644 "$srcdir/snowflake-proxy.service" "$pkgdir/usr/lib/systemd/system/snowflake-proxy.service"
37
38
install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39
}
40
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 |