endcord-gui
MEDIUM
maintainer sparklost
0 votes
scanned 2026-09-21 05:34:06.811684
Why flagged
The package downloads a prebuilt binary from a GitHub release on a non-whitelisted host with an unverifiable 'SKIP' checksum, creating a supply-chain risk if the source were tampered with.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Medium
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 85%): The package downloads a prebuilt binary from a GitHub release on a non-whitelisted host with an unverifiable 'SKIP' checksum, creating a supply-chain risk if the source were tampered with.
PKGBUILD
1
# Maintainer: Marko Zivic <marko.b.zivic@gmail.com>
2
pkgname=endcord-gui
3
pkgver=1.5.4
4
pkgrel=1
5
pkgdesc="Feature rich Discord 'TUI' client. Windowed 'GUI' version using GTK3."
6
arch=('x86_64')
7
url="https://github.com/sparklost/$pkgname"
8
license=('LicenseRef-SparkLost')
9
provides=('endcord-gui')
10
conflicts=('endcord-gui')
11
depends=('gtk3')
12
makedepends=()
13
optdepends=('xclip: clipboard support on X11'
14
'wl-clipboard: clipboard support on Wayland'
15
'aspell: spellchecking'
16
'yt-dlp: youtube support'
17
'mpv: youtube in native player')
18
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$pkgname-$pkgver-linux.tar.gz")
19
sha256sums=('SKIP')
20
options=(!strip)
21
22
package() {
23
install -Dm755 ./$pkgname "$pkgdir/usr/bin/$pkgname"
24
install -Dm644 ./README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
25
install -Dm644 ./docs/commands.md "$pkgdir/usr/share/doc/endcord/commands.md"
26
install -Dm644 ./docs/configuration.md "$pkgdir/usr/share/doc/endcord/configuration.md"
27
install -Dm644 ./docs/extensions.md "$pkgdir/usr/share/doc/endcord/extensions.md"
28
install -Dm644 ./docs/keybindings.md "$pkgdir/usr/share/doc/endcord/keybindings.md"
29
install -Dm644 ./LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30
install -Dm644 ./$pkgname.desktop "$pkgdir/usr/share/applications/com.sparklost.$pkgname.desktop"
31
install -Dm644 ./$pkgname.svg "$pkgdir/usr/share/icons/hicolor/256x256/apps/com.sparklost.$pkgname.svg"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 05:34:06 | Medium | 2 |