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>
2
pkgname=gnome-shell-extension-ai-usage
3
_extuuid=ai-usage@gonwex-gmail.com
4
_commit=7b92925
5
pkgver=1
6
pkgrel=2
7
pkgdesc="AI Usage Indicator: Show Codex usage quota and DeepSeek API balance in GNOME top bar"
8
arch=('any')
9
url="https://github.com/gonwe/gonwe-ai-usage"
10
license=('MIT')
11
depends=('gnome-shell')
12
makedepends=('git')
13
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonwe/gonwe-ai-usage/archive/${_commit}.tar.gz")
14
install="${pkgname}.install"
15
sha256sums=('SKIP')
16
17
package() {
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) | 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 07:10:52 | LOW | 2 |