tg-ws-proxy-git
The pip install commands are used to install the project's own source and pyinstaller within a local venv for building a bundled executable; this is normal build behavior for Python applications and does not involve installing untrusted external packages.
Triggered rules
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 the project's own source and pyinstaller within a local venv for building a bundled executable; this is normal build behavior for Python applications and does not involve installing untrusted external packages.
1 higher static finding superseded - not the current verdict (shown for transparency)
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# Maintainer: gogamlg3
pkgname=tg-ws-proxy-git
_pkgname=tg-ws-proxy
pkgver=1.9.1.r11.gb8a5634
pkgrel=1
pkgdesc="Local MTProto proxy server for partial bypassing of Telegram loading"
arch=("any")
url="https://github.com/Flowseal/tg-ws-proxy"
license=("MIT")
depends=("python" "tk" "libappindicator" "libayatana-appindicator")
optdepends=("wl-clipboard" "xclip" "xsel")
makedepends=("git" "python" "python-pip" "imagemagick")
conflicts=("tg-ws-proxy-bin")
source=("$_pkgname::git+https://github.com/Flowseal/tg-ws-proxy.git"
"tg-ws-proxy.desktop"
"tg-ws-proxy.service")
sha256sums=("SKIP"
"e06f5ca3f96bde84404610dbee8df3bdf1017fa350cd6e09831d30d820d21e93"
"34263521bef49c289d3956fb513780950a6f319cb6d4b0222034d32ab929f05d")
_binname=tg-ws-proxy
pkgver() {
cd "$_pkgname"
# cutting off 'v' prefix that presents in the git tag
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
cd "$srcdir/$_pkgname"
python -m venv --system-site-packages .venv
.venv/bin/pip install --upgrade pip
.venv/bin/pip install "."
.venv/bin/pip install "pyinstaller"
.venv/bin/pyinstaller --noconfirm packaging/linux.spec
rm -rf .venv
}
package() {
cd "$srcdir/$_pkgname"
install -Dm755 "dist/TgWsProxy" "$pkgdir/usr/bin/$_binname"
install -d "$pkgdir/usr/share/icons/hicolor/64x64/apps"
magick "icon.ico[5]" -background none -alpha on "$pkgdir/usr/share/icons/hicolor/64x64/apps/tg-ws-proxy.png"
install -Dm644 ../tg-ws-proxy.desktop "$pkgdir/usr/share/applications/tg-ws-proxy.desktop"
install -Dm644 ../tg-ws-proxy.service "$pkgdir/usr/lib/systemd/system/tg-ws-proxy.service"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |