gnome-shell-extension-ai-usage

maintainer gonwex · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball hosted on GitHub, which is the project's own repository; the extension is a simple GNOME Shell UI indicator that does not execute remote code or install prebuilt binaries, and the 'SKIP' checksum is common for development snapshots but reduces verifiability.

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 source tarball hosted on GitHub, which is the project's own repository; the extension is a simple GNOME Shell UI indicator that does not execute remote code or install prebuilt binaries, and the 'SKIP' checksum is common for development snapshots but reduces verifiability.

PKGBUILD

1# Maintainer: gonwe <gonwex@gmail.com>
2pkgname=gnome-shell-extension-ai-usage
3_extuuid=ai-usage@gonwex-gmail.com
4_commit=7b92925
5pkgver=1
6pkgrel=2
7pkgdesc="AI Usage Indicator: Show Codex usage quota and DeepSeek API balance in GNOME top bar"
8arch=('any')
9url="https://github.com/gonwe/gonwe-ai-usage"
10license=('MIT')
11depends=('gnome-shell')
12makedepends=('git')
13source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonwe/gonwe-ai-usage/archive/${_commit}.tar.gz")
14install="${pkgname}.install"
15sha256sums=('SKIP')
16
17package() {
18 cd "$srcdir"
19 cd gonwe-ai-usage-*
20
21 # Install extension files
22 install -d "${pkgdir}/usr/share/gnome-shell/extensions/${_extuuid}"
23 cp -r extension/* "${pkgdir}/usr/share/gnome-shell/extensions/${_extuuid}/"
24
25 # Remove pre-compiled schema (will be recompiled on install)
26 rm -f "${pkgdir}/usr/share/gnome-shell/extensions/${_extuuid}/schemas/gschemas.compiled"
27}
28

Scan history

Scanned at (UTC)SeverityRules
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 07:10:52 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