cleanmydevstuffnow-bin
Triggered rules
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:37
source=("https://www.budbrain.de/rpm/x86_64/${_rpm}")
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 (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 72%): A prebuilt proprietary binary is downloaded from the project's own domain (budbrain.de) and installed directly; while the host appears to be the vendor's own site, it is unverifiable personal/small-vendor infrastructure with no independent attestation, and the binary is executed on the user's system — this is the classic medium-risk prebuilt-from-unverifiable-host scenario, though the checksum is present and the packaging is otherwise clean.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Josef Sejrek <packages@budbrain.de>
# Warum ein -bin-Paket aus einem RPM:
#
# Die App ist proprietär, es gibt also keinen Quelltext zum Bauen. Das AUR ist
# trotzdem der richtige Ort dafür — es verteilt selbst keine Binärdateien,
# sondern nur diese Bauanleitung; heruntergeladen wird beim Nutzer, direkt von
# budbrain.de.
#
# Als Quelle dient das RPM aus dem eigenen Paket-Repo, nicht ein zusätzliches
# Archiv: eine Artefaktquelle weniger, die aus dem Tritt geraten kann. Das
# Binary darin ist gegen glibc 2.34 gelinkt und läuft damit auf Arch ohne
# Weiteres.
pkgname=cleanmydevstuffnow-bin
pkgver=1.0.2
pkgrel=1
pkgdesc="Reclaim the disk space your development tools left behind"
arch=('x86_64')
url="https://www.budbrain.de"
license=('LicenseRef-proprietary')
depends=('gtk3' 'hicolor-icon-theme')
optdepends=('zenity: Rückfalldialoge, wenn der Desktop keine eigenen anbietet')
provides=('cleanmydevstuffnow')
conflicts=('cleanmydevstuffnow')
# !strip ist Pflicht: makepkg strippt sonst jedes Binary im Paket. Diese App
# löst ihre Symbole im Absturzfall zur Laufzeit im eigenen Prozess auf — ohne
# Debug-Info nennt der Bericht nur noch Offsets.
options=('!strip' '!debug' '!emptydirs')
# Release-Nummer des RPM, aus dem dieses Paket entsteht — sie steigt,
# wenn sich der Paketinhalt bei gleicher Programmversion ändert.
# update-aur.sh setzt sie aus der .spec; hier nichts von Hand ändern.
_rpmrel=1
_rpm="cleanmydevstuffnow-${pkgver}-${_rpmrel}.x86_64.rpm"
source=("https://www.budbrain.de/rpm/x86_64/${_rpm}")
noextract=("${_rpm}")
sha256sums=('dc1f3c8a375e03fd092ada63785be00e072e6fe5af2cb057d9494458ff36b0e9')
package() {
# Bewusst selbst entpacken statt makepkg machen zu lassen: ob RPMs
# automatisch extrahiert werden, hängt an der libarchive-Version.
bsdtar -xf "${srcdir}/${_rpm}" -C "${pkgdir}"
# Die build-id-Verweise unter /usr/lib/.build-id sind ein Fedora-Konstrukt
# für dessen debuginfo-Mechanismus. Auf Arch gehören sie nicht ins Paket.
rm -rf "${pkgdir}/usr/lib/.build-id"
# Das RPM legt die Lizenz unter dem RPM-Paketnamen ab, Arch erwartet sie
# unter dem Namen DIESES Pakets.
if [[ -d "${pkgdir}/usr/share/licenses/cleanmydevstuffnow" ]]; then
mv "${pkgdir}/usr/share/licenses/cleanmydevstuffnow" \
"${pkgdir}/usr/share/licenses/${pkgname}"
fi
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 3 |
| 2026-08-02 00:16:08 | MEDIUM | 3 |
| 2026-08-01 00:11:18 | MEDIUM | 3 |
| 2026-07-31 00:14:10 | MEDIUM | 3 |
| 2026-07-30 00:17:23 | MEDIUM | 3 |
| 2026-07-29 00:25:53 | MEDIUM | 3 |
| 2026-07-28 00:07:28 | MEDIUM | 3 |
| 2026-07-27 00:24:32 | MEDIUM | 3 |
| 2026-07-26 15:35:22 | MEDIUM | 3 |
| 2026-07-26 15:32:35 | MEDIUM | 3 |