pulsegate-git
maintainer Pepe44DEV
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
3
pkgname=pulsegate-git
4
_pkgname=PulseGate
5
pkgver=0.1.0.r8.ge9a6c57
6
pkgrel=1
7
pkgdesc="Neon SSH Control Center TUI for managing SSH servers and quick commands"
8
arch=('x86_64')
9
url="https://git.pepe44.dev/Pepe44DEV/PulseGate"
10
license=('MIT')
11
depends=(
12
'glibc'
13
'openssh'
14
'sshpass'
15
'gnome-keyring'
16
'libsecret'
17
)
18
makedepends=(
19
'git'
20
'go'
21
)
22
optdepends=(
23
'seahorse: manage stored keyring passwords'
24
'kitty: recommended terminal'
25
)
26
provides=('pulsegate')
27
conflicts=('pulsegate')
28
source=("$_pkgname::git+https://git.pepe44.dev/Pepe44DEV/PulseGate")
29
sha256sums=('SKIP')
30
31
pkgver() {
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
39
build() {
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
52
package() {
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) | 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 00:09:25 | LOW | 2 |