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
2pkgname=tg-ws-proxy-git
3_pkgname=tg-ws-proxy
4pkgver=1.9.0.r0.g21aaeb3
5pkgrel=1
6pkgdesc="Local MTProto proxy server for partial bypassing of Telegram loading"
7arch=("any")
8url="https://github.com/Flowseal/tg-ws-proxy"
9license=("MIT")
10depends=("python" "tk" "libappindicator" "libayatana-appindicator")
11optdepends=("wl-clipboard" "xclip" "xsel")
12makedepends=("git" "python" "python-pip" "imagemagick")
13conflicts=("tg-ws-proxy-bin")
14
15source=("$_pkgname::git+https://github.com/Flowseal/tg-ws-proxy.git"
16 "tg-ws-proxy.desktop"
17 "tg-ws-proxy.service")
18
19sha256sums=("SKIP"
20 "e06f5ca3f96bde84404610dbee8df3bdf1017fa350cd6e09831d30d820d21e93"
21 "34263521bef49c289d3956fb513780950a6f319cb6d4b0222034d32ab929f05d")
22
23_binname=tg-ws-proxy
24
25pkgver() {
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
32build() {
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
44package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion