ggdo

LOW
maintainer ayonelnx 1 votes scanned 2026-08-23 21:22:58.754157
View on AUR
Why flagged

The package builds a sudo-like tool from its own Codeberg source and intentionally sets the setuid bit on the binary, which is expected behavior for a privilege-escalation utility; the main concerns are the SKIP'd checksum on a git source and that it's a low-vote package, but there is no obfuscation, exfiltration, or unverifiable prebuilt binary involved.

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 downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): The package builds a sudo-like tool from its own Codeberg source and intentionally sets the setuid bit on the binary, which is expected behavior for a privilege-escalation utility; the main concerns are the SKIP'd checksum on a git source and that it's a low-vote package, but there is no obfuscation, exfiltration, or unverifiable prebuilt binary involved.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium Privileged / out-of-pacman install (sudoers, setuid, or self-update) privileged_install

The package grants elevated privileges or installs an update path outside pacman: a /etc/sudoers.d rule (often passwordless), a setuid/setgid binary, or a self-update script/service that can fetch and run future code with no checksum verification. The initial install may be verified, but the ongoing privilege + update surface is a real supply-chain / privilege-escalation risk.

  • PKGBUILD:25 chmod u+s "$pkgdir/usr/bin/ggdo"

PKGBUILD

1 offending line(s) highlighted
1pkgname=ggdo
2pkgver=26.08
3pkgrel=4
4pkgdesc="Simple sudo-like command written in Go with password caching"
5arch=('x86_64')
6url="https://codeberg.org/ayonelnx/ggdo"
7license=('MIT')
8depends=('glibc')
9makedepends=('go')
10provides=('ggdo')
11conflicts=('ggdo')
12source=("git+$url.git")
13sha256sums=('SKIP')
14source=("git+https://codeberg.org/ayonelnx/ggdo.git")
15
16build() {
17 cd "$srcdir/ggdo"
18 go mod download
19 go build -o ggdo main.go
20}
21
22package() {
23 cd "$srcdir/ggdo"
24 install -Dm755 ggdo "$pkgdir/usr/bin/ggdo"
25 chmod u+s "$pkgdir/usr/bin/ggdo"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 21:22:58 Low 3
2026-08-23 21:21:38 Medium 3

Report a package

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

0 / 4000
Your suggestion