archie-cli

LOW
maintainer gchamon 0 votes scanned 2026-09-02 00:02:31.333316
View on AUR
Why flagged

The package builds from a GitLab source repository with a fixed commit and uses SKIP for checksums, which is suboptimal but common for VCS packages; the build process is transparent and uses standard Python tooling, posing no evident risk of remote code execution or supply-chain compromise.

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 builds from a GitLab source repository with a fixed commit and uses SKIP for checksums, which is suboptimal but common for VCS packages; the build process is transparent and uses standard Python tooling, posing no evident risk of remote code execution or supply-chain compromise.

PKGBUILD

1# Maintainer: Gabriel Chamon <gchamon@tuta.io>
2pkgname=archie-cli
3pkgver=0.2.0
4pkgrel=2
5_commit=57b10f2fc7a536ea6d57c1fa21ce79960e150de1
6pkgdesc="Archlinux system operation and maintenance CLI/applet"
7arch=(any)
8url="https://gitlab.com/gabriel.chamon/archie"
9license=(MIT)
10depends=("python>=3.14" sqlite)
11makedepends=(python-installer uv)
12provides=(archie)
13conflicts=(archie archie-cli-nightly)
14replaces=(archie-cli-nightly)
15source=("archie::git+https://gitlab.com/gabriel.chamon/archie.git#commit=${_commit}")
16sha256sums=('SKIP')
17
18build() {
19 cd "$srcdir/archie"
20 sed -i "s/^version = \"[^\"]*\"/version = \"$pkgver\"/" pyproject.toml
21 uv build --wheel --out-dir "$srcdir/dist"
22}
23
24package() {
25 cd "$srcdir/archie"
26 python -m installer --destdir="$pkgdir" "$srcdir"/dist/*.whl
27 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28 install -Dm644 docs/user/KEYBOARD_SHORTCUTS.md "$pkgdir/usr/share/doc/$pkgname/KEYBOARD_SHORTCUTS.md"
29 install -Dm644 deployment-packages/local/lib/zsh/README.md "$pkgdir/usr/share/doc/$pkgname/ZSH_COMMANDS.md"
30 install -Dm644 packaging/archie-cli/_archie "$pkgdir/usr/share/zsh/site-functions/_archie"
31 install -Dm644 packaging/archie-cli/archie.sysusers "$pkgdir/usr/lib/sysusers.d/archie.conf"
32 install -Dm644 packaging/archie-cli/archie.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archie.conf"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 00:02:31 Low 2
2026-09-01 21:49:23 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