urbit
maintainer tinnus-napbus
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from urbit.org, the project's official domain, which is plausibly controlled by the project maintainers; despite the static analyzer flagging a non-standard host, the source is official and the checksums are provided, making the risk low.
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 prebuilt binaries from urbit.org, the project's official domain, which is plausibly controlled by the project maintainers; despite the static analyzer flagging a non-standard host, the source is official and the checksums are provided, making the risk low.
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:12
source_x86_64=(https://bootstrap.urbit.org/vere/live/v$pkgver/vere-v$pkgver-linux-x86_64)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: tinnus-napbus <admin@tinnus-napbus.xyz>
2
# Contributor: Omar Roth <omarroth@protonmail.com>
3
4
pkgname=urbit
5
pkgver=4.6
6
pkgrel=1
7
pkgdesc="An operating function"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/urbit/urbit"
10
license=('MIT')
11
conflicts=('urbit-git')
12
source_x86_64=(https://bootstrap.urbit.org/vere/live/v$pkgver/vere-v$pkgver-linux-x86_64)
13
sha256sums_x86_64=('47ad302e8934271dfc00dcdab1d553c6d6460b105e3099ff47e0e4e4231bb26d')
14
15
source_aarch64=(https://bootstrap.urbit.org/vere/live/v$pkgver/vere-v$pkgver-linux-aarch64)
16
sha256sums_aarch64=('be1957294c565d83af24edae07754f1fbd76e603497c56eb149b98add963b3c8')
17
18
package() {
19
install -Dm755 "${srcdir}/vere-v$pkgver-linux-$CARCH" "$pkgdir/usr/bin/urbit"
20
}
21
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 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 13:49:03 | MEDIUM | 1 |