quickbms

LOW
maintainer jkl 10 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=quickbms
5pkgver=0.12.0
6pkgrel=2
7pkgdesc="Files extractor and reimporter, archives and file formats parser, advanced tool for reversers and power users and much more."
8url="http://aluigi.altervista.org/quickbms.htm"
9arch=('x86_64' 'i686')
10license=('GPL2')
11depends_i686=('lzo' 'bzip2' 'zlib' 'openssl')
12depends_x86_64=('lib32-lzo' 'lib32-bzip2' 'lib32-zlib' 'lib32-openssl' 'lib32-gcc-libs')
13makedepends_x86_64=('gcc-multilib')
14source=("https://aluigi.altervista.org/papers/quickbms-src-$pkgver.zip"
15 "0001-Fix-OpenSSL-V21-padding-deprecation.patch"
16 "0002-fix-compile-x86.patch")
17sha512sums=('dc42fa71743f00222f5062c38906d33c888713bc2daf68ea63223f3346370bc100093e6f9c7bfe5fd0c4ea9024b7b336f3ae54ec95204fdaf891f5c9734419e3'
18 '4c5915da99174888deb812f292c18f82b055cef74610d5bc8321360f5cb530a6327df532b97c0255f9cebcbaf7809d4bcd144361d4ef64d860a1bca9439990f0'
19 'b863e1bf17f60f1a182a74b251d070dcfec594534688320e7a99170ef4ece358685b3acf74511cf003a7dce4c8035cbbf71826951c4301edec4d7d7faed578f7')
20
21prepare() {
22 cd src
23 patch -Np1 < ../0001-Fix-OpenSSL-V21-padding-deprecation.patch
24 patch -Np1 < ../0002-fix-compile-x86.patch
25}
26
27build() {
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
34package() {
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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

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

0 / 4000
Your suggestion