sucrack
maintainer sanerb
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official host (labs.portcullis.co.uk), which is not on the whitelist but plausibly legitimate; building from own-source is normal for AUR packages, and the checksum is only partially skipped (signature is provided), so risk is low.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official host (labs.portcullis.co.uk), which is not on the whitelist but plausibly legitimate; building from own-source is normal for AUR packages, and the checksum is only partially skipped (signature is provided), so risk is low.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:14
source=("http://labs.portcullis.co.uk/download/${pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
2
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
3
# News updates for packages can be followed at https://devblog.square-r00t.net
4
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
5
# Past Maintainer: bslackr <brendan at vastactive dot com>
6
7
pkgname=sucrack
8
pkgver=1.2.3
9
pkgrel=6
10
pkgdesc='a multi-threaded Linux/UNIX tool for brute-force cracking local user accounts via su'
11
url='http://labs.portcullis.co.uk/application/sucrack'
12
license=('custom')
13
arch=('i686' 'x86_64')
14
source=("http://labs.portcullis.co.uk/download/${pkgname}-${pkgver}.tar.gz"
15
"${pkgname}-${pkgver}.tar.gz.sig")
16
sha512sums=('6ea47a542a652ce416af9f8dece569eec6662a361860a150291e1f6c23ff0cc8288b573aee047624c4c2c32f51aa01c6ce88177a0f41353b17c891d905085a41'
17
'SKIP')
18
19
build() {
20
unset LDFLAGS
21
cd ${srcdir}/${pkgname}-${pkgver}
22
./configure --prefix=/usr --with-static-buffer
23
make
24
}
25
26
check() {
27
cd ${srcdir}/${pkgname}-${pkgver}
28
make -k check
29
}
30
31
package() {
32
cd ${srcdir}/${pkgname}-${pkgver}
33
make DESTDIR="${pkgdir}/" install
34
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |