ultrv-bin
maintainer ultrv
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a project-specific domain (dl.ultrv.com) that is plausibly controlled by the project maintainer; the tarball is checksum-verified and contains the binary for a terminal client, which is standard for AUR bin packages.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from a project-specific domain (dl.ultrv.com) that is plausibly controlled by the project maintainer; the tarball is checksum-verified and contains the binary for a terminal client, which is standard for AUR bin packages.
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:11
source=("https://dl.ultrv.com/cli/v${pkgver}/ultrv-x86_64-unknown-linux-gnu.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: ULTRV <hello@ultrv.com>
2
pkgname=ultrv-bin
3
pkgver=0.1.13
4
pkgrel=1
5
pkgdesc="Terminal client for the ULTRV blogging platform"
6
arch=('x86_64')
7
url="https://ultrv.com"
8
license=('MIT')
9
provides=('ultrv')
10
conflicts=('ultrv')
11
source=("https://dl.ultrv.com/cli/v${pkgver}/ultrv-x86_64-unknown-linux-gnu.tar.gz")
12
sha256sums=('6803d96161bcea72f83d4d7e1ce0214e6b42cb23dcce402d78fb9d68a5f8c600')
13
14
package() {
15
install -Dm755 ultrv "${pkgdir}/usr/bin/ultrv"
16
}
17
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: ULTRV <hello@ultrv.com> pkgname=ultrv-bin-pkgver=0.1.12+pkgver=0.1.13 pkgrel=1 pkgdesc="Terminal client for the ULTRV blogging platform" arch=('x86_64')@@ -9,7 +9,7 @@ provides=('ultrv') conflicts=('ultrv') source=("https://dl.ultrv.com/cli/v${pkgver}/ultrv-x86_64-unknown-linux-gnu.tar.gz")-sha256sums=('89e138d11bcbf16e896725cfd9cea57b794d996cd4798f02a8ea521c7918d5fc')+sha256sums=('6803d96161bcea72f83d4d7e1ce0214e6b42cb23dcce402d78fb9d68a5f8c600') package() { install -Dm755 ultrv "${pkgdir}/usr/bin/ultrv"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 13:14:10 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-19 18:54:17 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |