pgbot-bin

LOW
maintainer tmtaxman 0 votes scanned 2026-08-22 17:18:20.171967
View on AUR
Why flagged

The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the binary not being built from source, but it comes from a trusted project host with verifiable checksum.

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 downloads a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the binary not being built from source, but it comes from a trusted project host with verifiable checksum.

PKGBUILD

1# Maintainer: tmtaxman <tmtaxman2 at gmail dot com>
2
3pkgname=pgbot-bin
4_pkgbin=pgbot
5pkgver=0.4.3
6pkgrel=1
7pkgdesc="Postgres intelligence for ai agents & apps"
8arch=('x86_64')
9url="https://github.com/pgrundev/pgbot"
10license=('Apache-2.0')
11provides=('pgbot')
12conflicts=('pgbot')
13options=('!strip' '!debug')
14
15source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${_pkgbin}_${pkgver}_linux_amd64.tar.gz")
16sha256sums=('eb7ea6794bdb577106b5b1c59a55b3439d47000503e1828785d8ed2e7fb1729d')
17
18package() {
19 cd "$srcdir"
20
21 install -Dm755 "$_pkgbin" -t "$pkgdir/usr/bin/"
22
23 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
24 install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
25
26 "$_pkgbin" completion bash >"$_pkgbin".bash
27 "$_pkgbin" completion zsh >_"$_pkgbin"
28 "$_pkgbin" completion fish >"$_pkgbin".fish
29
30 install -Dm644 "${_pkgbin}.bash" "$pkgdir/usr/share/bash-completion/completions/$_pkgbin"
31 install -Dm644 "_${_pkgbin}" "$pkgdir/usr/share/zsh/site-functions/_$_pkgbin"
32 install -Dm644 "${_pkgbin}.fish" "$pkgdir/usr/share/fish/vendor_completions.d/$_pkgbin.fish"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 17:18:20 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