endcord-installer
The package downloads an installer script from the project's official GitHub repository, which is a normal practice for AUR packages; the SKIP'd checksum and untrusted host are concerns but the source is from the legitimate project maintainer, and it only installs a script without executing arbitrary remote code at build time.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads an installer script from the project's official GitHub repository, which is a normal practice for AUR packages; the SKIP'd checksum and untrusted host are concerns but the source is from the legitimate project maintainer, and it only installs a script without executing arbitrary remote code at build time.
PKGBUILD
# Maintainer: Marko Zivic <marko.b.zivic@gmail.com>
pkgname=endcord-installer
pkgver=1.5.4
pkgrel=1
pkgdesc="Installer script for endcord - feature rich Discord TUI client."
arch=('any')
url="https://github.com/sparklost/endcord"
license=('LicenseRef-SparkLost')
provides=('endcord-installer')
conflicts=('endcord-installer')
depends=('curl' 'bash')
makedepends=()
optdepends=('xclip: clipboard support on X11'
'wl-clipboard: clipboard support on Wayland'
'aspell: spellchecking'
'yt-dlp: youtube support'
'mpv: youtube in native player'
'imagemagick: make notification images round'
'gtk3: for endcord-gui'
'libgirepository: required if building endcord-gui')
source=("install.sh::https://raw.githubusercontent.com/sparklost/endcord/main/tools/install.sh")
sha256sums=('SKIP')
package() {
install -Dm755 "${srcdir}/install.sh" "${pkgdir}/usr/bin/endcord-install"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 05:34:06 | Low | 2 |