telegreat-bin
Triggered rules
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:32
https://telegre.at/tlinux/tsetup.${pkgver}.tar.xz
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The PKGBUILD installs a prebuilt binary (Telegreat/Telegreat) downloaded directly from telegre.at, which is an unofficial, third-party host rather than an official Telegram or well-known mirror. The binary is executed on the user's system. While sha256sums are provided (offering some integrity protection), the trust anchor is the telegre.at host itself — if that host is compromised or the maintainer of that site is malicious, users receive and execute a tampered binary. This is a classic supply-chain risk: unofficial prebuilt binary from a personal/project-specific host. The icons are pulled from a GitHub repo (Sea-n/tdesktop) which is also unofficial/fork territory but are pure data (PNG files). The overall pattern — unofficial fork binary distributed from the fork author's own domain — is a genuine medium-severity supply-chain concern, not a false positive.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Felix Golatofski <contact@xdfr.de>
# Contributor: Yongmeng <yongmengkennyye@protonmail.com>
pkgname=telegreat-bin
pkgver=1.9.8
pkgrel=1
pkgdesc="Unofficial Telegreat Messaging app - Static binaries"
arch=('x86_64')
url="https://telegre.at"
license=('GPL3')
depends=(
desktop-file-utils
glib2
hicolor-icon-theme
libdbus
libx11
)
makedepends=(
chrpath
)
optdepends=(
'libappindicator-gtk2: to hide Telegram in the tray bar (GTK2-based desktop environment)'
'libappindicator-gtk3: to hide Telegram in the tray bar (GTK3-based desktop environment)'
'xdg-utils: for automatic opening of URLs, files and directories in proper applications'
)
conflicts=('telegreat-git')
provides=('telegreat-git')
source=(
$pkgname.desktop
tg.protocol
https://raw.githubusercontent.com/Sea-n/tdesktop/v${pkgver}/Telegram/Resources/art/icon{16,32,48,64,128,256,512}.png
https://telegre.at/tlinux/tsetup.${pkgver}.tar.xz
)
# Checksums
sha256sums=('5645e109f4eff2555306b5f866c6b0c0f1e7e2ac2569ba55e3f3bc73d46a5750'
'cebf355fed94f457630557c729b037f0ae4e458b6dba80aae7e50da22c4af206'
'84af451f2211262c6f277d36c8908682bf8f6ad67edb8f82a9c5b58eeb75c11d'
'0768d3b7c04c7b742b52457862667bf9a054ab0dab35b18abc1732a8b4b301ea'
'8265cc98f371f5a9bb24b4d0640476227bb0d6aa66404fc07ef1221b8bf8d1ed'
'90959f3114feae624e98faaa71118fc9afdf6e3a0f18dcd1a33709815e5d5de4'
'1f8553272fd701ac8b5dc1ee1b949fa806761da5500d8f39f1be75976ba65744'
'3a30ea2e58dc4d4d351cf77efb711929a992ec17ee0e07f90de1fa20493a3ff2'
'3ada582d7465a7f97a197f9d96c358049084ff4f032609de65c5ef93e48c1173'
'bf482a098a9b81668ba45d426b45ddbf19b086743fab0b4aa7fdec32f6bbd986')
package() {
cd "$srcdir/"
# Creating needed directories
install -dm755 "$pkgdir/usr/bin"
install -dm755 "$pkgdir/usr/share/pixmaps/"
install -dm755 "$pkgdir/usr/share/applications/"
# Program
install -Dm755 "$srcdir/Telegreat/Telegreat" "$pkgdir/usr/bin/telegreat"
# Remove RPATH informations
chrpath --delete "$pkgdir/usr/bin/telegreat"
# Desktop launcher
install -Dm644 "$srcdir/icon256.png" "$pkgdir/usr/share/pixmaps/telegreat.png"
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/telegreat.desktop"
# KDE4 protocol file
install -d "$pkgdir/usr/share/kde4/services"
install -m644 "$srcdir/tg.protocol" "$pkgdir/usr/share/kde4/services/tg.protocol"
# Icons
local icon_size icon_dir
for icon_size in 16 32 48 64 128 256 512; do
icon_dir="$pkgdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps"
install -d "$icon_dir"
install -m644 "$srcdir/icon${icon_size}.png" "$icon_dir/telegreat.png"
done
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |