agy-quota

LOW
maintainer aomiqaza 0 votes scanned 2026-09-13 17:14:56.485361
View on AUR
Why flagged

The package builds from its own source on GitHub with a valid checksum; the low severity is due to few votes and recent upload, not malicious content.

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 its own source on GitHub with a valid checksum; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: zyekhabdul <zyekhabdulqadirjailani@gmail.com>
2pkgname=agy-quota
3pkgver=1.2.0
4pkgrel=1
5pkgdesc="Antigravity Multi-Account Token, Quota & Tier Bulk Checker"
6arch=('any')
7url="https://github.com/zyekhabdul/agy-quota"
8license=('MIT')
9depends=('python' 'python-cryptography' 'python-rich')
10makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('f1b0df9352e34c58a8c250c0f18204fbfe44312c2fd21f1b2d1266e2157889bc')
13
14build() {
15 cd "$pkgname-$pkgver"
16 python -m build --wheel --no-isolation
17}
18
19package() {
20 cd "$pkgname-$pkgver"
21 python -m installer --destdir="$pkgdir" dist/*.whl
22 ln -sf agy-quota "$pkgdir/usr/bin/agy-tokens"
23 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 17:14:56 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