glideftp-bin

LOW
maintainer quirky 0 votes scanned 2026-08-26 07:29:42.359538
View on AUR
Why flagged

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

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.

Low AI review 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

1# Maintainer: Quirky1869 <quirky1869@users.noreply.github.com>
2pkgname=glideftp-bin
3pkgver=1.7.6
4pkgrel=1
5pkgdesc="Desktop FTP/SFTP client"
6arch=('x86_64')
7url="https://github.com/Quirky1869/GlideFTP"
8license=('MIT')
9depends=('webkit2gtk-4.1')
10provides=('glideftp')
11conflicts=('glideftp')
12
13# The Linux archive contains: GlideFTP (binary), glideftp.desktop, glideftp.png, README.md
14source_x86_64=(
15 "${pkgname}-${pkgver}.tar.gz::https://github.com/Quirky1869/GlideFTP/releases/download/v${pkgver}/GlideFTP-Linux-v${pkgver}.tar.gz"
16)
17sha256sums_x86_64=('9004eec785e167a304fdd72104a509c257112a9b422a4eec042edb8751ffa0b0')
18
19package() {
20 install -Dm755 "${srcdir}/GlideFTP" "${pkgdir}/usr/bin/glideftp"
21 install -Dm644 "${srcdir}/glideftp.desktop" "${pkgdir}/usr/share/applications/glideftp.desktop"
22 install -Dm644 "${srcdir}/glideftp.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/glideftp.png"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 07:29:42 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion