glideftp-bin
The package installs a prebuilt binary from the project's official GitHub release page, which is a common and generally acceptable practice for AUR packages; while the host is not whitelisted, it is a legitimate source, and there is no evidence of obfuscation or remote code execution.
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 installs a prebuilt binary from the project's official GitHub release page, which is a common and generally acceptable practice for AUR packages; while the host is not whitelisted, it is a legitimate source, and there is no evidence of obfuscation or remote code execution.
PKGBUILD
# Maintainer: Quirky1869 <quirky1869@users.noreply.github.com>
pkgname=glideftp-bin
pkgver=1.7.6
pkgrel=1
pkgdesc="Desktop FTP/SFTP client"
arch=('x86_64')
url="https://github.com/Quirky1869/GlideFTP"
license=('MIT')
depends=('webkit2gtk-4.1')
provides=('glideftp')
conflicts=('glideftp')
# The Linux archive contains: GlideFTP (binary), glideftp.desktop, glideftp.png, README.md
source_x86_64=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/Quirky1869/GlideFTP/releases/download/v${pkgver}/GlideFTP-Linux-v${pkgver}.tar.gz"
)
sha256sums_x86_64=('9004eec785e167a304fdd72104a509c257112a9b422a4eec042edb8751ffa0b0')
package() {
install -Dm755 "${srcdir}/GlideFTP" "${pkgdir}/usr/bin/glideftp"
install -Dm644 "${srcdir}/glideftp.desktop" "${pkgdir}/usr/share/applications/glideftp.desktop"
install -Dm644 "${srcdir}/glideftp.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/glideftp.png"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 07:29:42 | Low | 2 |