pulsegate-git

LOW
maintainer Pepe44DEV 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a git repository from a non-whitelisted host, but it is the project's own upstream repository; building from source is normal for AUR packages and the host, while not standard, is plausibly project-owned.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a git repository from a non-whitelisted host, but it is the project's own upstream repository; building from source is normal for AUR packages and the host, while not standard, is plausibly project-owned.

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:28 source=("$_pkgname::git+https://git.pepe44.dev/Pepe44DEV/PulseGate")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Pascal <deine-email@example.com>
2
3pkgname=pulsegate-git
4_pkgname=PulseGate
5pkgver=0.1.0.r8.ge9a6c57
6pkgrel=1
7pkgdesc="Neon SSH Control Center TUI for managing SSH servers and quick commands"
8arch=('x86_64')
9url="https://git.pepe44.dev/Pepe44DEV/PulseGate"
10license=('MIT')
11depends=(
12 'glibc'
13 'openssh'
14 'sshpass'
15 'gnome-keyring'
16 'libsecret'
17)
18makedepends=(
19 'git'
20 'go'
21)
22optdepends=(
23 'seahorse: manage stored keyring passwords'
24 'kitty: recommended terminal'
25)
26provides=('pulsegate')
27conflicts=('pulsegate')
28source=("$_pkgname::git+https://git.pepe44.dev/Pepe44DEV/PulseGate")
29sha256sums=('SKIP')
30
31pkgver() {
32 cd "$srcdir/$_pkgname" || exit 1
33
34 printf "0.1.0.r%s.g%s" \
35 "$(git rev-list --count HEAD)" \
36 "$(git rev-parse --short HEAD)"
37}
38
39build() {
40 cd "$srcdir/$_pkgname" || exit 1
41
42 export CGO_ENABLED=0
43 export GOPATH="$srcdir/gopath"
44
45 go build \
46 -trimpath \
47 -mod=readonly \
48 -ldflags="-X main.version=${pkgver}" \
49 -o pulsegate .
50}
51
52package() {
53 cd "$srcdir/$_pkgname" || exit 1
54
55 install -Dm755 pulsegate "$pkgdir/usr/bin/pulsegate"
56
57 if [ -f README.md ]; then
58 install -Dm644 README.md "$pkgdir/usr/share/doc/pulsegate/README.md"
59 fi
60
61 if [ -f config.example.yaml ]; then
62 install -Dm644 config.example.yaml "$pkgdir/usr/share/doc/pulsegate/config.example.yaml"
63 fi
64
65 if [ -f pulsegate_screenshot.png ]; then
66 install -Dm644 pulsegate_screenshot.png "$pkgdir/usr/share/doc/pulsegate/pulsegate_screenshot.png"
67 fi
68}
69

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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