conky-manager-g-bin
The package installs a prebuilt binary from an unverifiable and obscure source (a personal-looking GitLab path with no project context), which could be silently swapped, constituting a supply-chain risk despite the plausible build context.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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 90%): The package installs a prebuilt binary from an unverifiable and obscure source (a personal-looking GitLab path with no project context), which could be silently swapped, constituting a supply-chain risk despite the plausible build context.
PKGBUILD
# Maintainer: Mahmoud Almezali
pkgname=conky-manager-g-bin
pkgver=0.7
pkgrel=1
pkgdesc='Conky theme manager with a modern UI.'
arch=('x86_64')
url='https://github.com/almezali/conky-manager-g'
license=('MIT')
depends=('gtk3')
provides=('conky-manager-g')
conflicts=('conky-manager-g')
_source_url='https://gitlab.com/apps4linux/run.over.any/-/raw/main/conky-manager-g.tar.xz'
source=("conky-manager-g.tar.xz::${_source_url}")
sha256sums=('SKIP')
prepare() {
cd "$srcdir"
# The upstream archive contains these files at its root.
for required in conky-manager-g conky-manager-g.desktop conky-manager-g.svg README.txt; do
if [[ ! -e "$required" ]]; then
printf 'Error: required file is missing from the archive: %s\n' "$required" >&2
return 1
fi
done
chmod 755 conky-manager-g
chmod 644 conky-manager-g.desktop conky-manager-g.svg README.txt
}
package() {
cd "$srcdir"
install -Dm755 conky-manager-g "$pkgdir/usr/bin/conky-manager-g"
install -Dm644 conky-manager-g.desktop "$pkgdir/usr/share/applications/conky-manager-g.desktop"
install -Dm644 conky-manager-g.svg "$pkgdir/usr/share/pixmaps/conky-manager-g.svg"
install -Dm644 README.txt "$pkgdir/usr/share/doc/conky-manager-g/README.txt"
}
# vim:set ts=4 sw=4 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 17:21:08 | Medium | 2 |