innoextract-crazy-max-git
The package builds from a publicly accessible Git repository of a known developer, uses SKIP only for the git source which is common practice, and installs standard documentation; the low severity is due to few votes and recent upload, not malicious content.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a publicly accessible Git repository of a known developer, uses SKIP only for the git source which is common practice, and installs standard documentation; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
# Maintainer: tomparr <tomparr at protonmail dot com>
#
pkgname=innoextract-crazy-max-git
pkgver=r980.geef23e6
pkgrel=1
pkgdesc="A fork of innoextract, supporting newer installer formats created by InnoSetup"
url='https://github.com/crazy-max/innoextract'
arch=('x86_64')
license=('ZLIB')
depends=('boost-libs' 'xz')
makedepends=('boost' 'cmake' 'git')
provides=('innoextract')
conflicts=('innoextract' 'innoextract-git')
source=(
"$pkgname::git+https://github.com/crazy-max/innoextract.git"
)
sha256sums=(
'SKIP'
)
pkgver() {
cd "$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
cd "$srcdir/$pkgname"
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
install -m644 CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 19:33:23 | Low | 2 |