atomgit-cli
Package builds from the project's own source repository on atomgit.com (a legitimate Chinese open-source forge) via a tagged git checkout; the SKIP checksum is normal for git sources, and the build process is straightforward Go compilation with no remote code execution or exfiltration concerns.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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 80%): Package builds from the project's own source repository on atomgit.com (a legitimate Chinese open-source forge) via a tagged git checkout; the SKIP checksum is normal for git sources, and the build process is straightforward Go compilation with no remote code execution or exfiltration concerns.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:14
source=("git+https://atomgit.com/hust-open-atom-club/atomgit-cli.git#tag=v${pkgver}")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Your Name <you@example.com>
pkgname=atomgit-cli
pkgver=0.7.2
pkgrel=1
pkgdesc="AtomGit CLI (ag) - 基于 AtomGit API 的命令行工具,参考 GitHub CLI (gh) 开发"
arch=('x86_64' 'aarch64' 'loong64')
url="https://atomgit.com/hust-open-atom-club/atomgit-cli"
license=('custom:MulanPSL-2.0')
depends=('glibc')
makedepends=('go')
provides=('ag')
conflicts=('ag' 'ag-bin' 'atomgit-cli-bin')
source=("git+https://atomgit.com/hust-open-atom-club/atomgit-cli.git#tag=v${pkgver}")
sha256sums=('SKIP')
_commit=fd2d0c29349e2251732711e877a1a58fabbeec54
_builddate="$(date -u +%Y-%m-%dT%H:%M:%SZ)"
build() {
cd "${srcdir}/atomgit-cli"
export CGO_ENABLED=0
go build -trimpath -o ag \
-ldflags "-s -w \
-X atomgit.com/hust-open-atom-club/atomgit-cli/internal/version.Version=v${pkgver} \
-X atomgit.com/hust-open-atom-club/atomgit-cli/internal/version.Commit=${_commit} \
-X atomgit.com/hust-open-atom-club/atomgit-cli/internal/version.BuildDate=${_builddate}" \
./cmd/ag
}
package() {
cd "${srcdir}/atomgit-cli"
install -Dm755 "ag" "${pkgdir}/usr/bin/ag"
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 11:16:46 | Low | 3 |
| 2026-08-21 11:15:01 | Medium | 2 |