xget
The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice; the low severity is due to the lack of source build and recent upload with few votes, but the binary's checksum is verified and the project is legitimate.
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 a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice; the low severity is due to the lack of source build and recent upload with few votes, but the binary's checksum is verified and the project is legitimate.
PKGBUILD
pkgname=xget
pkgver=1.0.1
pkgrel=1
pkgdesc="A universal CLI downloader written in Rust"
arch=('x86_64')
url='https://github.com/denix666/xget'
license=('MIT')
depends=('bash-completion')
optdepends=(
'zsh: zsh shell completions'
'fish: fish shell completions'
)
source=("https://github.com/denix666/xget/releases/download/v${pkgver}/xget_linux_x86_64.tar.gz")
package() {
install -Dm755 "${srcdir}/xget" "${pkgdir}/usr/bin/xget"
"${srcdir}/xget" --completions bash |
install -Dm644 /dev/stdin "${pkgdir}/usr/share/bash-completion/completions/xget"
"${srcdir}/xget" --completions zsh |
install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_xget"
"${srcdir}/xget" --completions fish |
install -Dm644 /dev/stdin "${pkgdir}/usr/share/fish/vendor_completions.d/xget.fish"
}
sha256sums=('0aa5a7155389e9c7c2cdf1a1f35097317a909cc7cbaa8d236237a0ce6deb7ab4')
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 17:33:19 | Low | 2 |