nodewipe
The package downloads a prebuilt binary from the project's GitHub releases, which is a common and generally acceptable practice; while the host is not whitelisted, it is the project's official source, and the binary is installed directly without obfuscation or additional execution risks.
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 GitHub releases, which is a common and generally acceptable practice; while the host is not whitelisted, it is the project's official source, and the binary is installed directly without obfuscation or additional execution risks.
PKGBUILD
# Maintainer: KADHIRAVANEG <kadhiravanegk@gmail.com>
pkgname=nodewipe
pkgver=0.5.0
pkgrel=1
pkgdesc="Find and reclaim disk space from stray dev artifacts (node_modules, Python venvs, Rust/Java/JS build caches, and more)"
arch=('x86_64')
url="https://github.com/KADHIRAVANEG/nodewipe"
license=('MIT')
provides=('nodewipe')
conflicts=('nodewipe-bin')
source=("nodewipe-${pkgver}::https://github.com/KADHIRAVANEG/nodewipe/releases/download/v${pkgver}/nodewipe-linux-x86_64")
sha256sums=('a7386034d8fdac617ba7f03d5a65b82734bc83f382a1fc911f3fdd9772f304ea')
package() {
install -Dm755 "${srcdir}/nodewipe-${pkgver}" "${pkgdir}/usr/bin/nodewipe"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 05:29:31 | Low | 2 |