age-plugin-sshagent
LOW
maintainer Abdullah
0 votes
scanned 2026-09-03 03:52:21.844053
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: Abdullah Khabir <abdullahx1c@gmail.com>
2
pkgname=age-plugin-sshagent
3
pkgver=0.1.1
4
pkgrel=1
5
pkgdesc='age plugin deriving X25519 identities from deterministic ssh-agent signatures'
6
arch=('x86_64')
7
url='https://github.com/eszio/age-plugin-sshagent'
8
license=('BSD-3-Clause')
9
depends=('glibc')
10
makedepends=('go')
11
source=("$pkgname-$pkgver.tar.gz::https://github.com/eszio/age-plugin-sshagent/archive/refs/tags/v$pkgver.tar.gz")
12
sha512sums=('aee33de6696794f4a6de095227b2dce9cb4633a222b499cc87469a7a62c09e6a0f46a1a911b9ef11182280935c67990137771db02b118f696387564f84dd65e4')
13
14
build() {
15
cd "$pkgname-$pkgver"
16
17
go build \
18
-trimpath \
19
-ldflags="-buildid= -s -w" \
20
-o age-plugin-sshagent .
21
}
22
23
check() {
24
cd "$pkgname-$pkgver"
25
go test ./...
26
}
27
28
package() {
29
cd "$pkgname-$pkgver"
30
31
install -Dm755 age-plugin-sshagent \
32
"$pkgdir/usr/bin/age-plugin-sshagent"
33
34
install -Dm644 LICENSE \
35
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 03:52:21 | Low | 1 |