cencli-bin
LOW
maintainer Ketchup901
0 votes
scanned 2026-08-29 11:38:52.172500
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: Ketchup901 <ketchup901@riseup.net>
2
3
pkgname=cencli-bin
4
pkgver=1.1.3
5
pkgrel=1
6
pkgdesc="Command line interface for interacting with Censys"
7
arch=('x86_64')
8
url="https://docs.censys.com/docs/platform-cli"
9
license=('Apache-2.0')
10
options=(!strip !debug)
11
source=("https://github.com/censys/cencli/releases/download/v${pkgver}/cencli_${pkgver}_linux_amd64.tar.gz")
12
sha256sums=('e61086ed61ceb19401e8165c59a2d99bc4eb89975ab46a0d352afeaf4ca10805')
13
14
package() {
15
install -Dm755 "${srcdir}/censys" "${pkgdir}/usr/bin/censys"
16
}
17
18
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-29 11:38@@ -1,7 +1,7 @@ # Maintainer: Ketchup901 <ketchup901@riseup.net> pkgname=cencli-bin-pkgver=1.1.1+pkgver=1.1.3 pkgrel=1 pkgdesc="Command line interface for interacting with Censys" arch=('x86_64')@@ -9,7 +9,7 @@ license=('Apache-2.0') options=(!strip !debug) source=("https://github.com/censys/cencli/releases/download/v${pkgver}/cencli_${pkgver}_linux_amd64.tar.gz")-sha256sums=('94a8ef2da4d61b1fb6bdb5ec8f7159bfb3e74ffad1d5f2ad4b3990421ebe767d')+sha256sums=('e61086ed61ceb19401e8165c59a2d99bc4eb89975ab46a0d352afeaf4ca10805') package() { install -Dm755 "${srcdir}/censys" "${pkgdir}/usr/bin/censys"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-29 11:38:52 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 21:37:43 | Low | 1 |