pam_ssh
maintainer ruahcra
· 51 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from SourceForge, a plausible project host, and a patch from a Gentoo bug tracker; the patch is applied during build but does not introduce remote code execution, and the main source is verifiable via PGP signature, making the overall risk low despite the non-whitelisted host for the patch.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from SourceForge, a plausible project host, and a patch from a Gentoo bug tracker; the patch is applied during build but does not introduce remote code execution, and the main source is verifiable via PGP signature, making the overall risk low despite the non-whitelisted host for the patch.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:15
"fix-common.patch::https://709312.bugs.gentoo.org/attachment.cgi?id=634046"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: pancho horrillo <pancho at pancho dot name>
2
# Contributor: bender02 at archlinux dot us
3
# Contributor: Troels Kofoed Jacobsen <tkjacobsen at gmail dot com>
4
5
pkgname=pam_ssh
6
pkgver=2.3
7
pkgrel=3
8
pkgdesc='PAM module providing single sign-on behavior for SSH.'
9
arch=('i686' 'x86_64')
10
url='http://pam-ssh.sourceforge.net/'
11
license=('custom')
12
depends=('pam' 'openssl' 'openssh')
13
options=('!libtool')
14
source=(
15
"fix-common.patch::https://709312.bugs.gentoo.org/attachment.cgi?id=634046"
16
"https://sourceforge.net/projects/pam-ssh/files/pam_ssh/$pkgver/pam_ssh-$pkgver.tar.xz"{,.asc}
17
)
18
sha512sums=('064036f99f88c142d585b0825bf6c20d10d40fb1ca06ad09be51804fd49cb2dfcbee7633a9ae5237e54b0c9aa20b2ef687fea2fa883e3022b352c78c25fc4d3f'
19
'e3ddcf851ffd8f6fb831e2dee7269c1b89283ae2f8f6aa3487bf7b1bc71d26ac9bcbd2a01c5a67a983b980bbb5151e991402940f4752741286d057843c817895'
20
'SKIP')
21
validpgpkeys=(
22
'501B088D8485568B87BB62BE180F6A5B3EDE742E' # Wolfgang Rosenauer
23
)
24
25
prepare () {
26
cd "$srcdir/$pkgname-$pkgver"
27
patch -p1 < "$srcdir/fix-common.patch"
28
}
29
30
build () {
31
cd "$srcdir/$pkgname-$pkgver"
32
CFLAGS+=' -std=gnu89'
33
./configure --prefix=/usr --with-pam-dir=/usr/lib/security
34
make
35
}
36
37
package () {
38
cd "$srcdir/$pkgname-$pkgver"
39
make DESTDIR="$pkgdir" install
40
install -m 644 -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
41
}
42
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 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |