tg-ws-proxy-git
maintainer gogamlg3
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The pip install commands are used to install dependencies and pyinstaller for building the project from its own source, which is a normal and safe AUR packaging practice despite the non-whitelisted host.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The pip install commands are used to install dependencies and pyinstaller for building the project from its own source, which is a normal and safe AUR packaging practice despite the non-whitelisted host.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
pip install of an external package
pip_install_external
`pip install <package>` fetches an unpinned package from PyPI at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:36
.venv/bin/pip install --upgrade pip -
PKGBUILD:37
.venv/bin/pip install "." -
PKGBUILD:38
.venv/bin/pip install "pyinstaller"
PKGBUILD
3 offending line(s) highlighted
1
# Maintainer: gogamlg3
2
pkgname=tg-ws-proxy-git
3
_pkgname=tg-ws-proxy
4
pkgver=1.9.0.r0.g21aaeb3
5
pkgrel=1
6
pkgdesc="Local MTProto proxy server for partial bypassing of Telegram loading"
7
arch=("any")
8
url="https://github.com/Flowseal/tg-ws-proxy"
9
license=("MIT")
10
depends=("python" "tk" "libappindicator" "libayatana-appindicator")
11
optdepends=("wl-clipboard" "xclip" "xsel")
12
makedepends=("git" "python" "python-pip" "imagemagick")
13
conflicts=("tg-ws-proxy-bin")
14
15
source=("$_pkgname::git+https://github.com/Flowseal/tg-ws-proxy.git"
16
"tg-ws-proxy.desktop"
17
"tg-ws-proxy.service")
18
19
sha256sums=("SKIP"
20
"e06f5ca3f96bde84404610dbee8df3bdf1017fa350cd6e09831d30d820d21e93"
21
"34263521bef49c289d3956fb513780950a6f319cb6d4b0222034d32ab929f05d")
22
23
_binname=tg-ws-proxy
24
25
pkgver() {
26
cd "$_pkgname"
27
# cutting off 'v' prefix that presents in the git tag
28
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
29
}
30
31
32
build() {
33
cd "$srcdir/$_pkgname"
34
35
python -m venv --system-site-packages .venv
36
.venv/bin/pip install --upgrade pip
37
.venv/bin/pip install "."
38
.venv/bin/pip install "pyinstaller"
39
.venv/bin/pyinstaller --noconfirm packaging/linux.spec
40
41
rm -rf .venv
42
}
43
44
package() {
45
cd "$srcdir/$_pkgname"
46
47
install -Dm755 "dist/TgWsProxy" "$pkgdir/usr/bin/$_binname"
48
49
install -d "$pkgdir/usr/share/icons/hicolor/64x64/apps"
50
magick "icon.ico" -background none -alpha on "$pkgdir/usr/share/icons/hicolor/64x64/apps/tg-ws-proxy.png"
51
52
install -Dm644 ../tg-ws-proxy.desktop "$pkgdir/usr/share/applications/tg-ws-proxy.desktop"
53
install -Dm644 ../tg-ws-proxy.service "$pkgdir/usr/lib/systemd/system/tg-ws-proxy.service"
54
55
}
56
Changes since previous scan
--- PKGBUILD @ 2026-07-28 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: gogamlg3 pkgname=tg-ws-proxy-git _pkgname=tg-ws-proxy-pkgver=1.8.1.r2.ge9b74d7+pkgver=1.9.0.r0.g21aaeb3 pkgrel=1 pkgdesc="Local MTProto proxy server for partial bypassing of Telegram loading" arch=("any")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 09:37:42 | MEDIUM | 1 |
| 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 |