pentestcode-bin
LOW
maintainer fr0stb1rd
0 votes
scanned 2026-09-26 15:15:21.013550
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: fr0stb1rd <fr0stb1rd@proton.me>
2
#
3
# Why "baseline" on x86_64:
4
# The project ships AVX2 and baseline variants. makepkg builds one package per
5
# arch that must work on every CPU of that arch, so we ship the baseline build.
6
# It runs anywhere; the AVX2 build would SIGILL on x86_64 CPUs without AVX2.
7
#
8
# The tarball contains a single self-contained binary (no runtime deps).
9
# Mirror of the logic the project's install.sh uses to pick an asset.
10
11
pkgname=pentestcode-bin
12
pkgver=0.2.6
13
pkgrel=1
14
pkgdesc="AI-powered autonomous penetration testing agent for your terminal (prebuilt binary)"
15
arch=('x86_64' 'aarch64')
16
url="https://github.com/s0ld13rr/pentestcode"
17
license=('MIT')
18
depends=()
19
source_x86_64=("https://github.com/s0ld13rr/pentestcode/releases/download/v${pkgver}/pentestcode-linux-x64-baseline.tar.gz")
20
source_aarch64=("https://github.com/s0ld13rr/pentestcode/releases/download/v${pkgver}/pentestcode-linux-arm64.tar.gz")
21
sha256sums_x86_64=('e6c6786a1dbd4c0f3dcbfd957886b0d65f7c25c5b66e5821cd0486304ed3206a')
22
sha256sums_aarch64=('2d37792a41b1ab27437405e00c86fc68700a5a1a24e67872b1666ba37d045d31')
23
24
package() {
25
install -Dm755 "pentestcode" "${pkgdir}/usr/bin/pentestcode"
26
}
27
Changes since previous scan
--- PKGBUILD @ 2026-09-13 00:19+++ PKGBUILD @ 2026-09-26 15:15@@ -1,4 +1,4 @@-# Maintainer: fr0stb1rd <fr0stb1rd at proton dot me>+# Maintainer: fr0stb1rd <fr0stb1rd@proton.me> # # Why "baseline" on x86_64: # The project ships AVX2 and baseline variants. makepkg builds one package perScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 15:15:21 | Low | 1 |
| 2026-09-13 00:19:54 | Clean | 2 |
| 2026-09-12 23:12:46 | Low | 1 |