agy-guard
LOW
maintainer aomiqaza
0 votes
scanned 2026-09-13 17:14:56.485361
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>
2
pkgname=agy-guard
3
pkgver=3.0.0
4
pkgrel=1
5
pkgdesc="Deterministic AI Agent Governance, AST Blast-Radius Scanner & Verification Harness"
6
arch=('any')
7
url="https://github.com/zyekhabdul/agy-guard"
8
license=('MIT')
9
depends=('python')
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=('03fb1c03f781bd195d7e9dd84d98c05e5c554e6d105d686de06464ba9d3e9198')
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
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) | Severity | Rules |
|---|---|---|
| 2026-09-13 17:14:56 | Low | 1 |