getsploit

maintainer kchr · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a legitimate source on GitHub, installs Python scripts and a wrapper, and has no obfuscated code or remote execution; the orphaned status is unrelated to actual risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a legitimate source on GitHub, installs Python scripts and a wrapper, and has no obfuscated code or remote execution; the orphaned status is unrelated to actual risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: GI_Jack <GI_Jack@hackermail.com>
2pkgname=getsploit
3pkgver=0.3.0
4pkgrel=1
5pkgdesc="Command line utility for searching and downloading exploits"
6arch=('any')
7url="https://github.com/vulnersCom/getsploit"
8license=('GPL')
9depends=('python' 'python-urllib3')
10source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vulnersCom/getsploit/archive/${pkgver}.tar.gz")
11sha256sums=('9e2cca546669632d67627f43650e148e12bde00d31455633f7c2728607a73868')
12
13build() {
14 cd "${pkgname}-${pkgver}"
15 cat > getsploit.sh << EOF
16cd /usr/share/getsploit
17./getsploit.py "\${@}"
18EOF
19 cd ${pkgname}
20 python -m compileall *
21}
22
23package() {
24 cd "${pkgname}-${pkgver}"
25 mkdir -p "${pkgdir}/usr/share/"
26 cp -r getsploit "${pkgdir}/usr/share/"
27 install -Dm 755 getsploit.sh "${pkgdir}/usr/bin/getsploit"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 23:33:54 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion