agy-guard

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

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: zyekhabdul <zyekhabdulqadirjailani@gmail.com>
2pkgname=agy-guard
3pkgver=3.0.0
4pkgrel=1
5pkgdesc="Deterministic AI Agent Governance, AST Blast-Radius Scanner & Verification Harness"
6arch=('any')
7url="https://github.com/zyekhabdul/agy-guard"
8license=('MIT')
9depends=('python')
10makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('03fb1c03f781bd195d7e9dd84d98c05e5c554e6d105d686de06464ba9d3e9198')
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 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 17:14:56 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion