url-open

LOW
maintainer unsubble 0 votes scanned 2026-09-18 15:28:46.039977
View on AUR
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

1pkgname=url-open
2pkgver=1.1.0
3pkgrel=1
4pkgdesc="A CLI tool for opening URLs in the system browser"
5arch=('x86_64')
6url="https://github.com/unsubble/url-open"
7license=('MIT')
8makedepends=('go')
9source=("$pkgname-$pkgver.tar.gz::https://github.com/unsubble/url-open/archive/refs/tags/v$pkgver.tar.gz")
10sha256sums=('SKIP')
11
12build() {
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
22package() {
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)SeverityRules
2026-09-18 15:28:46 Low 2

Report a package

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

0 / 4000
Your suggestion