url-open
LOW
maintainer unsubble
0 votes
scanned 2026-09-18 15:28:46.039977
Why flagged
The package builds from source hosted on the project's official GitHub repository; the low severity is due to few votes and recent upload, not malicious content.
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
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from source hosted on the project's official GitHub repository; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
pkgname=url-open
2
pkgver=1.1.0
3
pkgrel=1
4
pkgdesc="A CLI tool for opening URLs in the system browser"
5
arch=('x86_64')
6
url="https://github.com/unsubble/url-open"
7
license=('MIT')
8
makedepends=('go')
9
source=("$pkgname-$pkgver.tar.gz::https://github.com/unsubble/url-open/archive/refs/tags/v$pkgver.tar.gz")
10
sha256sums=('SKIP')
11
12
build() {
13
cd "$pkgname-$pkgver"
14
15
go build \
16
-trimpath \
17
-ldflags "-X main.version=v$pkgver" \
18
-o url-open \
19
./cmd/url-open
20
}
21
22
package() {
23
cd "$pkgname-$pkgver"
24
25
install -Dm755 url-open "$pkgdir/usr/bin/url-open"
26
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 15:28:46 | Low | 2 |