pentestcode-bin

LOW
maintainer fr0stb1rd 0 votes scanned 2026-09-26 15:15:21.013550
View on AUR
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
11pkgname=pentestcode-bin
12pkgver=0.2.6
13pkgrel=1
14pkgdesc="AI-powered autonomous penetration testing agent for your terminal (prebuilt binary)"
15arch=('x86_64' 'aarch64')
16url="https://github.com/s0ld13rr/pentestcode"
17license=('MIT')
18depends=()
19source_x86_64=("https://github.com/s0ld13rr/pentestcode/releases/download/v${pkgver}/pentestcode-linux-x64-baseline.tar.gz")
20source_aarch64=("https://github.com/s0ld13rr/pentestcode/releases/download/v${pkgver}/pentestcode-linux-arm64.tar.gz")
21sha256sums_x86_64=('e6c6786a1dbd4c0f3dcbfd957886b0d65f7c25c5b66e5821cd0486304ed3206a')
22sha256sums_aarch64=('2d37792a41b1ab27437405e00c86fc68700a5a1a24e67872b1666ba37d045d31')
23
24package() {
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 per

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 15:15:21 Low 1
2026-09-13 00:19:54 Clean 2
2026-09-12 23:12:46 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion