sshm
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=sshm
3
pkgver=1.1.0
4
pkgrel=1
5
pkgdesc="Interactive SSH Fuzzy Manager with Live Metadata Preview via fzf and ssh -G"
6
arch=('any')
7
url="https://github.com/zyekhabdul/sshm"
8
license=('MIT')
9
depends=('bash' 'openssh' 'fzf')
10
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
11
sha256sums=('5389f8a16944cafbe0fb440c6eb48b9a003e8a06996a526df8050089be789b35')
12
13
package() {
14
cd "$pkgname-$pkgver"
15
install -Dm755 bin/sshm "$pkgdir/usr/bin/sshm"
16
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
17
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
18
}
19
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 17:14:56 | Low | 1 |