topowall
The package downloads a prebuilt binary from the project's GitHub releases, which is a common but unverifiable practice; however, it installs only a single executable and license file with no evidence of malicious behavior or remote code execution.
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 but unverifiable practice; however, it installs only a single executable and license file with no evidence of malicious behavior or remote code execution.
PKGBUILD
# Maintainer: ThankfulKoala <archlinux.dastardly615@simplelogin.com>
pkgname=topowall
pkgver=0.3.0
pkgrel=1
pkgdesc="Topographic contour wallpapers from real elevation data, rendered on the GPU"
arch=('x86_64')
url="https://github.com/gonzalezerik/topowall"
license=('MIT')
depends=('glibc>=2.35' 'libgcc')
options=(!debug)
source=("$pkgname-$pkgver.tar.gz::https://github.com/gonzalezerik/topowall/releases/download/v$pkgver/topowall-$arch-unknown-linux-gnu.tar.gz")
sha256sums=('21482127d24f1c2088057435b578a5f5c546fb13cf30b2b07d1d8dc7f4fa04cb')
package() {
cd "$pkgname-$arch-unknown-linux-gnu"
install -Dm755 ./topowall "$pkgdir/usr/bin/topowall"
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 17:19:13 | Low | 2 |
| 2026-09-27 15:19:08 | Low | 2 |