warpdir
Source tarball is fetched from a non-whitelisted personal/project host (xr0.org) but has a sha256 checksum, is built from source with cargo, and the worst case is a swapped source tarball rather than a prebuilt binary being silently executed; the package is otherwise straightforward.
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 flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Source tarball is fetched from a non-whitelisted personal/project host (xr0.org) but has a sha256 checksum, is built from source with cargo, and the worst case is a swapped source tarball rather than a prebuilt binary being silently executed; the package is otherwise straightforward.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:13
"${pkgname}-${pkgver}.tar.gz::https://xr0.org/src/wd-rs/uv/${pkgname}-${pkgver}-src.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Omyac <packages@omy.ac>
pkgname=warpdir
pkgver=0.1.3
pkgrel=1
pkgdesc="shortcuts/bookmarks to directories"
url="https://xr0.org/src/wd-rs"
arch=("i686" "x86_64" "aarch64")
license=("MIT")
makedepends=("rust")
source=(
"${pkgname}-${pkgver}.tar.gz::https://xr0.org/src/wd-rs/uv/${pkgname}-${pkgver}-src.tar.gz"
)
sha256sums=(
13cd50b664df0c5956e5cb336f129bd021a4df7a5d8153ce67b7e2dbb55f20ba
)
build() {
cd "${pkgname}-${pkgver}"
cargo build --release
cd target/release
}
package() {
cd "${pkgname}-${pkgver}/target/release"
install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-04 00:03:13 | Low | 3 |
| 2026-09-03 23:57:07 | Low | 3 |
| 2026-09-03 23:55:21 | Medium | 2 |