agy-quota
LOW
maintainer aomiqaza
0 votes
scanned 2026-09-13 17:14:56.485361
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>
2
pkgname=agy-quota
3
pkgver=1.2.0
4
pkgrel=1
5
pkgdesc="Antigravity Multi-Account Token, Quota & Tier Bulk Checker"
6
arch=('any')
7
url="https://github.com/zyekhabdul/agy-quota"
8
license=('MIT')
9
depends=('python' 'python-cryptography' 'python-rich')
10
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('f1b0df9352e34c58a8c250c0f18204fbfe44312c2fd21f1b2d1266e2157889bc')
13
14
build() {
15
cd "$pkgname-$pkgver"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-13 17:14:56 | Low | 2 |