tidy-cleaner-bin
The package installs a precompiled binary from a GitHub release, which is a supply-chain risk if the host is compromised, but the source is from the project's official repository and the binary is not executed during build; realistic impact is limited to code execution on update if the release asset is tampered with.
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 precompiled binary from a GitHub release, which is a supply-chain risk if the host is compromised, but the source is from the project's official repository and the binary is not executed during build; realistic impact is limited to code execution on update if the release asset is tampered with.
PKGBUILD
# Maintainer: Matvel007
pkgname=tidy-cleaner-bin
_pkgname=tidy-cleaner
pkgver=0.1.0
pkgrel=1
pkgdesc="Modern, ultra-fast, and safe system cleaner, manager, and hardware telemetry dashboard for Linux (precompiled binary)"
arch=('x86_64')
url="https://github.com/Matvel007/Tidy-Cleaner"
license=('MIT')
depends=('gcc-libs' 'glibc')
optdepends=(
'polkit: Elevated privilege actions (system-wide uninstallation)'
'nvidia-utils: GPU telemetry for NVIDIA graphics cards'
'flatpak: Flatpak application management'
'snapd: Snap application management'
'yay: AUR package management'
'paru: AUR package management'
)
provides=("$_pkgname")
conflicts=("$_pkgname" "$_pkgname-git")
source_x86_64=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/tidy-cleaner-v$pkgver-linux-x86_64.tar.gz")
sha256sums_x86_64=('650cbeb4dfad6fc4c6d318208a0d16e2bf8516e12692a85e48c115a5ff065371')
package() {
cd "$srcdir/tidy-cleaner"
install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
install -Dm644 "$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
install -Dm644 "$_pkgname.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
install -Dm644 "$_pkgname.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/$_pkgname.png"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 21:51:32 | Low | 2 |