quickbms
maintainer jkl
· 10 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a versioned source code archive from the project's official host (altervista.org), which is plausibly the maintainer's own site; building from source is normal for AUR packages, and the checksums are provided and not skipped.
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 versioned source code archive from the project's official host (altervista.org), which is plausibly the maintainer's own site; building from source is normal for AUR packages, and the checksums are provided and not skipped.
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=("https://aluigi.altervista.org/papers/quickbms-src-$pkgver.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: jkl
2
# Contributor: Kyler Eastridge
3
4
pkgname=quickbms
5
pkgver=0.12.0
6
pkgrel=2
7
pkgdesc="Files extractor and reimporter, archives and file formats parser, advanced tool for reversers and power users and much more."
8
url="http://aluigi.altervista.org/quickbms.htm"
9
arch=('x86_64' 'i686')
10
license=('GPL2')
11
depends_i686=('lzo' 'bzip2' 'zlib' 'openssl')
12
depends_x86_64=('lib32-lzo' 'lib32-bzip2' 'lib32-zlib' 'lib32-openssl' 'lib32-gcc-libs')
13
makedepends_x86_64=('gcc-multilib')
14
source=("https://aluigi.altervista.org/papers/quickbms-src-$pkgver.zip"
15
"0001-Fix-OpenSSL-V21-padding-deprecation.patch"
16
"0002-fix-compile-x86.patch")
17
sha512sums=('dc42fa71743f00222f5062c38906d33c888713bc2daf68ea63223f3346370bc100093e6f9c7bfe5fd0c4ea9024b7b336f3ae54ec95204fdaf891f5c9734419e3'
18
'4c5915da99174888deb812f292c18f82b055cef74610d5bc8321360f5cb530a6327df532b97c0255f9cebcbaf7809d4bcd144361d4ef64d860a1bca9439990f0'
19
'b863e1bf17f60f1a182a74b251d070dcfec594534688320e7a99170ef4ece358685b3acf74511cf003a7dce4c8035cbbf71826951c4301edec4d7d7faed578f7')
20
21
prepare() {
22
cd src
23
patch -Np1 < ../0001-Fix-OpenSSL-V21-padding-deprecation.patch
24
patch -Np1 < ../0002-fix-compile-x86.patch
25
}
26
27
build() {
28
cd src
29
[[ (-z "$CC" || "$CC" = "gcc") && (-z "$CXX" || "$CXX" = "g++") ]] \
30
|| echo "${YELLOW}==> WARNING:${ALL_OFF}${BOLD} Only gcc is supported. Forcing gcc.${ALL_OFF}" >&2
31
CC=gcc CXX=g++ make
32
}
33
34
package() {
35
cd src
36
make PREFIX="$pkgdir"/usr install
37
}
38
39
# vim:set ts=2 sw=2 et:
40
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 |