exif420
The package installs a prebuilt shared library binary from a GitHub release without a source build, making it unverifiable; a compromised host or malicious upload could lead to code execution in dependent programs.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt shared library binary from a GitHub release without a source build, making it unverifiable; a compromised host or malicious upload could lead to code execution in dependent programs.
PKGBUILD
# Maintainer: Jacob Meyers <jeyersdev@gmail.com>
pkgname=exif420
pkgver=2.0
pkgrel=1
pkgdesc="The Simple, lightweight, & fast EXIF Reader Library for C++"
arch=('x86_64')
url="https://github.com/Jeyers-Development/exif420"
license=('MIT')
depends=('glibc')
source=("$url/releases/download/v$pkgver/libexif420.so")
options=('!debug' '!strip')
sha256sums=('e0db0b2170d1116bf2db9e82cf2ab59e3ad02a311a04ecc56960ed9fd028b48c')
package() {
install -Dm755 "$srcdir/libexif420.so" "$pkgdir/usr/lib/libexif420.so"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 05:16:50 | Medium | 2 |