warpdir

LOW
maintainer com4 0 votes scanned 2026-09-04 00:03:13.219897
View on AUR
Why flagged

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

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review downgraded a static finding 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)
Medium source=() URL on a non-standard host 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
1# Maintainer: Omyac <packages@omy.ac>
2
3pkgname=warpdir
4pkgver=0.1.3
5pkgrel=1
6pkgdesc="shortcuts/bookmarks to directories"
7url="https://xr0.org/src/wd-rs"
8arch=("i686" "x86_64" "aarch64")
9license=("MIT")
10makedepends=("rust")
11
12source=(
13 "${pkgname}-${pkgver}.tar.gz::https://xr0.org/src/wd-rs/uv/${pkgname}-${pkgver}-src.tar.gz"
14)
15
16sha256sums=(
17 13cd50b664df0c5956e5cb336f129bd021a4df7a5d8153ce67b7e2dbb55f20ba
18)
19
20build() {
21 cd "${pkgname}-${pkgver}"
22 cargo build --release
23 cd target/release
24
25}
26
27package() {
28 cd "${pkgname}-${pkgver}/target/release"
29 install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 00:03:13 Low 3
2026-09-03 23:57:07 Low 3
2026-09-03 23:55:21 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion