openssh-known-hosts
The source is a tarball from the project's own Git server (git.tiwe.de), which is plausibly the official project host; the package builds from source and installs only scripts and data files, with no evidence of remote code execution or malicious payload.
Triggered rules
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 source is a tarball from the project's own Git server (git.tiwe.de), which is plausibly the official project host; the package builds from source and installs only scripts and data files, with no evidence of remote code execution or malicious payload.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:17
source=("https://git.tiwe.de/openssh-known-hosts.git/snapshot/${pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: another <code § deadcode § eu>
pkgname=openssh-known-hosts
pkgver=0.6.2
pkgrel=3
pkgdesc="known_hosts downloader/merger for OpenSSH"
arch=('any')
url="https://git.tiwe.de/openssh-known-hosts.git"
license=('GPL3')
depends=('bash' 'lockfile-progs')
optdepends=('cron: periodic execution'
'openssh: connect to remote servers'
'curl: retrieve known_hosts via HTTP, FTP, etc.'
'rsync: retrieve known_hosts via rsync'
'postgresql-client: retrieve known_hosts from PostgreSQL'
'gnupg: verify signed files')
install=openssh-known-hosts.install
source=("https://git.tiwe.de/openssh-known-hosts.git/snapshot/${pkgname}-${pkgver}.tar.gz"
"update-openssh-known-hosts.8"
"openssh-known-hosts.cron.d")
sha256sums=('2d1cbb0c206cddf514304fb9e6a132497e1aa2e20da6eaf53ca3a02584ef9d30'
'3b1e5b3c889ad550a233814a14461ce6bbf33e858fca55761ffb69e0c28c317e'
'c6f1e2c22664b102710eb21aec306b6e73b3caf88e3c870b1e3ffc496d0e406d')
sha512sums=('90ed8bf3068590b5fab3dcfcb3e001b149660e1c4875d3fc87ba764334ac758be99b80dcbe6f8715389f374228e7d09f1de9125db5001356105dc48abf595ae0'
'7ca4360231ea3e6b7e19aa2aac576acb112c5a6b54ed675034f1ba3de378805842478d7001da3342dd97b0d64d842576f14d3ea522a0480468d370d69b5c1f14'
'64da7c4baa16eb9d41a143aca5a47380afc85c9faf25eb17ff5ccdbd7b02500d5dbb527cdbcd62829a729a9833a0c66977e03532f71a43e91ba8b42c61fe0a99')
package() {
install -Dm0644 update-openssh-known-hosts.8 $pkgdir/usr/share/man/man8/update-openssh-known-hosts.8
install -Dm0644 openssh-known-hosts.cron.d $pkgdir/etc/cron.d/$pkgname
cd "$srcdir/${pkgname}-${pkgver}"
install -Dm0755 update-openssh-known-hosts $pkgdir/usr/bin/update-openssh-known-hosts
install -dm0755 $pkgdir/usr/share/$pkgname/plugins
install -Dm0755 plugins/* $pkgdir/usr/share/$pkgname/plugins/
install -dm0755 $pkgdir/usr/share/doc/$pkgname/examples
install -Dm0644 examples/* $pkgdir/usr/share/doc/$pkgname/examples/
install -Dm0644 changelog $pkgdir/usr/share/doc/$pkgname/changelog
install -dm0755 $pkgdir/var/{lib,cache}/$pkgname $pkgdir/etc/$pkgname/sources $pkgdir/usr/share/$pkgname/plugins
install -dm0755 $pkgdir/etc/ssh
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |