gcr-ssh-agent-dinit
maintainer hyperfocusedblur
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs two local files (a service file and a script) with SKIP'd checksums, but there is no evidence of remote code execution or malicious behavior; the low severity is due to unverifiable sources and minimal AUR metrics.
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 90%): The package installs two local files (a service file and a script) with SKIP'd checksums, but there is no evidence of remote code execution or malicious behavior; the low severity is due to unverifiable sources and minimal AUR metrics.
PKGBUILD
1
# Maintainer: Hyper Focus <hyperfocusedblur@proton.me>
2
pkgname=gcr-ssh-agent-dinit
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Dinit user service definition for starting gcr-ssh-agent - Gnome SSH agent, previously part of gnome-keyring"
6
url="https://gitlab.gnome.org/GNOME/gcr"
7
arch=('any')
8
license=('unknown')
9
depends=('gcr-4' 'gcr' 'dinit')
10
# makedepends=()
11
# checkdepends=()
12
optdepends=('userspawn' 'userspawn-dinit')
13
source=('gcr-ssh-agent.dinit-service' 'gcr-ssh-agent-start')
14
# backup=('')
15
sha256sums=('SKIP' 'SKIP')
16
17
package() {
18
install -Dm644 "${srcdir}/gcr-ssh-agent.dinit-service" "${pkgdir}/etc/dinit.d/user/gcr-ssh-agent"
19
install -Dm755 "${srcdir}/gcr-ssh-agent-start" "${pkgdir}/usr/bin/gcr-ssh-agent-start"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 09:11:06 | LOW | 2 |
| 2026-07-29 07:10:52 | LOW | 2 |